1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-09-19 09:03:20 +00:00

Add category "time" to ntpdate_ plugin

This closes #633
This commit is contained in:
Stig Sandbeck Mathisen 2015-08-29 15:15:24 +02:00
parent 297adeab31
commit 100dc35e98

View file

@ -30,6 +30,7 @@ fi
if [ "$1" = "config" ]; then if [ "$1" = "config" ]; then
echo "graph_title NTP offset and delay to peer $PEER" echo "graph_title NTP offset and delay to peer $PEER"
echo "graph_category time"
echo "graph_args --base 1000 --vertical-label msec" echo "graph_args --base 1000 --vertical-label msec"
echo "offset.label Offset" echo "offset.label Offset"
echo "offset.draw LINE2" echo "offset.draw LINE2"