#
# NTP offset
#

graph ntp_offset

input ntp.offset.(\d)
value-type gauge
value-identifier $HOST.ntp_offset
input-interval $shortInterval
input-deadtime $shortDeadTime

graph-id $HOST.ntp_times

unit-label s
legend offset
size 400x120
title NTP Timing

#
# NTP synch distance
#

graph ntp_distance

input ntp.distance.(\d)
value-type gauge
value-identifier $HOST.ntp_distance
input-interval $shortInterval
input-deadtime $shortDeadTime

graph-id $HOST.ntp_times

unit-label s
legend sync distance
size 400x120
title NTP Timing

