Fix executable name for autocloud
This commit is contained in:
parent
5dcfd6efab
commit
92e4e20646
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ 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_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_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_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 'autocloud' -u root
|
command[check_autocloud_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'autocloud_job' -u root
|
||||||
command[check_openvpn_link]=/usr/lib64/nagios/plugins/check_ping -H 192.168.1.58 -w 375.0,20% -c 500,60%
|
command[check_openvpn_link]=/usr/lib64/nagios/plugins/check_ping -H 192.168.1.58 -w 375.0,20% -c 500,60%
|
||||||
command[check_memcache]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -a '/usr/bin/memcached' -u memcached
|
command[check_memcache]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -a '/usr/bin/memcached' -u memcached
|
||||||
command[check_memcache_connect]=/usr/lib64/nagios/plugins/check_memcache_connect
|
command[check_memcache_connect]=/usr/lib64/nagios/plugins/check_memcache_connect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue