Ad Widget

Collapse

zabbix_sender item trigger changes to UNKNOWN immediately

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eger
    Member
    • Nov 2006
    • 95

    #1

    zabbix_sender item trigger changes to UNKNOWN immediately

    I have a trigger setup for an item that is received through zabbix_sender. The sender sends the item every 6 hours.

    I created a simple trigger for if the last(0) value of the item is >0 to trigger. It worked as expected to trigger a problem. But then the trigger changes to 'UNKNOWN' and the status is grey in the overview.

    I use the overview on a screen to easily see a list of hosts and which triggers might be having an issue at a glance. I was under the impression the trigger would stay in PROBLEM state until the next received value was 0.

    How can this be achieved?
  • johansen
    Member
    • Oct 2009
    • 38

    #2
    hi,

    I have the same problem with the following trigger:
    {_hostname_:log[/tmp/cm.out,ERR].str(ERR)}=1

    the activation of the trigger is working but then the status goes to UNKNOWN. can someone help us out??

    Comment

    • simonc
      Member
      • Jul 2009
      • 73

      #3
      see the zabbix doc :

      This may happen because of several reasons:
      - server is unreachable
      - trigger expression cannot be evaluated
      - trigger expression has been recently changed

      Comment

      • johansen
        Member
        • Oct 2009
        • 38

        #4
        thanks for the reply.

        ... and what do you suggest to do in the case that the trigger expression cannot be evaluated?

        Comment

        • simonc
          Member
          • Jul 2009
          • 73

          #5
          You could try to check the zabbix log (agent and server). Enable debug mod if necessary.

          Try the zabbix_get command line to check if your item get data.

          Wich version of zabbix do you use ?

          Comment

          • johansen
            Member
            • Oct 2009
            • 38

            #6
            we use zabbix_agent 1.4.6 and server version is also 1.4.6.

            Comment

            Working...