# rrds/dsinuse - count of lines on a Cisco 5300 that are in use
source	snmp
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 year
data	inuse=ciscocpmactiveds0s GAUGE:1200:0:24
oid	CiscoCpmActiveDS0s
graph	dsinuse
	--title '##HOST## - Active DS0s (##GRAPHTIME##)'
	--vertical-label 'DS0s'
	--lower-limit 0 --upper-limit 24 --rigid
	--units-exponent 0
	DEF:inusemax=##DB##:inuse:MAX
	DEF:inuseavg=##DB##:inuse:AVERAGE
	'LINE2:inuseavg###COLOR2##:avg'
	'LINE2:inusemax###COLOR3##:max'
	'GPRINT:inuseavg:AVERAGE:average=%.0fl%s'
	'GPRINT:inusemax:MAX:max=%.0fl%s'

