mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
update checkresults path for new nagios
This commit is contained in:
@@ -462,7 +462,7 @@ max_check_result_reaper_time=30
|
||||
# Note: Make sure that only one instance of Nagios has access
|
||||
# to this directory!
|
||||
|
||||
check_result_path=/var/log/nagios/spool/checkresults
|
||||
check_result_path=/var/spool/nagios/checkresults
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -76,11 +76,6 @@
|
||||
tags:
|
||||
- nagios/server
|
||||
|
||||
- name: Create checkresults directory
|
||||
file: dest=/var/log/nagios/spool/checkresults state=directory group=nagios owner=nagios mode=0755
|
||||
tags:
|
||||
- nagios/server
|
||||
|
||||
- name: Copy irc-colorize.py
|
||||
copy: src=irc-colorize.py dest=/usr/local/bin/irc-colorize.py mode=0755 group=root owner=root
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user