Search found 3 matches

by nisse123
Tue Nov 05, 2013 2:37 am
Forum: Open Source Nagios Projects
Topic: Strange output
Replies: 5
Views: 1601

Re: Strange output

Hmm ok, well i can live with my dirty fix :) Now i have a other issue. I have made a command that gives a output like this SNMP OK - DNS querys 460 | DNS querys=460 But the graph looks abit strange: http://postimg.org/image/xr30ok9pp/ Im quite sure its not 0 this when it show in the graph but rather...
by nisse123
Mon Nov 04, 2013 11:08 am
Forum: Open Source Nagios Projects
Topic: Strange output
Replies: 5
Views: 1601

Re: Strange output

Yes its just for performance data. No, its just puts a "c" after the values (avg, min max etc), really strange. I did a really dirty fix with a linux command to remove the c.
by nisse123
Mon Nov 04, 2013 4:24 am
Forum: Open Source Nagios Projects
Topic: Strange output
Replies: 5
Views: 1601

Strange output

Hello
Im trying to poll a machine for dns querys, my command looks like this:
$USER1$/check_snmp -H $HOSTADDRESS$ -o $ARG1$ -C $ARG4$ -m: -l "DNS querys" -P $ARG5$


Plugin output:
SNMP OK - DNS querys 523 | DNS querys=523c

Where does the c in the output come from?