February 1, 20197 yr 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?
March 29, 20197 yr 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.
March 22, 20206 yr 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']
March 24, 20206 yr 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'] I think the above needs a little more info.... or a proper template. Thanks, H.
December 14, 20214 yr 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'] 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.