Missing variable prefix
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
1a962c0d71
commit
14d05f0a9e
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
||||||
- rabbitmq_cluster
|
- rabbitmq_cluster
|
||||||
|
|
||||||
- name: Monitor the {{ queue_name }} queue in Nagios (NRPE)
|
- name: Monitor the {{ queue_name }} queue in Nagios (NRPE)
|
||||||
when: thresholds and env == "production"
|
when: queue_thresholds and env == "production"
|
||||||
delegate_to: "{{ queue_rabbitmq_server }}"
|
delegate_to: "{{ queue_rabbitmq_server }}"
|
||||||
template:
|
template:
|
||||||
src: nrpe.cfg.j2
|
src: nrpe.cfg.j2
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
- rabbitmq_cluster
|
- rabbitmq_cluster
|
||||||
|
|
||||||
- name: Monitor the {{ queue_name }} queue in Nagios
|
- name: Monitor the {{ queue_name }} queue in Nagios
|
||||||
when: thresholds and env == "production"
|
when: queue_thresholds and env == "production"
|
||||||
delegate_to: "{{ queue_nagios_server }}"
|
delegate_to: "{{ queue_nagios_server }}"
|
||||||
template:
|
template:
|
||||||
src: nagios.cfg.j2
|
src: nagios.cfg.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue