Ad Widget

Collapse

Zabbix read webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepaks
    Junior Member
    • Nov 2015
    • 12

    #1

    Zabbix read webpage

    Hi Friends,

    I would like to fetch/read data from webpage and like to monitor it like we see data in log file monitor or if possible want to show data value in graphical form.
    For example : if we goto some sites they shows us no. of hites on that sites, so I want to fetch that data and monitor it on Zabbix.
    Kindly help me with links, blogs, posts, etc.

    Thanks in advance.
  • jrbeilke
    Junior Member
    • May 2016
    • 4

    #2
    web.page.regexp should do the trick. I have a similar check in place to pull down weather information (ie. temperature) from a site.

    Zabbix has allowed to check whether a webpage contains a specific string for a long time – using the web.page.regexp[] agent item one could verify whether page contents match a regular expression or not, and return the matched string. But what if multiple matches were possible, but we were interested in a specific one? There […]

    Comment

    Working...