Monitoring Unraid with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager


j7an

Recommended Posts

  • 1 month later...
On 2/1/2019 at 4:10 PM, j7an said:

Found this Github repo for monitoring Docker host: https://github.com/stefanprodan/dockprom

 

Anyone tried it? Looks like all it needs is Docker Compose. Maybe I should use their Compose file as a guide to install each container separately via Community Apps? Thoughts?

If necessary you can get Docker compose via the Nerdpack.    However I agree it would be slicker if one could work out how to do it via CA without using compose.  If you get that working make sure to keep notes on the steps as they can then probably easily be turned into CA templates for future users.

Link to comment
  • 1 month later...
  • 10 months later...
On 2/2/2019 at 3:10 AM, j7an said:

Found this Github repo for monitoring Docker host: https://github.com/stefanprodan/dockprom

 

Anyone tried it? Looks like all it needs is Docker Compose. Maybe I should use their Compose file as a guide to install each container separately via Community Apps? Thoughts?

So I used this as an example and added a container just running node_exporter.   I've attached a screen shot of how it looks like, but this is the config I added to the prometheus.yml file. You'll just need to change the `unraid-local` to the address of your unraid server.

 

  - job_name: 'node-exporter'
    static_configs:
    - targets: ['unraid-local:9100']

Screenshot-20200322234855-1388x598.png

Link to comment
On 3/22/2020 at 8:55 AM, djpain said:

So I used this as an example and added a container just running node_exporter.   I've attached a screen shot of how it looks like, but this is the config I added to the prometheus.yml file. You'll just need to change the `unraid-local` to the address of your unraid server.

 

  - job_name: 'node-exporter'
    static_configs:
    - targets: ['unraid-local:9100']

Screenshot-20200322234855-1388x598.png

I think the above needs a little more info.... or a proper template.

 

Thanks,

 

H.

Link to comment
  • 1 year later...
On 3/22/2020 at 1:55 PM, djpain said:

So I used this as an example and added a container just running node_exporter.   I've attached a screen shot of how it looks like, but this is the config I added to the prometheus.yml file. You'll just need to change the `unraid-local` to the address of your unraid server.

 

  - job_name: 'node-exporter'
    static_configs:
    - targets: ['unraid-local:9100']

Screenshot-20200322234855-1388x598.png

This works, thank you for sharing this.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.