Ad Widget

Collapse

Triggers not change the last value after lost connection with host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ocarlossouza
    Junior Member
    • Feb 2024
    • 22

    #1

    Triggers not change the last value after lost connection with host

    Hi, everyone.
    I am new in monitoring world, my problem in this moment is:
    I have a trigger to monitor the http protocol in the port 80, when only the http service down the trigger is activated, but when the network interface change for down to a host the http status stay with actived (1) in my zabbix server. I need that this status change for (0) or to empty for example.

    Thank you for your attention
  • markfree
    Senior Member
    • Apr 2019
    • 868

    #2
    Do you have a host with only one item monitoring port 80?
    If the host interface is down, the trigger is unable to evaluate the port because the item cannot receive new values.

    Have you considered a simple check to monitor your host interface?

    Comment

    • ocarlossouza
      Junior Member
      • Feb 2024
      • 22

      #3
      Hi,
      Thansk for your reply.
      I was testing net.tcp.service[http,,80] + agent zabbix, my client show error when I use only net.tcp.service[http,,80] + simple check.
      Example: My http service is UP, but the item with simple check not return value (1) - When I change to agent check the valeu change to correct value.

      Comment

      • cyber
        Senior Member
        Zabbix Certified SpecialistZabbix Certified Professional
        • Dec 2006
        • 4807

        #4
        with simple check you need to adda also hostname to parameters, not just protocol and port...

        Comment

        • ocarlossouza
          Junior Member
          • Feb 2024
          • 22

          #5
          Hi,
          Thanks, it was exactly this.
          How can I close this ticket?
          Last edited by ocarlossouza; 23-02-2024, 17:57.

          Comment

          Working...