try and get nagios working on noc01.iad2
This commit is contained in:
parent
ca8a5edc08
commit
e26ead0f70
18 changed files with 886 additions and 6 deletions
|
@ -330,6 +330,14 @@
|
|||
- nagios_config
|
||||
notify: restart nagios
|
||||
|
||||
- name: Template over plugins
|
||||
template: src=nagios/plugins/{{item}}.j2 dest=/usr/lib64/nagios/plugins/ mode=0755 owner=root group=root
|
||||
with_items:
|
||||
- check_koji
|
||||
tags:
|
||||
- nagios_server
|
||||
|
||||
|
||||
- name: Template over commands
|
||||
template: src=nagios/commands/{{item}}.j2 dest=/etc/nagios/commands/{{item}} mode=0644 owner=root group=root
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue