I wanted to use dynamic indexes for some Netapp filers I have many volumes on. The problem is that it returns the names of each volume in double quotes as below and Zabbix seems to strip those off when looking for an exact match.
SMI::enterprises.789.1.5.4.1.2.17 = STRING: "/vol/sdd_home/"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.18 = STRING: "/vol/sdd_home/.snapshot"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.19 = STRING: "/vol/dvt_home/"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.20 = STRING: "/vol/dvt_home/.snapshot"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.21 = STRING: "/vol/dvt1/"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.22 = STRING: "/vol/dvt1/.snapshot"
.1.3.6.1.4.1.789.1.5.4.1.3[index,.1.3.6.1.4.1.789.1.5.4.1.2,"/vol/dvt_home"]
(enterprises.789 seems ok instead of the full if the quotes issue was sorted)
Anyone got any ideas how to escape that or any other tips on how you monitor filer volumes and quotas for space? Thanks.
zabbix 1.8.2
SMI::enterprises.789.1.5.4.1.2.17 = STRING: "/vol/sdd_home/"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.18 = STRING: "/vol/sdd_home/.snapshot"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.19 = STRING: "/vol/dvt_home/"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.20 = STRING: "/vol/dvt_home/.snapshot"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.21 = STRING: "/vol/dvt1/"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.22 = STRING: "/vol/dvt1/.snapshot"
.1.3.6.1.4.1.789.1.5.4.1.3[index,.1.3.6.1.4.1.789.1.5.4.1.2,"/vol/dvt_home"]
(enterprises.789 seems ok instead of the full if the quotes issue was sorted)
Anyone got any ideas how to escape that or any other tips on how you monitor filer volumes and quotas for space? Thanks.
zabbix 1.8.2
Comment