# rrds/snmpcpu - CPU usage via SNMP.  

# Unfortunately, this comes from a Cisco-specific MIB
# which appears to be implemented only on routers.
source		snmp
step		300
data		cpu=ciscocpuload GAUGE:600:0:U
alert		cpu < 95
archives	day-avg week-avg month-avg 3month-avg year-avg
times		day yesterday week month
oid		CiscoCpuLoad

graph		snmpcpu
		--title '##HOST## - CPU Usage (##GRAPHTIME##)'
		--lower-limit 0 --upper-limit 100 --rigid
		--vertical-label '%'
		DEF:cpu=##DB##:cpu:AVERAGE
		'LINE1:cpu###COLOR1##:CPU load'
		'GPRINT:cpu:MIN:(min,avg,max) = (%.1lf%s,'
		'GPRINT:cpu:AVERAGE:%.1lf%s,'
		'GPRINT:cpu:MAX:%.1lf%s)'

