I want to monitor my Dell emc unity storage from my zabbix (5.0.35), I am following this one repo https://github.com/aklyuk/zabbix-emc-unity. One more important is that I want to monitor through the SNMP of my zabbix server, What are the procudures. Right now I can't see any Availability.
Ad Widget
Collapse
Monitor Dell emc unity storage
Collapse
X
-
You want SNMP but are following a repo, which has python script to be used against REST api?
Quick lookaround in web says that those emc unity boxes only support alerting over SNMP, so you need snmptrapd configured ith Zabbix to receive those. You cannot poll them over SNMP, so you probably need to make that python script work...
Comment