blse2-public/common-debian/tasks/monitoring.yml

14 lines
381 B
YAML
Raw Normal View History

2023-05-05 15:47:27 -04:00
---
- name: install check_mk logwatch configuration file
template:
src: etc/check_mk/logwatch.cfg.j2
dest: /etc/check_mk/logwatch.cfg
mode: 0644
- name: install check_mk agent check configuration files
copy:
src: "usr/lib/check_mk_agent/plugins/{{ item }}"
dest: "/usr/lib/check_mk_agent/plugins/{{ item }}"
mode: 0755
loop: "{{ check_mk_plugins }}"