No commit activity in last 3 years
No release in over 3 years
This plugin provides facilities for monitoring DNS resolution
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Sensu plugin for monitoring DNS resolution

A sensu plugin to monitor DNS resolution.

Usage

The plugin accepts the following command line options:

Usage: check-dnslookup.rb (options)
    -d, --domain <DOMAIN>            Domain to look up (required)
    -s, --server <SERVER>            Comma separated list of name server(s) for resolution
        --timeout <SECONDS>          DNS lookup timeout (default: 3)
    -t, --type <TYPE>                Record type (default: A)
    -w, --warn                       Warn instead of throwing a critical failure

Author

Matteo Cerutti - matteo.cerutti@hotmail.co.uk