mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-12-22 13:52:13 +01:00
ntpdate: add "graph_category time" to config
This commit is contained in:
parent
62230e900e
commit
111bd0ebb3
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
config_ntpdate() {
|
config_ntpdate() {
|
||||||
echo "graph_title NTP offset and dealy to peer $NTP_PEER"
|
echo "graph_title NTP offset and dealy to peer $NTP_PEER"
|
||||||
echo "graph_args --base 1000 --vertical-label msec"
|
echo "graph_args --base 1000 --vertical-label msec"
|
||||||
|
echo "graph_category time"
|
||||||
echo "offset.label Offset"
|
echo "offset.label Offset"
|
||||||
echo "offset.draw LINE2"
|
echo "offset.draw LINE2"
|
||||||
echo "delay.label Delay"
|
echo "delay.label Delay"
|
||||||
|
|
Loading…
Reference in a new issue