diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-16 09:36:02 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-16 09:36:02 +0000 |
commit | 8ed1ba769632b1877855daf39cbfae3bbaf61b21 (patch) | |
tree | dbbe2086a22340205f4dfd8b50a96696f7e34b98 | |
parent | 4067fdb792a9c63c6f90da508a81ec69fd624fd1 (diff) | |
download | sitesummary-8ed1ba769632b1877855daf39cbfae3bbaf61b21.tar.gz sitesummary-8ed1ba769632b1877855daf39cbfae3bbaf61b21.tar.bz2 sitesummary-8ed1ba769632b1877855daf39cbfae3bbaf61b21.tar.xz |
Fix typo in cron check.
-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")); } } |