Check EMC DataDomain

check_dd

check_dd plugin for monitoring the status of a DataDaomain Appliance like DD430

Usage

./check_dd.pl -H < ip_address > -v variable [-w warn_range] [-c crit_range]
                [-C community] [-t timeout] [-p port-number]
                -v DISKUSED - disk space used
                -v ALERTS - print current alerts

Options

Flag Description
-H, --hostname hostname to query (required)
-C, --community SNMP read community (defaults to public)
-t, --timeout seconds before the plugin tims out
-p, --port SNMP port (default 161)
-P, --snmp_version 1 for SNMP v1 (default), 2 for SNMP v2c, 3 for SNMP v3 (requires -U)
-L, --seclevel choice of "noAuthNoPriv", "authNoPriv", "authpriv"
-U, --secname user name for SNMPv3 context
-a, --authproto authentication protocol (MD5 or SHA1)
-A, --authpass authentication password
-X, --privpass privacy password in hex with 0x prefix generated by snmpkey
-V, --version plugin version
-w, --warning warning level
-c, --critical critical level
-v, --variable variable to query, can be:
DISKUSED - disk space used
ALERTS - print current alerts
-o, --volume volume to query (defaults to all)
-h, --help usage help