From 9fb1b7d6ffb10e436aadbb2b1ce1337f74e5e74d Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 16 Jan 2010 10:13:20 +0000 Subject: Add checks for running cron and working dhcp to Nagios configuration. --- nagios-templates.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nagios-templates.cfg') diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 6a72a84..4ddca23 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -107,6 +107,11 @@ define command{ command_line /usr/lib/nagios/plugins/check_ssh $HOSTADDRESS$ } +define command{ + command_name check_dhcp + command_line /usr/lib/nagios/plugins/check_dhcp +} + define command{ command_name check_ntp command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$ -- cgit v1.2.3