munin: hex hinzugefügt (#292)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#292 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
249510bfaf
commit
d171b8ed48
3 changed files with 9 additions and 2 deletions
|
@ -44,7 +44,6 @@
|
|||
- name: ipmi_power # für pve2, leeres diagramm
|
||||
- name: docker_images
|
||||
- name: docker_status
|
||||
- name: mt_system_hex
|
||||
munin_node_plugins:
|
||||
- name: chrony
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/chrony/chrony
|
||||
|
|
|
@ -90,7 +90,15 @@
|
|||
user root
|
||||
env.ssh_user munin
|
||||
env.ssh_password {{ lookup('keepass', 'crs309_munin_user', 'password') }}
|
||||
env.ssh_host 192.168.2.223
|
||||
env.ssh_host 192.168.2.224
|
||||
- name: mt_system_hex
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||
config: |
|
||||
[mt_system_hex]
|
||||
user root
|
||||
env.ssh_user munin
|
||||
env.ssh_password {{ lookup('keepass', 'hex_munin_user', 'password') }}
|
||||
env.ssh_host 192.168.2.225
|
||||
- name: mt_system_rb5009
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||
config: |
|
||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue