2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01: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
echo "graph_title NTP offset and delay to peer $PEER"
echo "graph_category time"
echo "graph_args --base 1000 --vertical-label msec"
echo "offset.label Offset"
echo "offset.draw LINE2"