add mikrotik devices to munin #193
1 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ munin_node_plugins:
|
||||||
- name: mikrotik_system_rb5009
|
- name: mikrotik_system_rb5009
|
||||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||||
config: |
|
config: |
|
||||||
[mt_system_rb5009]
|
[mikrotik_system_rb5009]
|
||||||
user root
|
user root
|
||||||
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') }}
|
||||||
|
@ -87,7 +87,7 @@ munin_node_plugins:
|
||||||
- name: mikrotik_system_crs305
|
- name: mikrotik_system_crs305
|
||||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||||
config: |
|
config: |
|
||||||
[mt_system_crs305]
|
[mikrotik_system_crs305]
|
||||||
user root
|
user root
|
||||||
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') }}
|
||||||
|
@ -95,7 +95,7 @@ munin_node_plugins:
|
||||||
- name: mikrotik_system_hex
|
- name: mikrotik_system_hex
|
||||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||||
config: |
|
config: |
|
||||||
[mt_system_hex]
|
[mikrotik_system_hex]
|
||||||
user root
|
user root
|
||||||
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') }}
|
||||||
|
|
Loading…
Reference in a new issue