munin: fix missing docker_volumesizes plugin #151
2 changed files with 6 additions and 10 deletions
|
@ -214,6 +214,10 @@ munin_node_disabled_plugins:
|
||||||
- name: timesync
|
- name: timesync
|
||||||
- name: docker_volumesize2
|
- name: docker_volumesize2
|
||||||
- name: docker_containers
|
- name: docker_containers
|
||||||
|
- name: docker_cpu
|
||||||
|
- name: docker_volumes
|
||||||
|
- name: docker_memory
|
||||||
|
- name: docker_network
|
||||||
munin_node_plugins:
|
munin_node_plugins:
|
||||||
- name: chrony
|
- name: chrony
|
||||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/chrony/chrony
|
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/chrony/chrony
|
||||||
|
|
|
@ -103,16 +103,6 @@ munin_node_plugins:
|
||||||
env.client /usr/bin/fail2ban-client
|
env.client /usr/bin/fail2ban-client
|
||||||
env.config_dir /etc/fail2ban
|
env.config_dir /etc/fail2ban
|
||||||
user root
|
user root
|
||||||
- name: docker_cpu
|
|
||||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/docker/docker_
|
|
||||||
- name: docker_memory
|
|
||||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/docker/docker_
|
|
||||||
- name: docker_network
|
|
||||||
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_volumesize
|
|
||||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/docker/docker_volumesize
|
|
||||||
- name: chrony
|
- name: chrony
|
||||||
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/chrony/chrony
|
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/chrony/chrony
|
||||||
- name: docker_multi
|
- name: docker_multi
|
||||||
|
@ -122,6 +112,8 @@ munin_node_plugins:
|
||||||
group docker
|
group docker
|
||||||
env.DOCKER_HOST unix://run/docker.sock
|
env.DOCKER_HOST unix://run/docker.sock
|
||||||
env.EXCLUDE_CONTAINER_NAME wp_
|
env.EXCLUDE_CONTAINER_NAME wp_
|
||||||
|
- name: docker_volumesize
|
||||||
|
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/docker/docker_volumesize
|
||||||
|
|
||||||
### oefenweb.ufw
|
### oefenweb.ufw
|
||||||
ufw_rules:
|
ufw_rules:
|
||||||
|
|
Loading…
Reference in a new issue