aboutsummaryrefslogtreecommitdiffstats
path: root/sitesummary-nodes
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2012-02-13 10:03:44 +0000
committerPetter Reinholdtsen <pere@hungry.com>2012-02-13 10:03:44 +0000
commiteb6ad3bbd3d12c22deedfcee41d53902e39524fc (patch)
treee9500afb0b6cb29784925e5f80899e202f1760b1 /sitesummary-nodes
parente8519327081a5af9bd2a319c137581b13eab4f28 (diff)
downloadsitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.gz
sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.bz2
sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.xz
More to add dhcp check.
Diffstat (limited to 'sitesummary-nodes')
-rwxr-xr-xsitesummary-nodes2
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"));