2
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Update quota2percent_

This commit is contained in:
JoHartmann 2017-01-24 22:28:30 +01:00 committed by GitHub
parent e849b61d07
commit 1605f56bc1

View file

@ -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"