add mikrotik devices to munin #193
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
force_basic_auth: true
|
||||
loop: "{{ munin_node_plugins }}"
|
||||
notify: restart munin-node
|
||||
no_log: true
|
||||
#no_log: true
|
||||
check_mode: false # damit werden auch im check-mode die Plugins heruntergeladen, sonst schlägt der nächste Task fehl
|
||||
|
||||
- name: Enable additional plugins
|
||||
|
@ -19,7 +19,7 @@
|
|||
state: link
|
||||
notify: restart munin-node
|
||||
loop: "{{ munin_node_plugins }}"
|
||||
no_log: true
|
||||
#no_log: true
|
||||
|
||||
- name: Template additional plugin-config
|
||||
ansible.builtin.copy:
|
||||
|
@ -31,7 +31,7 @@
|
|||
notify: restart munin-node
|
||||
loop: "{{ munin_node_plugins }}"
|
||||
when: item.config is defined
|
||||
no_log: true
|
||||
#no_log: true
|
||||
|
||||
- name: Ensure munin-node is running
|
||||
ansible.builtin.service:
|
||||
|
|
Loading…
Reference in a new issue