Open Fisiu opened 9 years ago
Hi. I am sorry about that.
Probably an incompatibility issue. Please consider to upgrade you installation to Zabbix 2.4.
Hi, I'm experiencing the same issue. We are using Zabbix 2.2.9 and I get the same errors az Fisiu. I need a Mikrotik template just like yours... isn't there a way to fix this somehow? (we cannot upgrade our Zabbix installation due to compatibility issues)
isn't there a way to fix this somehow?
You can install Zabbix 2.4 on spare/virtual server, import the template and copy all the items manually to your Zabbix 2.2.
Also you can recreate it from the screenshots:
Hi! I'm use zabbix 2.2.2 and have the same errors when import this template. But i found the reason, and delete sections (also, i do not need them - port status down/up):
<filter>
<value>@Mikrotik interfaces</value>
</filter>
and
<trigger_prototypes>
<trigger_prototype>
<expression>{Template_Mikrotik_SNMP:.1.3.6.1.2.1.2.2.1.7.["{#SNMPINDEX}"].last(0)}=1 and {Template_Mikrotik_SNMP:.1.3.6.1.2.1.2.2.1.8.["{#SNMPINDEX}"].last(0)}<>1</expression>
<name>{#SNMPVALUE} is down on {HOST.NAME}</name>
<url/>
<status>0</status>
<priority>4</priority>
<description/>
<type>0</type>
</trigger_prototype>
</trigger_prototypes>
There is exported template for Zabbix 2.2 based on commits on Mar 14, 2015: http://www.extralan.ru/wp-content/uploads/2015/09/zabbix_2.2-mikrotik-snmp.zip
YSmetana thanks for template!
Hi,
I tried to import this template, but I get erros:
I use zabbix 2.2.10 on CentOS 7 (with mariadb 5.5.44).