mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2025-03-11 19:28:41 +01:00
Fixed category for uptime graph.
This commit is contained in:
parent
884fea3ed1
commit
aad298f892
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ config_uptime() {
|
||||||
echo "graph_title Uptime"
|
echo "graph_title Uptime"
|
||||||
echo "graph_args --base 1000 -l 0 "
|
echo "graph_args --base 1000 -l 0 "
|
||||||
echo "graph_vlabel uptime in days"
|
echo "graph_vlabel uptime in days"
|
||||||
|
echo "graph_category system"
|
||||||
echo "uptime.label uptime"
|
echo "uptime.label uptime"
|
||||||
echo "uptime.draw AREA"
|
echo "uptime.draw AREA"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue