[Pkg-nagios-devel] Bug#513688: /usr/share/nagios-plugins/templates-standard/nt.cfg is missing information

David Perfors dnperfors at gmail.com
Sat Jan 31 12:48:26 UTC 2009


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.





More information about the Pkg-nagios-devel mailing list