|  
                   SNMP Checkpoint FW-1 Monitor for Nagios 
                    version 1.2.1 
                    GPL Licence, (c)2004-2007 - Patrick Proy
                   Usage: ./check_snmp_cpfw.pl [-v] -H <host> -C <snmp_community> 
                    [-2] | (-l login -x passwd [-X pass -L <authp>,<privp>]) 
                    [-s] [-w [-p=pol_name] [-c=warn,crit]] [-m] [-a [standby] 
                    ] [-f] [-p <port>] [-t <timeout>] [-V] 
                    -v, --verbose 
                    print extra debugging information (including interface list 
                    on the system) 
                    -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) 
                     
                    -s, --svn 
                    check for svn status 
                    -w, --fw 
                    check for fw status 
                    -a, --ha[=standby] 
                    check for ha status and node in "active" state 
                    If using SecurePlatform and monitoring a standby unit, put 
                    "standby" too 
                    -m, --mgmt 
                    check for management status 
                    -p, --policy=POLICY_NAME 
                    check if installed policy is POLICY_NAME (must have -w) 
                    -c, --connexions=WARN,CRIT 
                    check warn and critical number of connexions (must have -w) 
                    -f, --perfparse, --perfdata 
                    performance data output (only works with -c) 
                    -P, --port=PORT 
                    SNMP port (Default 161) 
                    -t, --timeout=INTEGER 
                    timeout for SNMP (Default: Nagios default)  
                    -V, --version 
                    prints version number 
                   
                 |