Check for connectivity to memcached.
This will attempt to call the daemon's stats command which, if broken, might hung and cause nrpe to time out. We want that, as it will give us a clue to what might be causing some other app to fail.
This commit is contained in:
parent
42e44b6e8e
commit
85c486b34b
5 changed files with 41 additions and 3 deletions
|
@ -31,6 +31,7 @@
|
|||
- check_fedmsg_producers_consumers.py
|
||||
- check_supybot_plugin
|
||||
- check_datanommer_timesince.py
|
||||
- check_memcache_connect
|
||||
when: not inventory_hostname.startswith('noc')
|
||||
tags:
|
||||
- nagios_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue