Ad Widget

Collapse

Monitoring Zabbix proxy Uptime

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tek
    Junior Member
    • Oct 2012
    • 3

    #1

    Monitoring Zabbix proxy Uptime

    Hi, we are using Zabbix, with active proxy`s.
    I am trying to find a way to monitor if the proxy is up, and is looking into zabbix internal checks, zabbix[proxy,"proxyname",lastaccess] and if this can be used to create a warning if it does not recive any data from the proxy.

    I am quite new to zabbix, so any help would be good
  • tek
    Junior Member
    • Oct 2012
    • 3

    #2
    Originally posted by tek
    Hi, we are using Zabbix, with active proxy`s.
    I am trying to find a way to monitor if the proxy is up, and is looking into zabbix internal checks, zabbix[proxy,"proxyname",lastaccess] and if this can be used to create a warning if it does not recive any data from the proxy.

    I am quite new to zabbix, so any help would be good
    Where actually able to figure this out

    My trigger where all wrong, where able to use this one
    {ServerName:zabbix[proxy,"Name",lastaccess].fuzzytime(60)}=0

    Comment

    Working...