[prometheus-users] Re: Getting status of services in CentOS 6.

2020-04-01 Thread Yagyansh S. Kumar
Hi Joey, As far as I know, if you have created a service file(in /etc/systemd/system/) for your custom service, you don't need to whitelist it separately, node_exporter's systemd collector itself will scrape the metrics for your custom service. On Wednesday, April 1, 2020 at 3:37:51 AM

[prometheus-users] Re: Getting status of services in CentOS 6.

2020-03-31 Thread Joey Jojo
Hey Yagyansh, Sorry to hijack your post but I am wondering if you made this work in Cent OS, if you could help me with my issue with monitoring Systemd Services. Basically I need to add custom services to the --collector.systemd.unit-whitelist="(apache2|ssh|rsyslog|nginx).service" but not