ntpdate: add "graph_category time" to config

This commit is contained in:
Kim B. Heino 2020-10-08 16:20:55 +03:00 committed by Lars Kruse
parent 62230e900e
commit 111bd0ebb3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
config_ntpdate() {
echo "graph_title NTP offset and dealy to peer $NTP_PEER"
echo "graph_args --base 1000 --vertical-label msec"
echo "graph_category time"
echo "offset.label Offset"
echo "offset.draw LINE2"
echo "delay.label Delay"