mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user