# rrds/nttime - clock time differences
#
source		nt-status
step		300
data		diff=timediff GAUGE:600:U:U	time
archives	day-avg week-avg month-avg 3month-avg year-avg day-min week-min month-min 3month-min year-min day-max week-max month-max 3month-max year-max
times		day yesterday week month 3month year
graph		timediff desc="The difference in time between the remote host and the remstats collector'
	--title '##HOST## - Time Difference (##GRAPHTIME##)'
	--lower-limit 0
	--vertical-label 'sec'
	DEF:diff=##DB##:diff:AVERAGE
	'LINE2:diff###COLOR1##:difference'
	'GPRINT:diff:AVERAGE:avg=%.1lf%s'

