1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Fix titles of similar plugins so they are better grouped in category views

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2019-10-09 15:54:29 +11:00 committed by Lars Kruse
parent 3716783a4b
commit e926acaf5f
6 changed files with 21 additions and 14 deletions

View file

@ -69,11 +69,11 @@ WARN=$((CRIT*(LIFETIME-1)))
case ${1:-} in
config)
cat << EOF
graph_title Fresh (<=${LIFETIME}d) backups archives in ${BACKUP_DIR}
graph_vlabel number
graph_title Fresh backups
graph_info Number of fresh (<=${LIFETIME}d) backups archives in ${BACKUP_DIR}
graph_args -l 0
graph_category backup
freshcount.label number
freshcount.label files fresher than ${LIFETIME}d
freshcount.critical ${CRIT}:
freshcount.warning ${WARN}:
EOF