# rrds/inndsize - How big has INNd grown to?
source	unix-status
step	300
archives day-avg week-avg month-avg 3month-avg year-avg day-max week-max month-max 3month-max year-max
times	day yesterday week month 3month year
data	size=ps:size GAUGE:1200:0:100000
graph	inndsize
	--title "##HOST## - Size of innd (##GRAPHTIME##)"
	--lower-limit 0
	--vertical-label 'Kbytes'
	DEF:size=##DB##:size:MAX
	'LINE1:size###COLOR1##:size'
	'GPRINT:size:MIN:min=%.1lf%s'
	'GPRINT:size:AVERAGE:avg=%.1lf%s'
	'GPRINT:size:MAX:max=%.1lf%s'
