Ad Widget

Collapse

Zabbix Proxy Alerts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ruicruz
    Junior Member
    • Jun 2015
    • 23

    #1

    Zabbix Proxy Alerts

    Hello,

    I have the some customers which have a proxy in their infrastructure which connects to my Server in active mode.

    When the Proxy is down, i don't receive any alert from the hosts nor from the proxy.

    What i am trying to figure how to do is, having a trigger for when the proxy is last seen for more than, lets say 5 minutes, i get a trigger saying so.

    How can i achieve this ?

    Thank you very much in advance.
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    https://www.zabbix.com/documentation...types/internal
    zabbix[proxy,<name>,<param>]
    Information about Zabbix proxy. Integer. name: proxy name

    Valid values for param are:
    lastaccess - timestamp of last heart beat message received from proxy
    delay - how long collected values are unsent, calculated as "proxy delay" (difference between the current proxy time and the timestamp of the oldest unsent value on proxy) + ("current server time" - "proxy lastaccess")

    Example:
    ⇒ zabbix[proxy,"Germany",lastaccess]

    fuzzytime() trigger function can be used to check availability of proxies.
    This item is always processed by Zabbix server regardless of host location (on server or proxy).

    Comment

    Working...