From c8d3fe4520de1cae7772fecbc6e4c5b0fe610652 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 17 Sep 2021 08:42:34 +0200 Subject: [PATCH] Doku --- zpool_fragmentation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpool_fragmentation b/zpool_fragmentation index 783a5e4..c542600 100644 --- a/zpool_fragmentation +++ b/zpool_fragmentation @@ -26,7 +26,7 @@ if [ "$1" = "config" ]; then echo $line | awk '{print $1".critical " 75}' done <<< "$list" # 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_category fs' # Kategorie echo 'graph_info This graph shows the ZFS Pool fragmentation.' # Text über Tabelle/Infos