diff --git a/group_vars/munin.yml b/group_vars/munin.yml index 6fbfc29d..b07b9156 100644 --- a/group_vars/munin.yml +++ b/group_vars/munin.yml @@ -36,11 +36,6 @@ lvm_groups: manage_lvm: true pvresize_to_max: true -### mgrote_munin_node -munin_node_bind_host: "127.0.0.1" -munin_node_bind_port: "4949" -munin_node_allowed_cidrs: [127.0.0.1] - ### mgrote_munin_master munin_mode: cgi # or cron munin_mail_user: munin@mgrote.net @@ -75,3 +70,37 @@ munin_hosts: - name: ldap.mgrote.net address: ldap.mgrote.net extra: ["use_node_name yes"] + +### mgrote_munin_node +munin_node_bind_host: "127.0.0.1" +munin_node_bind_port: "4949" +munin_node_allowed_cidrs: [127.0.0.1] +munin_node_plugins: + - name: mikrotik_system_rb5009 + src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system + config: | + [mikrotik_system_rb5009] + user root + env.ssh_user munin + env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }} + env.ssh_host 192.168.2.1 + - name: mikrotik_system_crs305 + src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system + config: | + [mikrotik_system_crs305] + user root + env.ssh_user munin + env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }} + env.ssh_host 192.168.2.225 + - name: mikrotik_system_hex + src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system + config: | + [mikrotik_system_hex] + user root + env.ssh_user munin + env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }} + env.ssh_host 192.168.3.144 + +### mgrote.apt_manage_packages +apt_packages_extra: + - sshpass # für munin: mikrotik_system diff --git a/keepass_db.kdbx b/keepass_db.kdbx index 835f5bb8..f6ef0299 100644 Binary files a/keepass_db.kdbx and b/keepass_db.kdbx differ