From aad298f892b5978dfefc59fcef7b7972ae83ddc8 Mon Sep 17 00:00:00 2001 From: "B. van Berkum" Date: Wed, 31 Dec 2014 15:05:00 +0100 Subject: [PATCH] Fixed category for uptime graph. --- plugins/uptime | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/uptime b/plugins/uptime index 4ccb491..fca4bac 100644 --- a/plugins/uptime +++ b/plugins/uptime @@ -2,6 +2,7 @@ config_uptime() { echo "graph_title Uptime" echo "graph_args --base 1000 -l 0 " echo "graph_vlabel uptime in days" + echo "graph_category system" echo "uptime.label uptime" echo "uptime.draw AREA" }