Hello,
I'm utilizing a template for our switches to monitor a range of -t-h-i-n-g-s- (Switch Properties, Interfaces, Environmental Temperatures, etc). Thankfully the template has most of the SNMP items already created, the only problem is that they use standardized OID's which Cisco switches do not support as they have their own OID's for just about everything. I'm also using SNMPTRAPS which zabbix doesn't natively support?
Is there anyway to 're-use' the current SNMP items such as 'sys.uptime' or 'ifOperStatus24', etc?
I would like to submit data to them using zabbix_sender, but it keeps failing when I attempt to submit data to a particular host in zabbix: ie:
The item states that it expects a decimal for a storage value, I presume 1 is on and 0 is off; logically.
Core Switch is indeed a host within Zabbix Frontend UI, with ifOperStatus24 as an item, for which I would like to submit data to.
Thank you,
Nobody.
I'm utilizing a template for our switches to monitor a range of -t-h-i-n-g-s- (Switch Properties, Interfaces, Environmental Temperatures, etc). Thankfully the template has most of the SNMP items already created, the only problem is that they use standardized OID's which Cisco switches do not support as they have their own OID's for just about everything. I'm also using SNMPTRAPS which zabbix doesn't natively support?
Is there anyway to 're-use' the current SNMP items such as 'sys.uptime' or 'ifOperStatus24', etc?
I would like to submit data to them using zabbix_sender, but it keeps failing when I attempt to submit data to a particular host in zabbix: ie:
zabbix_sender -z ip.add.of.server -s "Core Switch" -k "ifOperStatus24" -o '1'
Core Switch is indeed a host within Zabbix Frontend UI, with ifOperStatus24 as an item, for which I would like to submit data to.
Thank you,
Nobody.
Comment