diff --git a/plugins/disk/quota2percent_ b/plugins/disk/quota2percent_ index 6ccbc8c5..37879970 100644 --- a/plugins/disk/quota2percent_ +++ b/plugins/disk/quota2percent_ @@ -1,5 +1,22 @@ #!/bin/bash +# Das Plugin zeigt die Festplattenbelegung in Prozent des Quota-Hard-Limits. +# Munin plugin to show the disk usage in percent of the quota hard limit. +# The base frame is copied from the proftp plugin + +########################################################################################## +# Folgende Eintraege in der Datei /etc/munin/plugin-conf.d/munin-node nicht vergessen ! # +# Don't forget to add following lines to the file /etc/munin/plugin-conf.d/munin-node # +# [quota2percent_*] # +# user root # +# # +# Weiterhin sind folgende Environment-Variablen erlaubt: # +# Following environment variables are allowed: # +# env.warning [value] # +# env.critical [value] # +# V17.0124 Jo Hartmann # +########################################################################################## + # Spachauswahl # Language selection Language="de"