Dear Zabbix users,
Im trying to recreate a Zabbix 2.2 snmp discovery for FluidFS in Zabbix 4.0.
In Zabbix 2.2 everything works However, i am unable to get it to work in 4.0
I get this Error for the Discovery rule :Invalid SNMP OID: pairs of macro and OID are expected
Any idea's on how to fix this.
For Zabbix 2.2 im using:
Discovery Rule
Name: fluidFSNASApplianceIndex
Type: SNMPv2 agent
Key: snmp.discovery
Hostinterface : 192.168.10.1 : 161
SNMP OID : .1.3.6.1.4.1.674.11000.2000.200.1.16.1.1
SNMP community: public
Port: 161
update interval: 5m
With Item
Name: fluidFSNASApplianceStatus
Type: SNMPv2 agent
Key :fluidFSNASApplianceStatus.[{#SNMPVALUE}]
Hostinterface : 192.168.10.1 : 161
SNMP OID : .1.3.6.1.4.1.674.11000.2000.200.1.16.1.5.{#SNMPIND EX}
SNMP community: public
Port: 161
Type of information : TEXT
update interval: 60s
In Zabbix 4.0
Name: fluidFSNASApplianceIndex
Type: SNMPv2 agent
Key: discovery[{#SNMPVALUE}, 1.3.6.1.4.1.674.11000.2000.200.1.16.1.1,]
Hostinterface : 192.168.10.1 : 161
SNMP OID : .1.3.6.1.4.1.674.11000.2000.200.1.16.1.1
SNMP community: public
Port : 161
update interval: 5m
This however give the ERROR: Invalid SNMP OID: pairs of macro and OID are expected
Im trying to recreate a Zabbix 2.2 snmp discovery for FluidFS in Zabbix 4.0.
In Zabbix 2.2 everything works However, i am unable to get it to work in 4.0
I get this Error for the Discovery rule :Invalid SNMP OID: pairs of macro and OID are expected
Any idea's on how to fix this.
For Zabbix 2.2 im using:
Discovery Rule
Name: fluidFSNASApplianceIndex
Type: SNMPv2 agent
Key: snmp.discovery
Hostinterface : 192.168.10.1 : 161
SNMP OID : .1.3.6.1.4.1.674.11000.2000.200.1.16.1.1
SNMP community: public
Port: 161
update interval: 5m
With Item
Name: fluidFSNASApplianceStatus
Type: SNMPv2 agent
Key :fluidFSNASApplianceStatus.[{#SNMPVALUE}]
Hostinterface : 192.168.10.1 : 161
SNMP OID : .1.3.6.1.4.1.674.11000.2000.200.1.16.1.5.{#SNMPIND EX}
SNMP community: public
Port: 161
Type of information : TEXT
update interval: 60s
In Zabbix 4.0
Name: fluidFSNASApplianceIndex
Type: SNMPv2 agent
Key: discovery[{#SNMPVALUE}, 1.3.6.1.4.1.674.11000.2000.200.1.16.1.1,]
Hostinterface : 192.168.10.1 : 161
SNMP OID : .1.3.6.1.4.1.674.11000.2000.200.1.16.1.1
SNMP community: public
Port : 161
update interval: 5m
This however give the ERROR: Invalid SNMP OID: pairs of macro and OID are expected
Comment