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" }