Ad Widget

Collapse

web monitoring for a time period.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nazmul
    Junior Member
    • Apr 2010
    • 9

    #1

    web monitoring for a time period.

    Hi,

    Is there any posibility to check for the webpage for a longer period of time ie 1 minute or so?

    I am using web scenario to check the webserver/webpage accessibility. It checks for 200 response code, which is working well. But in some cases, the speed decreased almost to zero and triggers indicating a problem (like in attachment). It is really irritating that i am getting problem message for a single moment to failure, which I do not need.

    I need to check the web scenario for a time period to check if the server is really down. Please help me with this.


    Thanks in advanced.
    - Nazmul
    Attached Files
  • nazmul
    Junior Member
    • Apr 2010
    • 9

    #2
    I am using zabbix web-interface version 1.6.5 while server version 1.8.1.

    Comment

    • jeenam
      Member
      • Oct 2007
      • 43

      #3
      Old thread but no one ever answered this guy. To avoid false alerts on web checks use the following syntax:

      {Web Monitor:web.test.rspcode[http://www.site.com].min(XXX)}#200


      Where XXX is equal to the number of seconds the response code DOES NOT EQUAL 200. Use min() instead of last(0). min() allows you to specify the minimum number of seconds a value must match before an alert is thrown.

      Join the friendly and open Zabbix community on our forums and social media platforms.


      Look for the 'min' item in that section.

      Comment

      Working...