dd
This commit is contained in:
parent
eea2f69143
commit
57d9288654
1 changed files with 8 additions and 1 deletions
|
@ -100,7 +100,14 @@ munin_node_plugins:
|
||||||
env.ssh_user munin
|
env.ssh_user munin
|
||||||
env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }}
|
env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }}
|
||||||
env.ssh_host 192.168.3.144
|
env.ssh_host 192.168.3.144
|
||||||
|
- name: http_response
|
||||||
|
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/http/http_response
|
||||||
|
config: |
|
||||||
|
[http_response]
|
||||||
|
env.sites http://dokuwiki2.grote.lan https://wiki.mgrote.net/
|
||||||
|
env.max_time 20
|
||||||
|
env.short_label true
|
||||||
|
env.follow_redirect true
|
||||||
### mgrote.apt_manage_packages
|
### mgrote.apt_manage_packages
|
||||||
apt_packages_extra:
|
apt_packages_extra:
|
||||||
- sshpass # für munin: mikrotik_system
|
- sshpass # für munin: mikrotik_system
|
||||||
|
|
Loading…
Reference in a new issue