Clean up nagios client templates.
This commit is contained in:
parent
53a138d49f
commit
3ccd34fad9
8 changed files with 7 additions and 7 deletions
|
@ -45,13 +45,13 @@
|
||||||
- name: install nrpe client configs
|
- name: install nrpe client configs
|
||||||
template: src=$item dest=/etc/nrpe.d/$item
|
template: src=$item dest=/etc/nrpe.d/$item
|
||||||
with_items:
|
with_items:
|
||||||
- check_mirrorlist_cache.cfg
|
- check_mirrorlist_cache.cfg.j2
|
||||||
- check_raid.cfg
|
- check_raid.cfg.j2
|
||||||
- check_cron.cfg
|
- check_cron.cfg.j2
|
||||||
- check_disk.cfg
|
- check_disk.cfg.j2
|
||||||
- check_swap.cfg
|
- check_swap.cfg.j2
|
||||||
- check_postfix_queue.cfg
|
- check_postfix_queue.cfg.j2
|
||||||
- check_lock.cfg
|
- check_lock.cfg.j2
|
||||||
notify:
|
notify:
|
||||||
- restart nrpe
|
- restart nrpe
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue