remove check_mk monitoring support
This commit is contained in:
parent
5d65c9c976
commit
f68c0c8b9b
1 changed files with 0 additions and 9 deletions
|
|
@ -86,15 +86,6 @@
|
||||||
- name: delete nginx default config
|
- name: delete nginx default config
|
||||||
file: path=/etc/nginx/sites-enabled/default state=absent
|
file: path=/etc/nginx/sites-enabled/default state=absent
|
||||||
|
|
||||||
- name: copy monitoring config
|
|
||||||
copy:
|
|
||||||
src: monitoring.cfg
|
|
||||||
dest: /etc/check_mk/nginx_status.cfg
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: 0644
|
|
||||||
when: nginx.monitoring
|
|
||||||
|
|
||||||
- name: copy nginx status config
|
- name: copy nginx status config
|
||||||
copy:
|
copy:
|
||||||
src: monitoring
|
src: monitoring
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue