try and get nagios working on noc01.iad2

This commit is contained in:
Stephen Smoogen 2020-06-08 11:17:14 -04:00
parent ca8a5edc08
commit e26ead0f70
18 changed files with 886 additions and 6 deletions

View file

@ -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: