From cb47d4865b27c28b3df81f3f49cdaf431d94bc86 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 27 Sep 2024 17:26:20 +0200 Subject: [PATCH] ff --- group_vars/munin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/munin.yml b/group_vars/munin.yml index 08a75687..b07b9156 100644 --- a/group_vars/munin.yml +++ b/group_vars/munin.yml @@ -79,7 +79,7 @@ munin_node_plugins: - name: mikrotik_system_rb5009 src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system config: | - [mt_system_rb5009] + [mikrotik_system_rb5009] user root env.ssh_user munin env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }} @@ -87,7 +87,7 @@ munin_node_plugins: - name: mikrotik_system_crs305 src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system config: | - [mt_system_crs305] + [mikrotik_system_crs305] user root env.ssh_user munin env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }} @@ -95,7 +95,7 @@ munin_node_plugins: - name: mikrotik_system_hex src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system config: | - [mt_system_hex] + [mikrotik_system_hex] user root env.ssh_user munin env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }}