update checkresults path for new nagios
This commit is contained in:
parent
6c7fe66b61
commit
895e5cb48b
2 changed files with 1 additions and 6 deletions
|
@ -462,7 +462,7 @@ max_check_result_reaper_time=30
|
||||||
# Note: Make sure that only one instance of Nagios has access
|
# Note: Make sure that only one instance of Nagios has access
|
||||||
# to this directory!
|
# to this directory!
|
||||||
|
|
||||||
check_result_path=/var/log/nagios/spool/checkresults
|
check_result_path=/var/spool/nagios/checkresults
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -76,11 +76,6 @@
|
||||||
tags:
|
tags:
|
||||||
- nagios/server
|
- 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
|
- name: Copy irc-colorize.py
|
||||||
copy: src=irc-colorize.py dest=/usr/local/bin/irc-colorize.py mode=0755 group=root owner=root
|
copy: src=irc-colorize.py dest=/usr/local/bin/irc-colorize.py mode=0755 group=root owner=root
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue