Package: nagios-plugins-standard
Version: 1.4.12-4

When configuring Nagios to check with the check_nt plugin (for example
check_nt!CPULOAD!-l 5,80,90)  Nagios is reporting that the -l
parameter is missing. Looking in the nt,cfg file it looks like only
the CPULOAD is inserted (the $ARGS1$) and the second argument is not
used at all.

Change this line:
        command_line    /usr/lib/nagios/plugins/check_nt -H $HOSTADDRESS$ -v 
$ARG1$
to:
        command_line    /usr/lib/nagios/plugins/check_nt -H $HOSTADDRESS$ -v
$ARG1$ $ARG2$

should work.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to