diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2012-02-13 10:03:44 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2012-02-13 10:03:44 +0000 |
commit | eb6ad3bbd3d12c22deedfcee41d53902e39524fc (patch) | |
tree | e9500afb0b6cb29784925e5f80899e202f1760b1 /sitesummary-nodes | |
parent | e8519327081a5af9bd2a319c137581b13eab4f28 (diff) | |
download | sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.gz sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.bz2 sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.xz |
More to add dhcp check.
Diffstat (limited to 'sitesummary-nodes')
-rwxr-xr-x | sitesummary-nodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-nodes b/sitesummary-nodes index e3c1f14..d5016c9 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -401,7 +401,7 @@ sub generate_nagios_config { # "check_dhcp") # if is_pkg_installed($hostid, "dhcp3-server"); print_nagios_service_check($remote, $hostname, "process - dhcpd", - "check_procs_cron", "1:15!1:25") + "check_procs_dhcpd", "1:15!1:25") if (is_pkg_installed($hostid, "dhcp3-server") || is_pkg_installed($hostid, "isc-dhcp-server")); |