Hi together,
i'm looking for a solution to monitor linux/unix machines. Can you tell me, how you are monitoring services in linux/unix machines? I want to monitor them like in windows with service_state[name].
I tried this here:
But i cant handle the whole linux/unix environment with this commands. From some hosts i'm getting error messages "grep no such file or directory" or i'm getting a wrong value.
I would be pleased if you tell me, how you monitor your services?
cu, mira
i'm looking for a solution to monitor linux/unix machines. Can you tell me, how you are monitoring services in linux/unix machines? I want to monitor them like in windows with service_state[name].
I tried this here:
I added
"UserParameter=services.check[*], /usr/bin/sudo /usr/bin/systemctl status $1 | /usr/bin/grep -c running" and
"UserParameter=systemctl.check[*], /usr/bin/sudo /usr/bin/systemctl status $1 | /usr/bin/grep -c running"
"UserParameter=services.check[*], /usr/bin/sudo /usr/bin/systemctl status $1 | /usr/bin/grep -c running" and
"UserParameter=systemctl.check[*], /usr/bin/sudo /usr/bin/systemctl status $1 | /usr/bin/grep -c running"
I would be pleased if you tell me, how you monitor your services?
cu, mira
Comment