nagios: Remove check_memcached.

check_memcached does not support memcached authentication even in its
latest release (it’s in a TODO item comment, and that’s it), and was
never particularly useful.
This commit is contained in:
Alex Vandiver 2020-07-10 01:13:42 +00:00 committed by Tim Abbott
parent 56addb6139
commit a4e7c7a27e
2 changed files with 0 additions and 14 deletions

View File

@ -110,11 +110,6 @@ define command{
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_redis -H 127.0.0.1 -C /var/lib/nagios/redis_password'
}
define command{
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 -E 0'
}
define command{
command_name check_rabbitmq_queues
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/zulip_app_frontend/check_rabbitmq_queues'

View File

@ -286,15 +286,6 @@ define service {
contact_groups page_admins
}
define service {
use generic-service
service_description Check memcached service
check_command check_memcached_ssh!22
max_check_attempts 3
hostgroups frontends
contact_groups page_admins
}
define service {
use generic-service
service_description Check rabbitmq queue sizes