munin: add docker_size
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
7300c45000
commit
c4e30ccd99
3 changed files with 19 additions and 0 deletions
|
@ -222,6 +222,7 @@ munin_node_disabled_plugins:
|
|||
- squid_traffic # proxmox
|
||||
- timesync
|
||||
- docker_volumesize2
|
||||
- cpu_by_group
|
||||
- docker_multi
|
||||
|
||||
munin_node_plugins:
|
||||
|
|
|
@ -135,6 +135,8 @@ munin_node_plugins:
|
|||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/docker/docker_
|
||||
- name: docker_volumes
|
||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/docker/docker_
|
||||
- name: docker_size
|
||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/docker/docker_
|
||||
|
||||
### oefenweb.ufw
|
||||
ufw_rules:
|
||||
|
|
|
@ -73,6 +73,22 @@ munin_node_bind_host: "127.0.0.1"
|
|||
munin_node_bind_port: "4949"
|
||||
munin_node_allowed_cidrs: [127.0.0.1]
|
||||
munin_node_plugins:
|
||||
- name: chrony
|
||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/chrony/chrony
|
||||
- name: systemd_status
|
||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/systemd/systemd_status
|
||||
- name: systemd_mem
|
||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/systemd/systemd_mem
|
||||
config: |
|
||||
[systemd_mem]
|
||||
env.all_services true
|
||||
- name: fail2ban
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/fail2ban
|
||||
config: |
|
||||
[fail2ban]
|
||||
env.client /usr/bin/fail2ban-client
|
||||
env.config_dir /etc/fail2ban
|
||||
user root
|
||||
- name: mikrotik_system_rb5009
|
||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||
config: |
|
||||
|
|
Loading…
Reference in a new issue