Hi,
I'm currently creating a template for our NetApp FAS 3020c. I just can't get the graphs to display the correct units for disk space usage. There are several snmp oids to use for disk space usage on Data OnTAP 7.3. I'm using the following ones:
df64TotalKBytes 1.3.6.1.4.1.789.1.5.4.1.29
df64UsedKBytes 1.3.6.1.4.1.789.1.5.4.1.30
df64AvailKBytes 1.3.6.1.4.1.789.1.5.4.1.31
snmpwalk works fine.
The values are in kbytes.
e.g.
root@zabbix:~/scripts/netapp# snmpwalk -v2c -c public ds-san-01 1.3.6.1.4.1.789.1.5.4.1.29.1
SNMPv2-SMI::enterprises.789.1.5.4.1.29.1 = Counter64: 1378505780
root@zabbix:~/scripts/netapp#
My item looks like this:
see attachment
My graph never displays Tbyte. I played around with the Multiplier but this also doesn't seem to fix the problem.
regards,
r0k5t4r
I'm currently creating a template for our NetApp FAS 3020c. I just can't get the graphs to display the correct units for disk space usage. There are several snmp oids to use for disk space usage on Data OnTAP 7.3. I'm using the following ones:
df64TotalKBytes 1.3.6.1.4.1.789.1.5.4.1.29
df64UsedKBytes 1.3.6.1.4.1.789.1.5.4.1.30
df64AvailKBytes 1.3.6.1.4.1.789.1.5.4.1.31
snmpwalk works fine.
The values are in kbytes.
e.g.
root@zabbix:~/scripts/netapp# snmpwalk -v2c -c public ds-san-01 1.3.6.1.4.1.789.1.5.4.1.29.1
SNMPv2-SMI::enterprises.789.1.5.4.1.29.1 = Counter64: 1378505780
root@zabbix:~/scripts/netapp#
My item looks like this:
see attachment
My graph never displays Tbyte. I played around with the Multiplier but this also doesn't seem to fix the problem.
regards,
r0k5t4r
Comment