Kommentare

This commit is contained in:
Michael Grote 2021-09-15 22:45:10 +02:00
parent 846d898c7b
commit 56b4acc6e4

View file

@ -24,11 +24,11 @@ if [ "$1" = "config" ]; then
echo $line | awk '{print $1".critical " 75}'
done <<< "$list"
# setze optionen
echo 'graph_title zpool fragmentation'
echo 'graph_vlabel fragmentation in %'
echo 'graph_category fs'
echo 'graph_info This graph shows the ZFS Pool fragmentation.'
echo 'graph_args -l 0 --upper-limit 100'
echo 'graph_title zpool fragmentation' # Titelzeile
echo 'graph_vlabel fragmentation in %' # Text links, hochkant
echo 'graph_category fs' # Kategorie
echo 'graph_info This graph shows the ZFS Pool fragmentation.' # Text über Tabelle/Infos
echo 'graph_args -l 0 --upper-limit 100' # wertebegrenzer 0-100
exit 0
fi