Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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?

  • 1 month later...

I too am curious !

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.

  • 1 month later...

This works method works very well for me: 

 

  • 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

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.

  • 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.

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.