<br><font size=2 face="sans-serif">Having an issue with the check_iftraffic.pl
plug-in and I'm not sure what to try. Researched the issue a bit,
but no luck. I ran the command from the CLI, it pauses, and then
no error. Nagios is showing an Error 127 (Out of Bounds) or sometimes
"No Output".</font>
<br>
<br><font size=2 face="sans-serif">./check_iftraffic.pl -H 192.168.1.1
-C 12884rt76 -i if_descr -b 3 -u m [ -w 85 ] [ -c 98 ]</font>
<br>
<br><font size=2 face="sans-serif">I'm defining the check_iftraffic.pl
in checkcommands.cfg:</font>
<br>
<br><font size=2 face="sans-serif"># 'check_iftraffic' command</font>
<br>
<br><font size=2 face="sans-serif">define command{</font>
<br><font size=2 face="sans-serif"> command_name
check_iftraffic.pl</font>
<br><font size=2 face="sans-serif"> command_line
$USER1$/check_iftraffic.pl -H $HOSTADDRESS$ -C &USER5$
-i Serial -b 3 -u m [ -w 80 ] [ -c 98 ]</font>
<br><font size=2 face="sans-serif"> }</font>
<br>
<br><font size=2 face="sans-serif">I'm defining the community string in
resource.cfg:</font>
<br>
<br><font size=2 face="sans-serif">$USER5$ = 12884rt76</font>
<br>
<br><font size=2 face="sans-serif">Any ideas? Thanks for the assistance.</font>