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: ipmi_power # für pve2, leeres diagramm
|
||||||
- name: docker_images
|
- name: docker_images
|
||||||
- name: docker_status
|
- name: docker_status
|
||||||
- name: mt_system_hex
|
|
||||||
munin_node_plugins:
|
munin_node_plugins:
|
||||||
- name: chrony
|
- name: chrony
|
||||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/chrony/chrony
|
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/chrony/chrony
|
||||||
|
|
|
@ -90,7 +90,15 @@
|
||||||
user root
|
user root
|
||||||
env.ssh_user munin
|
env.ssh_user munin
|
||||||
env.ssh_password {{ lookup('keepass', 'crs309_munin_user', 'password') }}
|
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
|
- name: mt_system_rb5009
|
||||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||||
config: |
|
config: |
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue