Skip to content

hirose31/nagios-check_memcached_paranoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

nagios-check_memcached_paranoid

This program checks memcached (or compatible) server by memcached protocol: SET, GET, DELETE and GET.

  1. SET random_key set_value
  2. GET random_key
  • if got_value != set_value -> CRITICAL
  1. DELETE random_key
  2. GET random_key
  • if got_value != NULL -> CRITICAL
  1. OK

example:

check_memcached_paranoid -H 192.0.2.1

check_memcached_paranoid -H 192.0.2.2 -P 11212 -E 12

About

Nagios plugin for checking memcached; result of request sequentially: SET, GET, DELETE, GET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published