Kill old references to fcomm-cache-worker.

This commit is contained in:
Ralph Bean 2015-11-19 18:47:43 +00:00
parent 1f719f48f7
commit c3bd96853a
7 changed files with 2 additions and 47 deletions

View file

@ -164,9 +164,6 @@
ignore_errors: true
when: ansible_virtualization_role == 'host'
- name: restart fcomm-cache-worker
service: name=fcomm-cache-worker state=restarted
- name: restart haproxy
service: name=haproxy state=restarted

View file

@ -31,7 +31,7 @@
service: name={{item}} state=stopped
with_items:
- httpd
- fcomm-cache-worker
- fedmsg-hub
- name: Nuke the old xapian search index
file: path={{cache_root}}/packages/ state=absent
@ -84,7 +84,7 @@
service: name={{item}} state=started
with_items:
- httpd
- fcomm-cache-worker
- fedmsg-hub
- name: tell nagios to start bothering us again
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}

View file

@ -112,8 +112,6 @@
- check_fedmsg_masher_proc.cfg
- check_redis_proc.cfg
- check_autocloud_proc.cfg
- check_fcomm_cache_worker_proc.cfg
- check_fcomm_queue.cfg
- check_fedmsg_consumers.cfg
- check_supybot_fedmsg_plugin.cfg
- check_datanommer_history.cfg

View file

@ -1 +0,0 @@
command[check_fcomm_cache_worker_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fcomm-cache-wor' -u apache

View file

@ -1 +0,0 @@
command[check_fcomm_queue]=/usr/lib64/nagios/plugins/check_fcomm_queue

View file

@ -1,36 +0,0 @@
define service {
host_name packages03
service_description Check fcomm-cache-worker
check_command check_by_nrpe!check_fcomm_cache_worker_proc
use defaulttemplate
}
define service {
host_name packages03
service_description Check redis
check_command check_by_nrpe!check_redis_proc
use defaulttemplate
}
define service {
host_name packages03
service_description Check fcomm-queue
check_command check_by_nrpe!check_fcomm_queue
use defaulttemplate
}
define service {
host_name packages04
service_description Check fcomm-cache-worker
check_command check_by_nrpe!check_fcomm_cache_worker_proc
use defaulttemplate
}
define service {
host_name packages04
service_description Check redis
check_command check_by_nrpe!check_redis_proc
use defaulttemplate
}
define service {
host_name packages04
service_description Check fcomm-queue
check_command check_by_nrpe!check_fcomm_queue
use defaulttemplate
}

View file

@ -234,8 +234,6 @@ command[check_fedmsg_tweet_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C
command[check_fedmsg_masher_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-hub' -u masher
command[check_supybot_fedmsg_plugin]=/usr/lib64/nagios/plugins/check_supybot_plugin -t fedmsg
command[check_haproxy_conns]=/usr/lib64/nagios/plugins/check_haproxy_conns.py
command[check_fcomm_cache_worker_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fcomm-cache-wor' -u apache
command[check_fcomm_queue]=/usr/lib64/nagios/plugins/check_fcomm_queue
command[check_redis_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'redis-server' -u redis
command[check_autocloud_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'python' -a 'autocloud_job.py' -u root
command[check_openvpn_link]=/usr/lib64/nagios/plugins/check_ping -H 192.168.1.41 -w 375.0,20% -c 500,60%