Ad Widget

Collapse

Trigger configuration for web monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sekhar
    Junior Member
    • Dec 2010
    • 5

    #1

    Trigger configuration for web monitoring

    Hi all,
    Hi all,

    is there any way to setup trigger for web monitoring to check response time is greterthan 10 seconds and webtestfail.

    i configured a trigeer
    {test-generic:web.test.time[Servers,Sec Servers,resp].last(0)}>8s|{test-generic:web.test.fail[Sec Servers].last(0)}#0

    it is checking last value i.e last#1 value if it fails it is alerting

    but i would like to configure the trigger , it has to check last 3 values and if those three values failed the condition it should alert.

    Can some body let me know the trigger configuration for this

    Thanks
  • Tristan
    Senior Member
    • Feb 2008
    • 110

    #2
    I don't think this is possible. Zabbix calculates triggers mostly over a period off time.

    you can try something like this:
    {myserver:icmpping.count(180,0)}>2

    this means: the last 180 seconds, there was a value of 0, 2 times.

    I agree with you that it would be nice to check for example the last values, so you don't have to think about items update interval.

    Comment

    • Yello
      Senior Member
      • Apr 2011
      • 309

      #3
      Hi,
      If you search the forum you'll find a previous post of mine which will answer your question. I'd rather not have to post the same information twice.


      Regards,
      David

      Comment

      Working...