Hello,
I am currently trying to set up My Zabbix server to monitor about 1500 Compute node via SNMP.
I am useing DELL iDrac by SNMP templete.
Mostly it works great but there is no discovery for Memory. I added the discovery rule for Memory. when i test it i get the correct information back from the IOD.
However it never populates the Items for monitoring..
Can anyone give me support with what it is that i am missing.
thank you.
Edit:
Here is my discovery rule in my template.
<discovery_rule>
<uuid>bb66363c6aa64f1cad7592712092d655</uuid>
<name>Memory Discovery</name>
<type>SNMP_AGENT</type>
<snmp_oid>discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.4.1100.50.1.5 ,{#MEM_DESCR},1.3.6.1.4.1.674.10892.5.4.1100.50.1. 8,{#TYPE},1.3.6.1.4.1.674.10892.5.4.1100.50.1.7]</snmp_oid>
<key>memory.discovery</key>
<delay>1h</delay>
<filter>
<conditions>
<condition>
<macro>{#TYPE}</macro>
<value>3</value>
<formulaid>A</formulaid>
</condition>
</conditions>
</filter>
<description>IDRAC-MIB-SMIv2::MemoryDeviceTable</description>
<item_prototypes>
<item_prototype>
<uuid>c86477c39e8d43f890b43cdab6f648fe</uuid>
<name>{#MEMORY_DESCR}: Memory status</name>
<type>SNMP_AGENT</type>
<snmp_oid>1.3.6.1.4.1.674.10892.5.4.1100.50.1.5. {# SNMPINDEX}</snmp_oid>
<key>memory.status[memoryDeviceStatus.{#SNMPINDEX}]</key>
<valuemap>
<name>IDRAC-MIB-SMIv2::ObjectStatusEnum</name>
</valuemap>
</item_prototype>
</item_prototypes>
</discovery_rule>
I am currently trying to set up My Zabbix server to monitor about 1500 Compute node via SNMP.
I am useing DELL iDrac by SNMP templete.
Mostly it works great but there is no discovery for Memory. I added the discovery rule for Memory. when i test it i get the correct information back from the IOD.
However it never populates the Items for monitoring..
Can anyone give me support with what it is that i am missing.
thank you.
Edit:
Here is my discovery rule in my template.
<discovery_rule>
<uuid>bb66363c6aa64f1cad7592712092d655</uuid>
<name>Memory Discovery</name>
<type>SNMP_AGENT</type>
<snmp_oid>discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.4.1100.50.1.5 ,{#MEM_DESCR},1.3.6.1.4.1.674.10892.5.4.1100.50.1. 8,{#TYPE},1.3.6.1.4.1.674.10892.5.4.1100.50.1.7]</snmp_oid>
<key>memory.discovery</key>
<delay>1h</delay>
<filter>
<conditions>
<condition>
<macro>{#TYPE}</macro>
<value>3</value>
<formulaid>A</formulaid>
</condition>
</conditions>
</filter>
<description>IDRAC-MIB-SMIv2::MemoryDeviceTable</description>
<item_prototypes>
<item_prototype>
<uuid>c86477c39e8d43f890b43cdab6f648fe</uuid>
<name>{#MEMORY_DESCR}: Memory status</name>
<type>SNMP_AGENT</type>
<snmp_oid>1.3.6.1.4.1.674.10892.5.4.1100.50.1.5. {# SNMPINDEX}</snmp_oid>
<key>memory.status[memoryDeviceStatus.{#SNMPINDEX}]</key>
<valuemap>
<name>IDRAC-MIB-SMIv2::ObjectStatusEnum</name>
</valuemap>
</item_prototype>
</item_prototypes>
</discovery_rule>