add mikrotik devices to munin #193
1 changed files with 4 additions and 1 deletions
|
@ -71,7 +71,6 @@ munin_hosts:
|
||||||
address: ldap.mgrote.net
|
address: ldap.mgrote.net
|
||||||
extra: ["use_node_name yes"]
|
extra: ["use_node_name yes"]
|
||||||
|
|
||||||
|
|
||||||
### mgrote_munin_node
|
### mgrote_munin_node
|
||||||
munin_node_bind_host: "127.0.0.1"
|
munin_node_bind_host: "127.0.0.1"
|
||||||
munin_node_bind_port: "4949"
|
munin_node_bind_port: "4949"
|
||||||
|
@ -101,3 +100,7 @@ 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
|
||||||
|
|
||||||
|
### mgrote.apt_manage_packages
|
||||||
|
apt_packages_extra:
|
||||||
|
- sshpass # für munin: mikrotik_system
|
||||||
|
|
Loading…
Reference in a new issue