Status check for the script not working in monit 5.25.1
Issue #824
resolved
check process service_name with path /var/local/status.sh
if status != 0 then alert
Comments (2)
-
reporter -
reporter - changed status to resolved
Wrong
check process service_name with path /var/local/status.sh if status != 0 then alert
Right statement
check program service_name with path /var/local/status.sh if status != 0 then alert
- Log in to comment
sorry for the bug reported there was a problem with my text.
Wrong
check process service_name with path /var/local/status.sh
if status != 0 then alert
Right statement
check program service_name with path /var/local/status.sh
if status != 0 then alert