diff --git a/roles/nagios_client/templates/check_fcomm_cache_worker_proc.cfg.j2 b/roles/nagios_client/templates/check_fcomm_cache_worker_proc.cfg.j2 index 0709117405..e0333880ab 100644 --- a/roles/nagios_client/templates/check_fcomm_cache_worker_proc.cfg.j2 +++ b/roles/nagios_client/templates/check_fcomm_cache_worker_proc.cfg.j2 @@ -1 +1 @@ -command[check_fcomm_cache_worker_proc]=/usr/lib/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 diff --git a/roles/nagios_client/templates/check_fcomm_queue.cfg.j2 b/roles/nagios_client/templates/check_fcomm_queue.cfg.j2 index f63fdba511..a12534b939 100644 --- a/roles/nagios_client/templates/check_fcomm_queue.cfg.j2 +++ b/roles/nagios_client/templates/check_fcomm_queue.cfg.j2 @@ -1 +1 @@ -command[check_fcomm_queue]=/usr/lib/nagios/plugins/check_fcomm_queue +command[check_fcomm_queue]=/usr/lib64/nagios/plugins/check_fcomm_queue diff --git a/roles/nagios_client/templates/check_redis_proc.cfg.j2 b/roles/nagios_client/templates/check_redis_proc.cfg.j2 index 417dfd9060..7f05bc5d66 100644 --- a/roles/nagios_client/templates/check_redis_proc.cfg.j2 +++ b/roles/nagios_client/templates/check_redis_proc.cfg.j2 @@ -1 +1 @@ -command[check_redis_proc]=/usr/lib/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