Ad Widget

Collapse

Make zabbix show when proxy is offline for certain amount of time

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lewis Wiltshire
    Member
    • May 2024
    • 33

    #1

    Make zabbix show when proxy is offline for certain amount of time

    Good Afternoon All,

    Please can I get some help with my current zabbix project.

    I have multiple sites running a proxy and that contacts back to the primary zabbix server. I want to make it so the Zabbix Proxy if offline for 30mins it come up into the problems page on zabbix.

    Hope someone can help soon

    Kind Regards
    Lewis
  • Answer selected by Lewis Wiltshire at 13-07-2024, 19:40.
    markfree
    Senior Member
    • Apr 2019
    • 868

    The "Zabbix server health" template already has a "Zabbix proxy discovery" that includes the "Proxy [{#PROXY.NAME}]: Proxy last seen" trigger.
    If you open up your Zabbix Server host trigger list, you will probably find that there is a "Proxy last seen" trigger for each of your proxies.

    This trigger uses the "{$PROXY.LAST_SEEN.MAX}" macro to define "the maximum number of seconds that the Zabbix proxy has not been seen".

    So, you can change this macro value in your Zabbix Server host to something you like.

    Comment

    • markfree
      Senior Member
      • Apr 2019
      • 868

      #2
      The "Zabbix server health" template already has a "Zabbix proxy discovery" that includes the "Proxy [{#PROXY.NAME}]: Proxy last seen" trigger.
      If you open up your Zabbix Server host trigger list, you will probably find that there is a "Proxy last seen" trigger for each of your proxies.

      This trigger uses the "{$PROXY.LAST_SEEN.MAX}" macro to define "the maximum number of seconds that the Zabbix proxy has not been seen".

      So, you can change this macro value in your Zabbix Server host to something you like.

      Comment

      • Lewis Wiltshire
        Member
        • May 2024
        • 33

        #3
        Hi,

        Sorry but where do I find this? I can't seem to find it.

        Thanks

        Comment

        • Lewis Wiltshire
          Member
          • May 2024
          • 33

          #4
          Wait I have found the place. And have added everything added but still have no notifications that a proxy is offline even when I stop one

          Comment

          Working...