Kommentare
This commit is contained in:
parent
846d898c7b
commit
56b4acc6e4
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue