#  Describe the system specific information concerning the filer. 
#  Typically the name, description, and volume information.

#  Note: Although all volumes and snapshost have the same base OID, 
#  they are randomly assigned instance numbers in pairs. (ie: 1 and 2, 
#  3 and 4, ....)  The lower number of the pair is the percentage of 
#  volume used. The higher nubmer is the percentage of snapshot used.

#  Note: This sample shows an F330 with a single volume.


target	f330
	target-type	= NetApp-F330
	short-desc	= "NetApp F330 filer"

OID		f330Volume0		1.3.6.1.4.1.789.1.5.4.1.6.1
OID		f330Snapshot0		1.3.6.1.4.1.789.1.5.4.1.6.2

datasource	f330Volume0
	ds-source	= snmp://%snmp%/f330Volume0
	rrd-ds-type	= GAUGE

datasource	f330Snapshot0
	ds-source	= snmp://%snmp%/f330Snapshot0
	rrd-ds-type	= GAUGE

targetType	NetApp-F330
	ds		= "cpuusage,
			   netrcvd, netsent,
			   nfsops,
			   cifsread, cifswrite,
			   f330Volume0, f330Snapshot0"
	view		= "cpu: cpuusage,
			   network: netrcvd netsent,
			   nfs: nfsops,
			   cifs: cifsread cifswrite,
			   volume0: f330Volume0 f330Snapshot0"

# Disk Volume0
graph   f330Volume0
	units		= "%"
	color		= dark-green
	draw-as		= AREA
	legend		= "volume0"
	y-min		= 0
	y-max		= 100
	y-axis		= "Percent Disk utilization"

graph   f330Snapshot0
	units		= "%"
	color		= blue
	draw-as		= LINE2
	legend		= "snapshot0"

