Fixed category for uptime graph.

This commit is contained in:
B. van Berkum 2014-12-31 15:05:00 +01:00 committed by Lars Kruse
parent 884fea3ed1
commit aad298f892
1 changed files with 1 additions and 0 deletions

View File

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