Munin Anpassungen (#471)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #471
This commit is contained in:
parent
5938d6c2ce
commit
0bb5f7275f
5 changed files with 15 additions and 6 deletions
4
host_vars/acng2.grote.lan.yaml
Normal file
4
host_vars/acng2.grote.lan.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
### mgrote.munin-node
|
||||||
|
munin_node_disabled_plugins:
|
||||||
|
- name: lvm_
|
|
@ -274,3 +274,10 @@
|
||||||
env.password {{ lookup('keepass', 'munin_user_nextcloud', 'password') }}
|
env.password {{ lookup('keepass', 'munin_user_nextcloud', 'password') }}
|
||||||
env.api_path /ocs/v2.php/apps/serverinfo/api/v1/info
|
env.api_path /ocs/v2.php/apps/serverinfo/api/v1/info
|
||||||
env.scheme https
|
env.scheme https
|
||||||
|
- name: deye
|
||||||
|
src: https://raw.githubusercontent.com/quotengrote/contrib/deye/plugins/deye/deye
|
||||||
|
config: |
|
||||||
|
[deye]
|
||||||
|
env.user deyeadmin600
|
||||||
|
env.password {{ lookup('keepass', 'munin_deye_admin_pass', 'password') }}
|
||||||
|
env.ip 192.168.10.180
|
||||||
|
|
|
@ -16,11 +16,6 @@
|
||||||
config: |
|
config: |
|
||||||
[systemd_mem]
|
[systemd_mem]
|
||||||
env.all_services true
|
env.all_services true
|
||||||
- name: lvm_
|
|
||||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/disk/lvm_
|
|
||||||
config: |
|
|
||||||
[lvm_*]
|
|
||||||
user root
|
|
||||||
- name: fail2ban
|
- name: fail2ban
|
||||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/fail2ban
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/fail2ban
|
||||||
config: |
|
config: |
|
||||||
|
@ -32,7 +27,8 @@
|
||||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/nsfd4
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/nsfd4
|
||||||
- name: nfsd
|
- name: nfsd
|
||||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/nfsd
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/nfsd
|
||||||
|
munin_node_disabled_plugins:
|
||||||
|
- name: lvm_
|
||||||
### mgrote.restic
|
### mgrote.restic
|
||||||
restic_folders_to_backup: "/ /srv/nfs" # --one-file-system ist gesetzt, also werden weitere Dateisysteme nicht eingeschlossen, es sei denn sie werden hier explizit angegeben
|
restic_folders_to_backup: "/ /srv/nfs" # --one-file-system ist gesetzt, also werden weitere Dateisysteme nicht eingeschlossen, es sei denn sie werden hier explizit angegeben
|
||||||
|
|
||||||
|
|
|
@ -327,3 +327,5 @@
|
||||||
env.max_time 20
|
env.max_time 20
|
||||||
env.short_label true
|
env.short_label true
|
||||||
env.follow_redirect true
|
env.follow_redirect true
|
||||||
|
munin_node_disabled_plugins:
|
||||||
|
- name: lvm_
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue