squiggly
This commit is contained in:
parent
3dd836b088
commit
e79ed31565
1 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.src }} dest=/etc/nrpe.d/{{ item.dest }}
|
template: src={{ item.src }} dest=/etc/nrpe.d/{{ item.dest }}
|
||||||
with_items:
|
with_items:
|
||||||
- [ src: 'check_mirrorlist_cache.cfg.j2', dest: 'check_mirrorlist_cache.cfg' ]
|
- { src: 'check_mirrorlist_cache.cfg.j2', dest: 'check_mirrorlist_cache.cfg' }
|
||||||
- [ src: 'check_raid.cfg.j2', dest: 'check_raid.cfg' ]
|
- { src: 'check_raid.cfg.j2', dest: 'check_raid.cfg' }
|
||||||
- [ src: 'check_cron.cfg.j2', dest: 'check_cron.cfg' ]
|
- { src: 'check_cron.cfg.j2', dest: 'check_cron.cfg' }
|
||||||
- [ src: 'check_disk.cfg.j2', dest: 'check_disk.cfg' ]
|
- { src: 'check_disk.cfg.j2', dest: 'check_disk.cfg' }
|
||||||
- [ src: 'check_swap.cfg.j2', dest: 'check_swap.cfg' ]
|
- { src: 'check_swap.cfg.j2', dest: 'check_swap.cfg' }
|
||||||
- [ src: 'check_postfix_queue.cfg.j2', dest: 'check_postfix_queue.cfg' ]
|
- { src: 'check_postfix_queue.cfg.j2', dest: 'check_postfix_queue.cfg' }
|
||||||
- [ src: 'check_lock.cfg.j2', dest: 'check_lock.cfg' ]
|
- { src: 'check_lock.cfg.j2', dest: 'check_lock.cfg' }
|
||||||
notify:
|
notify:
|
||||||
- restart nrpe
|
- restart nrpe
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue