diff options
-rwxr-xr-x | sitesummary-nodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-nodes b/sitesummary-nodes index 0d0eaaa..2c4539b 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -274,7 +274,7 @@ EOF # Detect if cron no longer is running print_nagios_service_check($remote, $hostname, "process - cron", - "check_procs_command", "-a!1:15 1:25 cron") + "check_procs_command", "1:15!1:25!cron") if (is_pkg_installed($hostid, "cron")); } } |