diff options
Diffstat (limited to 'sitesummary-nodes')
-rwxr-xr-x | sitesummary-nodes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sitesummary-nodes b/sitesummary-nodes index 7da45ec..52a41e7 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -289,5 +289,10 @@ EOF print_nagios_service_check($remote, $hostname, "process - cron", "check_procs_command", "1:15!1:25!cron") if (is_pkg_installed($hostid, "cron")); + + print_nagios_service_check($remote, $hostname, "dhcp", + "check_dhcp") + if is_pkg_installed($hostid, "dhcp3-server"); + } } |