Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Checks a specific Couchbase key via Memcached API Checks: 1. reads the specified Couchbase key 2. checks key's returned value against expected regex (optional) 3. checks key's returned value against warning/critical range thresholds (optional) raises warning/critical if the value is outside thresholds or not a floating point number 4. records the read timing to a given precision for reporting and graphing 5. outputs the read timing and optionally the key's value for graphing purposes
Current Version
Last Release Date
December 30, 2013
Owner
Hari Sekhon
Website
https://github.com/harisekhon/nagios-plugins
Download URL
Compatible With
Advanced Nagios Plugins Collection.
Download it here:
./check_couchbase_key.pl --help
usage: check_couchbase_key.pl [ options ]
-H --host Couchbase host ($COUCHBASE_HOST, $HOST) -P --port Couchbase port ($COUCHBASE_PORT, $PORT, default: 11211) -k --key Key to read from Couchbase -e --expected Expected regex for the given Couchbase key's value. Optional -w --warning Warning threshold ra:nge (inclusive) for the key's value. Optional -c --critical Critical threshold ra:nge (inclusive) for the key's value. Optional -g --graph Graph key's value. Optional, use only if a floating point number is normally returned for it's values, otherwise will print NaN (Not a Number). The reason this is not determined automatically is because keys that change between floats and non-floats will result in variable numbers of perfdata tokens which will break PNP4Nagios -u --units Units to use if graphing key's value. Optional --precision Number of decimal places for timings (default: 5) -t --timeout Timeout in secs (default: 10) -v --verbose Verbose mode (-v, -vv, -vvv ...) -h --help Print description and usage options -V --version Print version and exit
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!