# rrds/uptime - NT host system uptime
#
desc	uptime for a NT host
source	nt-status
step	300
data	uptime GAUGE:600:0:U	uptime
alert	uptime delta> 0
archives day-max week-max month-max 3month-max year-max
times	day yesterday week month 3month year

graph	uptime desc="this will show periods of up-time"
	--title '##HOST## - Up-time (##GRAPHTIME##)'
	--vertical-label 'sec'
	DEF:uptime=##DB##:uptime:AVERAGE
	'LINE1:uptime###COLOR1##:uptime'
	'GPRINT:uptime:LAST:current=%.0lf%s'
