puppet: Dsiable checking for evictions in memcached nagios.

Zulip's caching model for message history is such that it is normal
and healthy for there to eventually be a nontrivial volume of
evictions.
This commit is contained in:
Tim Abbott
2018-03-06 13:34:02 -08:00
parent 11b31b3584
commit 24b6106c9c

View File

@@ -106,7 +106,7 @@ define command{
define command{ define command{
command_name check_memcached_ssh command_name check_memcached_ssh
command_line /usr/lib/nagios/plugins/check_by_ssh -p $ARG1$ -l nagios -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_memcached -H 127.0.0.1' command_line /usr/lib/nagios/plugins/check_by_ssh -p $ARG1$ -l nagios -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_memcached -H 127.0.0.1 -E 0'
} }
define command{ define command{