Hi!
I want to monitor the Version number of each host's (DELL PowerEdge) Open Manage Software via SNMP.
This is the output shown whan requesting the Data by hand:
I configured the Item like this:

Zabbix says, that item would be unsupportet. When activating, the Server Logs show this:
As i understand the Error, zabbix thinks i want to store the Strink as a numeric value. But i told zabbix to store it as "text". What do i do wrong?
Thx,
Heiner
I want to monitor the Version number of each host's (DELL PowerEdge) Open Manage Software via SNMP.
This is the output shown whan requesting the Data by hand:
Code:
[root@intra2dmz-2 ~]# snmpwalk -m all -v 1 test-1-dgh.bfk -c public 1.3.6.1.4.1.674.10892.1.100.2.0 SNMPv2-SMI::enterprises.674.10892.1.100.2.0 = STRING: "5.8.0"

Zabbix says, that item would be unsupportet. When activating, the Server Logs show this:
Code:
9967:20080417:111507 Cannot store SNMP string value (ASN_OCTET_STR) in item having numeric type 9967:20080417:111507 Parameter [systemManagementSoftwareVersionNumberName] is not supported by agent on host [test-1-dgh.bfk] Old status [0]
Thx,
Heiner


Comment