Hi,<br><br>I'm using the check_snmp plugin for monitor CPU on solaris, when I run from linux console I received an value and when I see from nagios console is other valued. This is my check_snmp command:<br><br># 'CPU User' command definition
<br>define command{<br>    command_name    check_cpu_user<br>    command_line    $USER1$/check_snmp -H $HOSTADDRESS$ -m : -o .1.3.6.1.4.1.2021.11.9.0 -u "%" -l "CPU User" -c $ARG1$ -w $ARG2$<br>    }<br>
<br>In nagios console display:<br><br><div style="margin-left: 40px;">Status Information<br>CPU User OK - 1 %<br></div><br>and in linux console is:<br><br><div style="margin-left: 40px;">CPU Load WARNING - *52* % | iso.3.6.1.4.1.2021.11.9.0=52
;;;;<br></div><br>Thanks,<br>