Ad Widget

Collapse

Zabbix for monitoring response time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajbal
    Junior Member
    • Dec 2006
    • 7

    #1

    Zabbix for monitoring response time

    Hello Friends,
    I am trying to set up zabbix to monitor response time of around 10 urls(not systems).Once i get the response time i would like to represent it in a graph.How to implement this scenario?Can it be configured in the zabbix configuration module or let me know if some one has tried implementing this kind of features.

    Regards,
    Raj
  • just2blue4u
    Senior Member
    • Apr 2006
    • 347

    #2
    did you already find this thread: http://www.zabbix.com/forum/showthread.php?t=1122 ?
    Big ZABBIX is watching you!
    (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

    Comment

    • tazzu
      Junior Member
      • Nov 2006
      • 26

      #3
      you can also use the item web.page.perf[host,<path>,<port>]. It will return the time it needs to load the url. Then you can insert that data in a graph.

      Comment

      • rajbal
        Junior Member
        • Dec 2006
        • 7

        #4
        Originally posted by tazzu
        you can also use the item web.page.perf[host,<path>,<port>]. It will return the time it needs to load the url. Then you can insert that data in a graph.


        Can u explain with an example how to use web.page.perf i.e., what should come in place of path and port ,are they mandatory parameters.

        Also how to insert this data in a graph?

        Regards,
        Raj

        Comment

        Working...