I have been trying to monitor the SQL Server Status via SNMP (i'll write its IP as xxx.xxx.xxx.xxx).
In order to do that I have created a new Item, gave mssqlSrvState as description, set SNMP version to 2, set SNMP community to public, set the SNMP OID to 1.3.6.1.4.1.311.1.4.1.1.1.1.5, and set Type of information as Numeric
However when Zabbix tries to check SQL Status it always shows the message Not supported. I have checked Zabbix log file and I receive the following message:
Besides that message, when I run snmpwalk to check that MIB, I receive the following output:
I think that the SNMPWALK output means that the MIB exists and is running, besides the message I receive from Zabbix.
Can anyone help with this problem?
Gus
In order to do that I have created a new Item, gave mssqlSrvState as description, set SNMP version to 2, set SNMP community to public, set the SNMP OID to 1.3.6.1.4.1.311.1.4.1.1.1.1.5, and set Type of information as Numeric
However when Zabbix tries to check SQL Status it always shows the message Not supported. I have checked Zabbix log file and I receive the following message:
003896:20061104:153213 SNMP [[email protected]:161:161]
003896:20061104:153213 OID [1.3.6.1.4.1.311.1.4.1.1.1.1.5]
003896:20061104:153213 In get_value_SNMP() 0.2
003896:20061104:153213 In get_value_SNMP() 0.3
003896:20061104:153213 Status send [0]
003896:20061104:153213 In get_value_SNMP() 0.4
003896:20061104:153213 In get_value_SNMP() 1
003896:20061104:153213 SNMP error in packet. Reason: (noSuchName) There is no such variable name in this MIB.
003896:20061104:153213 SNMP error [(noSuchName) There is no such variable name in this MIB.]
003896:20061104:153213 OID [1.3.6.1.4.1.311.1.4.1.1.1.1.5]
003896:20061104:153213 In get_value_SNMP() 0.2
003896:20061104:153213 In get_value_SNMP() 0.3
003896:20061104:153213 Status send [0]
003896:20061104:153213 In get_value_SNMP() 0.4
003896:20061104:153213 In get_value_SNMP() 1
003896:20061104:153213 SNMP error in packet. Reason: (noSuchName) There is no such variable name in this MIB.
003896:20061104:153213 SNMP error [(noSuchName) There is no such variable name in this MIB.]
$ snmpwalk -v2c -c public xxx.xxx.xxx.xxx 1.3.6.1.4.1.311.1.4.1.1.1.1.5
SNMPv2-SMI::enterprises.311.1.4.1.1.1.1.5.21.77.105.99.11 4.111.115.111.102.116.32.67.111.114.112.111.114.97 .116.105.111.110 = INTEGER: 1
SNMPv2-SMI::enterprises.311.1.4.1.1.1.1.5.21.77.105.99.11 4.111.115.111.102.116.32.67.111.114.112.111.114.97 .116.105.111.110 = INTEGER: 1
Can anyone help with this problem?
Gus
Comment