Munin Anpassungen (#471)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #471
This commit is contained in:
Michael Grote 2023-02-19 11:48:59 +01:00
parent 5938d6c2ce
commit 0bb5f7275f
5 changed files with 15 additions and 6 deletions

View File

@ -0,0 +1,4 @@
---
### mgrote.munin-node
munin_node_disabled_plugins:
- name: lvm_

View File

@ -274,3 +274,10 @@
env.password {{ lookup('keepass', 'munin_user_nextcloud', 'password') }}
env.api_path /ocs/v2.php/apps/serverinfo/api/v1/info
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

View File

@ -16,11 +16,6 @@
config: |
[systemd_mem]
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
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/fail2ban
config: |
@ -32,7 +27,8 @@
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/nsfd4
- name: nfsd
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/nfsd
munin_node_disabled_plugins:
- name: lvm_
### 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

View File

@ -327,3 +327,5 @@
env.max_time 20
env.short_label true
env.follow_redirect true
munin_node_disabled_plugins:
- name: lvm_

Binary file not shown.