|  
                     
                    SNMP environmental Monitor for Nagios version 1.2 
                    GPL Licence, (c)2006-2007 Patrick Proy
                   Usage: ./check_snmp_env.pl [-v] -H <host> -C <snmp_community> 
                    [-2] | (-l login -x passwd [-X pass -L <authp>,<privp>]) 
                    [-p <port>] -T (cisco|nokia|bc|iron|foundry) [-F <rpm>] 
                    [-c <celcius>] [-f] [-t <timeout>] [-V] 
                    -v, --verbose 
                    print extra debugging information  
                    -h, --help 
                    print this help message 
                    -H, --hostname=HOST 
                    name or IP address of host to check 
                    -C, --community=COMMUNITY NAME 
                    community name for the host's SNMP agent (implies v1 protocol) 
                    -2, --v2c 
                    Use snmp v2c 
                    -l, --login=LOGIN ; -x, --passwd=PASSWD 
                    Login and auth password for snmpv3 authentication  
                    If no priv password exists, implies AuthNoPriv  
                    -X, --privpass=PASSWD 
                    Priv password for snmpv3 (AuthPriv protocol) 
                    -L, --protocols=<authproto>,<privproto> 
                    <authproto> : Authentication protocol (md5|sha : default 
                    md5) 
                    <privproto> : Priv protocole (des|aes : default des) 
                     
                    -P, --port=PORT 
                    SNMP port (Default 161) 
                    -T, --type=cisco|nokia|bc|iron|foundry 
                    Environemental check :  
                    cisco : voltage,temp,fan,power supply status 
                    will try to check everything present 
                    nokia : fan and power supply 
                    bc : fans, power supply, voltage, disks 
                    iron : fans, power supply, temp 
                    foundry : power supply, temp 
                    -F, --fan=<rpm> 
                    Minimum fan rpm value 
                    -c, --celcius=<celcius> 
                    Maximum temp in degree celcius 
                    -f, --perfparse 
                    Perfparse compatible output 
                    -t, --timeout=INTEGER 
                    timeout for SNMP in seconds (Default: 5) 
                    -V, --version 
                    prints version number 
                   
                 |