Last modified 15 months ago
Last modified on 02/27/2011 01:23:48 AM
check_dnssec_expiration
monitor ~ $ check_dnssec_expiration --help check_dnssec_expiration v0.1 (monitorplug 0.0) Copyright (c) 2009 - 2010 Marius Rieder <marius.rieder@durchmesser.ch> Copyright (c) 2010-2011 Monitoring Plugins This plugin check the RRSIG expiration date. Usage: check_dnssec_expiration [-H host] -D domain [-k file] [-t timeout] [-w warn] [-c crit] 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). -H, --hostname=ADDRESS Host name or IP Address. --tcp Use TCP for DNS queries. -D, --domain=DOMAIN The name of the domain to check. -k, --trusted-keys=FILE File to read trust-anchors from. -w, --warning=time[d|h|m|s] Return warning if elapsed time exceeds value. Default to 2 days -c, --critical=time[d|h|m|s] Return critical if elapsed time exceeds value. Default to 1 day
