Doku
This commit is contained in:
parent
a74d10d248
commit
c8d3fe4520
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [ "$1" = "config" ]; then
|
||||||
echo $line | awk '{print $1".critical " 75}'
|
echo $line | awk '{print $1".critical " 75}'
|
||||||
done <<< "$list"
|
done <<< "$list"
|
||||||
# setze optionen
|
# setze optionen
|
||||||
echo 'graph_title zpool fragmentation' # Titelzeile
|
echo 'graph_title ZFS storage pool - fragmentation' # Titelzeile
|
||||||
echo 'graph_vlabel fragmentation in %' # Text links, hochkant
|
echo 'graph_vlabel fragmentation in %' # Text links, hochkant
|
||||||
echo 'graph_category fs' # Kategorie
|
echo 'graph_category fs' # Kategorie
|
||||||
echo 'graph_info This graph shows the ZFS Pool fragmentation.' # Text über Tabelle/Infos
|
echo 'graph_info This graph shows the ZFS Pool fragmentation.' # Text über Tabelle/Infos
|
||||||
|
|
Loading…
Reference in a new issue