Hi Zabbix gurus,
I'm hoping this is me being ignorant and not actually a bug.
I am running Zabbix-Server 2.2.0 binary precompiled for RHEL6 64bit and postgreSQL as the database backend.
I am having an issue importing maps that contain map elements of trigger type. The import fails with the message 'Cannot find trigger "<trigger name>" used in map "<map name>". In my particular case, the exact message is this:
Cannot find trigger "Interface APX Has Not Received Data in 300 s" used in map "Local network".
The trigger does exist, however, as seen in this psql query:
In this case, I exported the map, deleted the map, then immediately tried to import the map. I'm not sure where to go from here.
rt
I'm hoping this is me being ignorant and not actually a bug.
I am running Zabbix-Server 2.2.0 binary precompiled for RHEL6 64bit and postgreSQL as the database backend.
I am having an issue importing maps that contain map elements of trigger type. The import fails with the message 'Cannot find trigger "<trigger name>" used in map "<map name>". In my particular case, the exact message is this:
Cannot find trigger "Interface APX Has Not Received Data in 300 s" used in map "Local network".
The trigger does exist, however, as seen in this psql query:
Code:
zabbix=> select * from triggers where description = 'Interface APX Has Not Received Data in 300 s';
triggerid | expression | description | url | status | value | priority | lastchange | comments | error | templateid | type | state | flags
-----------+-------------------------+----------------------------------------------+-----+--------+-------+----------+------------+----------+-------+------------+------+-------+-------
14296 | {14178} - {14179} > 300 | Interface APX Has Not Received Data in 300 s | | 0 | 1 | 2 | 1384959768 | | | | 0 | 0 | 4
(1 row)
rt

Comment