#  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 show an F740 with four volumes. As can be seen by
#  the list of OID's, oid's are not necessarily assigned in any particular
#  order, but once assigned, tend to stick.

target	f740
	target-type	= NetApp-F740
	short-desc	= "NetApp F740 filer"

# OID's we'll be using in this tree
OID		f740Volume0		1.3.6.1.4.1.789.1.5.4.1.6.5
OID		f740Snapshot0		1.3.6.1.4.1.789.1.5.4.1.6.6
OID		f740Volume1		1.3.6.1.4.1.789.1.5.4.1.6.1
OID		f740Snapshot1		1.3.6.1.4.1.789.1.5.4.1.6.2
OID		f740Volume2		1.3.6.1.4.1.789.1.5.4.1.6.7
OID		f740Snapshot2		1.3.6.1.4.1.789.1.5.4.1.6.8
OID		f740Volume3		1.3.6.1.4.1.789.1.5.4.1.6.3
OID		f740Snapshot3		1.3.6.1.4.1.789.1.5.4.1.6.4

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

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

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

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

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

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

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

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

targetType	NetApp-F740
	ds		= "cpuusage,
			   netrcvd, netsent,
			   nfsops,
			   cifsread, cifswrite,
			   f740Volume0, f740Snapshot0,
			   f740Volume1, f740Snapshot1,
			   f740Volume2, f740Snapshot2,
			   f740Volume3, f740Snapshot3"
	view		= "cpu: cpuusage,
			   network: netrcvd netsent,
			   nfs: nfsops,
			   cifs: cifsread cifswrite,
			   volume0: f740Volume0 f740Snapshot0,
			   volume1: f740Volume1 f740Snapshot1,
			   volume2: f740Volume2 f740Snapshot2,
			   volume3: f740Volume3 f740Snapshot3"

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

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

# Disk Volume1
graph	f740Volume1
	units		= "%"
	color		= dark-green
	draw-as		= AREA
	legend		= "volume1"
	y-min		= 0
	y-max		= 100
	y-axis		= "Percent Disk utilization"

graph	f740Snapshot1
	units		= "%"
	color		= blue
	draw-as		= LINE2
	legend		= "snapshot1"

# Disk Volume2
graph	f740Volume2
	units		= "%"
	color		= dark-green
	draw-as		= AREA
	legend		= "volume2"
	y-min		= 0
	y-max		= 100
	y-axis		= "Percent Disk utilization"

graph	f740Snapshot2
	units		= "%"
	color		= blue
	draw-as		= LINE2
	legend		= "snapshot2"

# Disk Volume3
graph	f740Volume3
	units		= "%"
	color		= dark-green
	draw-as		= AREA
	legend		= "volume3"
	y-min		= 0
	y-max		= 100
	y-axis		= "Percent Disk utilization"

graph	f740Snapshot3
	units		= "%"
	color		= blue
	draw-as		= LINE2
	legend		= "snapshot3"

