add mikrotik devices to munin #193

Merged
mg merged 16 commits from rom into master 2024-09-27 17:41:02 +02:00
Showing only changes of commit 282d19b988 - Show all commits

View file

@ -82,7 +82,7 @@ munin_node_plugins:
[mt_system_rb5009] [mt_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') }}
env.ssh_host 192.168.2.1 env.ssh_host 192.168.2.1
- 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
@ -90,7 +90,7 @@ munin_node_plugins:
[mt_system_hex] [mt_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') }}
env.ssh_host 192.168.2.225 env.ssh_host 192.168.2.225
- 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
@ -98,7 +98,7 @@ munin_node_plugins:
[mt_system_crs305] [mt_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') }}
env.ssh_host 192.168.3.144 env.ssh_host 192.168.3.144
### mgrote.apt_manage_packages ### mgrote.apt_manage_packages