Re: [prometheus-users] how can I monitor custom systemd services?

2020-04-01 Thread Christian Hoffmann
Hi, you need to change your pattern: _* matches zero or more underscores. What you want instead is _.+ which matches an underscore followed by one or more arbitrary characters. The pattern is a regular expression, not a glob. Kind regards, Christian Am March 31, 2020 10:04:22 PM UTC schrieb

Re: [prometheus-users] how can I monitor custom systemd services?

2020-03-31 Thread Christian Hoffmann
Hi, On 3/31/20 10:56 PM, Joey Jojo wrote: > I have a node exporter setup and installed in a Linux Ubuntu server and > everything works fine. I've had to setup a few different custom SystemD > services located in /etc/systemd/system/ and I'd like to know how I can > whitelist them into the

[prometheus-users] how can I monitor custom systemd services?

2020-03-31 Thread Joey Jojo
Hello, I have a node exporter setup and installed in a Linux Ubuntu server and everything works fine. I've had to setup a few different custom SystemD services located in /etc/systemd/system/ and I'd like to know how I can whitelist them into the node_exporter.service which is also located in