nagios_client: sigul-bridge01 isn't a thing, but sign-bridge01 is

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2019-11-06 16:00:51 +00:00 committed by Pierre-Yves Chibon
parent 1be1f97290
commit d6844d19b5

View file

@ -235,7 +235,7 @@
template: src={{ item }}.j2 dest=/etc/nrpe.d/{{ item }} template: src={{ item }}.j2 dest=/etc/nrpe.d/{{ item }}
with_items: with_items:
- check_sigul_bridge_proc.cfg - check_sigul_bridge_proc.cfg
when: inventory_hostname.startswith('sigul-bridge') when: inventory_hostname.startswith('sign-bridge')
notify: notify:
- restart nrpe - restart nrpe
tags: tags: