From 8ed1ba769632b1877855daf39cbfae3bbaf61b21 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 16 Jan 2010 09:36:02 +0000 Subject: Fix typo in cron check. --- sitesummary-nodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } } -- cgit v1.2.3