Hi there,
For a NetApp filer, normally there are few volumes. I need to calculate the disk utilization of a filer's all volumes.
From theory, the expression is:
Summary of used bytes (k) of all volumes divides by summary of total bytes(k) of all volumes
The OIDs are:
df64UsedKBytes[{#SNMPVALUE}] (1.3.6.1.4.1.789.1.5.4.1.30.index1)
df64TotalKBytes[{#SNMPVALUE}] (1.3.6.1.4.1.789.1.5.4.1.29.index1)
for instance 1.3.6.1.4.1.789.1.5.4.1.30.1, 1.3.6.1.4.1.789.1.5.4.1.30.2, ... etc.
So, in Zabbix, when creating an calculated item, what should the expression be?
Different filers will have different amount of volumes.
Thank you very much!
For a NetApp filer, normally there are few volumes. I need to calculate the disk utilization of a filer's all volumes.
From theory, the expression is:
Summary of used bytes (k) of all volumes divides by summary of total bytes(k) of all volumes
The OIDs are:
df64UsedKBytes[{#SNMPVALUE}] (1.3.6.1.4.1.789.1.5.4.1.30.index1)
df64TotalKBytes[{#SNMPVALUE}] (1.3.6.1.4.1.789.1.5.4.1.29.index1)
for instance 1.3.6.1.4.1.789.1.5.4.1.30.1, 1.3.6.1.4.1.789.1.5.4.1.30.2, ... etc.
So, in Zabbix, when creating an calculated item, what should the expression be?
Different filers will have different amount of volumes.
Thank you very much!
Comment