From 8f02875a5f727b458c55f691bfb408942fba7364 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 21 Jan 2010 18:28:50 +0000 Subject: Add SMTP check to Nagios configuration. --- nagios-nrpe-commands.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'nagios-nrpe-commands.cfg') diff --git a/nagios-nrpe-commands.cfg b/nagios-nrpe-commands.cfg index fdd7bb0..c264f3e 100644 --- a/nagios-nrpe-commands.cfg +++ b/nagios-nrpe-commands.cfg @@ -11,4 +11,5 @@ command[check_ntp]=/usr/lib/nagios/plugins/check_ntp -H localhost command[check_procs]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ command[check_procs_cron]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C cron command[check_procs_zombie]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s Z +command[check_smtp]=/usr/lib/nagios/plugins/check_smtp -H localhost command[check_swap]=/usr/lib/nagios/plugins/check_swap -w $ARG1 -c $ARG2$ -- cgit v1.2.3