Ad Widget

Collapse

Triggers not displayed in graphs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cdouglas97
    Junior Member
    • Aug 2006
    • 5

    #1

    Triggers not displayed in graphs

    I am using zabbix 1.1.2 and this issue was observed in 1.1.1 also.

    Active traigger information is not displayed in the graphs in most situations. I have tried it with custom items for hosts as well as a template based item (smtp server) and when the trigger turns on, it still is not displayed in the graph, evne though it is displayed everywhere else and I get an email. The show trigger checkbox on all graphs is enabled.

    I know I have seen the trigger displayed before, but I dont remember under what circumstances. Is there a specific condition when the trigger info is displayed in a graph and not for other conditions?

    Thanks
    Chris
  • Vince2
    Member
    • Oct 2006
    • 40

    #2
    Originally posted by cdouglas97
    I am using zabbix 1.1.2 and this issue was observed in 1.1.1 also.

    Active traigger information is not displayed in the graphs in most situations. I have tried it with custom items for hosts as well as a template based item (smtp server) and when the trigger turns on, it still is not displayed in the graph, evne though it is displayed everywhere else and I get an email. The show trigger checkbox on all graphs is enabled.
    From the source code, it appears that you cannot show triggers when there are multiple items graphed on the same graph.

    Comment

    • cdouglas97
      Junior Member
      • Aug 2006
      • 5

      #3
      The deal is it only works when you have a single function and of the types min, max, and last, I have diff and time constraints on many of the triggers so they don't show for those.

      So the following doesn't show the trigger info on the graph, even though there is only one item on the graph.

      ({server1:Proxy.totalcalls.last(0)}=0)&({as-server1:Proxy.totalcalls.time(0)}>060000)& ({server1:Proxy.totalcalls.time(0)}<230000)

      Comment

      • Buzz
        Junior Member
        • Aug 2007
        • 17

        #4
        I had the same issue with version 1.1.4. Even using only Min, Max or Last functions. The trick was to remove the spaces from the trigger formula. And the trigger appeared on the graph...

        Comment

        Working...