wiki:check_rhcsnmp
Last modified 15 months ago Last modified on 02/27/2011 01:26:13 AM

check_rhcsnmp

monitor ~ $ check_rhcsnmp --help
check_rhc v0.1 (monitorplug 0.0)
 libnetsnmp v5.5
Copyright (c) 2010 Marius Rieder <marius.rieder@durchmesser.ch>
Copyright (c) 2010-2011 Monitoring Plugins

This plugin check a RedHat Cluster Suite by snmp..

Usage:
 check_rhc -H <HOST>

Options:
 -h, --help
      Print detailed help screen.
 -V, --version
      Print version information.
 -v, --verbose
      Show details for command-line debugging.
 -t, --timeout=INTEGER
      Seconds before the check return with a timeout alert.
     --eopt=[section][@file]
      Read additional opts from section in ini-File.
     --perfdata
      Print performance data (if available).
 -C, --community=COMUNITY
      SNMP community (defaults to public, used with SNMP v1 and v2c)
 -S, --snmp=VERSION
      SNMP version to use. (default to v1)
      1 for SNMP v1
      2 for SNMP v2c (use get_bulk for less overhead)
      3 for SNMP v3 (requires --secname option)
 -L, --seclevel=SECLEVEL
      Security Level to use. (noAuthNoPriv, authNoPriv , or authPriv)
 -U, --secname=SECNAME
      User name for SNMPv3 context.
 -K, --context=CONTEXT
      SNMPv3 context name (default is empty string)
 -A, --authpass=PASSWORD
      Authentication password. (Clear text ASCII or localized key in hex
      with 0x prefix generated by using "snmpkey" utility
 -a, --authproto=PROTOCOL
      Authentication protocol (MD5 or SHA1)
 -X, --privpass=PASSWORD
      Privacy password. (Clear text ASCII or localized key in hex
      with 0x prefix generated by using "snmpkey" utility