Ad Widget

Collapse

Several triggers in constant "recently changed" status after upgrade to 3.2.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahahum
    Member
    • Jan 2009
    • 79

    #1

    Several triggers in constant "recently changed" status after upgrade to 3.2.4

    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.
    Code:
    {Template_Cisco_Internal:ssh.run[T21 Tunnel Source,,,].str(tunnel source FastEthernet8)}=1
    The other one that is doing it is checking for free swap space on windows boxes:
    Code:
    {Template:system.swap.size[,free].min(10m)}/{Template:system.swap.size[,total].min(10m)}*100<5
    Does anyone have any insight into how to get these out of my triggers page(Other than filtering recently changed)?
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    Originally posted by ahahum
    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.
    Code:
    {Template_Cisco_Internal:ssh.run[T21 Tunnel Source,,,].str(tunnel source FastEthernet8)}=1
    The other one that is doing it is checking for free swap space on windows boxes:
    Code:
    {Template:system.swap.size[,free].min(10m)}/{Template:system.swap.size[,total].min(10m)}*100<5
    Does anyone have any insight into how to get these out of my triggers page(Other than filtering recently changed)?
    if you test this items with zabbix-get is it ok ?
    if you mean you have some stuk triggers i suggest you to repair mysql
    mysqlcheck --auto-repair --all-databases

    Comment

    • ahahum
      Member
      • Jan 2009
      • 79

      #3
      Originally posted by batchenr
      if you test this items with zabbix-get is it ok ?
      if you mean you have some stuk triggers i suggest you to repair mysql
      mysqlcheck --auto-repair --all-databases
      I don't think I can test the ssh ones because that's not using the zabbix agent on the remote host because it is a Cisco router.

      I don't think the database is the problem, rather the evaluation of the data. The items are retrieving data successfully from the remote hosts and the data shows that it is not indicating any changes that would've warranted a true or false alert so I don't think it should be showing up in the triggers list as recently changed.

      Comment

      • ahahum
        Member
        • Jan 2009
        • 79

        #4
        Bump
        Bump

        Comment

        Working...