Recently upgraded from 3.2.3 to 3.2.4. Since then it seems I have a few triggers that are always flashing OK as recently cleared.
The only correlation I can see is that each of the triggers doing this are using str in the expression to evaluate text from the item it is tied to.
I see this: https://support.zabbix.com/browse/ZBXNEXT-3669
I wonder if it is related to this or not. There are 2 of these triggers in a template that are basically evaluating the return of an SSH command output on a Cisco router.
The other one that is doing it is checking for free swap space on windows boxes:
Does anyone have any insight into how to get these out of my triggers page(Other than filtering recently changed)?
The only correlation I can see is that each of the triggers doing this are using str in the expression to evaluate text from the item it is tied to.
I see this: https://support.zabbix.com/browse/ZBXNEXT-3669
I wonder if it is related to this or not. There are 2 of these triggers in a template that are basically evaluating the return of an SSH command output on a Cisco router.
Code:
{Template_Cisco_Internal:ssh.run[T21 Tunnel Source,,,].str(tunnel source FastEthernet8)}=1
Code:
{Template:system.swap.size[,free].min(10m)}/{Template:system.swap.size[,total].min(10m)}*100<5
Comment