# rrds/pixmem - Cisco Pix firewall memory usage
# CVS $Id: pixmem,v 1.8 2003/03/20 18:09:45 remstats Exp $
# from remstats version @@VERSION@@
# Copyright 2003 by Thomas Erskine <@@AUTHOR@@>

source	snmp
step	300
archives day-avg week-avg month-avg 3month-avg year-avg
times	day yesterday week month 3month year

data	used=pixusedmem GAUGE:1200:0:U
data	free=pixfreemem GAUGE:1200:0:U

oid	PixUsedMem
oid	PixFreeMem

graph	pixmem desc='This is collected by the snmp-collector.  It works by sending an SNMP query to the host for certain RRD-specified OIDs.  In this case, the OIDs in question are only implemented on an <A HREF="http://www.cisco.com/">Cisco</A> Pix Firewall.  Free Memory is how much memory the Pix has free right now.  It does not like to run out of memory.'
	--title '##HOST## - Memory Usage (##GRAPHTIME##)'
	--vertical-label 'KB'
	--lower-limit 0
	DEF:used=##DB##:used:AVERAGE
	DEF:free=##DB##:free:AVERAGE
	CDEF:total=used,free,+
	CDEF:missing=used,UN,INF,UNKN,IF
	'AREA:total###TOTALCOLOR##:total'
	'LINE2:used###USEDCOLOR##:used'
	'AREA:missing###MISSING##:missing'

