live in the modern age
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
a6292ac0ff
commit
9bc474e30a
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
###########################################################################
|
||||
|
||||
# Sets $USER1$ to be the path to the plugins
|
||||
$USER1$=/usr/lib/nagios/plugins
|
||||
$USER1$=/usr/lib64/nagios/plugins
|
||||
|
||||
# Sets $USER2$ to be the path to event handlers
|
||||
#$USER2$=/usr/lib/nagios/plugins/eventhandlers
|
||||
|
|
|
@ -46,10 +46,10 @@
|
|||
template: src=nagios-httpd.conf dest=/etc/httpd/conf.d/nagios.conf
|
||||
|
||||
- name: Create eventhandlers directory
|
||||
file: dest=/usr/lib/nagios/plugins/eventhandlers/ state=directory
|
||||
file: dest=/usr/lib64/nagios/plugins/eventhandlers/ state=directory
|
||||
|
||||
- name: Copy plugins
|
||||
copy: src=plugins dest=/usr/lib/nagios/plugins/ mode=0755 owner=root group=root
|
||||
copy: src=plugins dest=/usr/lib64/nagios/plugins/ mode=0755 owner=root group=root
|
||||
|
||||
# TODO: rhel7
|
||||
#- name: Copy xmpp plugin config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue