<span class="Apple-style-span" style="border-collapse: collapse; "><div>I'm trying to use some perl scripts on a CentOS box (Nagios03) that were previously working on a Gentoo (Nagios01) box.</div><div><br class="webkit-block-placeholder">
</div><div>Any ideas on what I might to do try to resolve this?</div><div><br class="webkit-block-placeholder"></div><div>WORKS ON GENTOO</div><div><br class="webkit-block-placeholder"></div>nagios01 new # ./check_snmp_load.pl -H <a href="http://ha-vpn-internal.clacorp.com" target="_blank" style="color: rgb(0, 0, 204); ">myserver.mydomain.com</a> -C myPublicString -w 50,50,50 -c 75,75,75 -T nsc -t 15 -f<br>
CPU : 3 3 3 : OK | cpu_5_sec=3%;50;75,cpu_1_min=3%;50;75,cpu_5_min=3%;50;75<br>nagios01 new #<br><br><br>DOES NOT WORK ON CENTOS<br><br>[root@nagios03 plugins]#  ./check_snmp_load.pl -H <a href="http://ha-vpn-internal.clacorp.com/" target="_blank" style="color: rgb(0, 0, 204); ">myserver.mydomain.com</a> -C myPublicString -w 50,50,50 -c 75,75,75 -T nsc -t 15 -f<br>
Unknown option: T<br>Multiple warning without -L or -I switch<br>Usage: ./check_snmp_load.pl [-v] -H <host> -C <snmp_community> | (-l login -x passwd)  [-p <port>] -w <warn level> -c <crit level> [-L|-A|-I|N] [-f] [-t <timeout>] [-V]<br>
[root@nagios03 plugins]#</span><br>