English 中文(简体)
Best alternative to zabbix to monitor website, http server, web service, simulate get, post [closed]
原标题:

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Anybody knows open source alternatives to zabbix to monitor website, performance, simulate get, post support authentification, https...

Other tools nagios/frontends to nagios, cacti, etc are perfect to monitor uptime, page loading speed but fails to be monitor the result of a sequence of http command (like simulate login with post, load the result page and check presence of a word...). Zabbix do it.

A tool or php/bash script ?

问题回答

Nagios, Munin, and Zenoss all have mechanisms to run arbitrary scripts and use the results, or aspects of the results that the script exposes, as monitoring results. The scripts can be anything from bash scripts to full out programs, and you can find a system that supports or focuses on your language of choice quite easily.

Actually zabbix have scenario, can post and support certain authentication mechanism. In addition, it can run any script that you provide either on server side or client side to collect just any information that you need.





相关问题
How to set response filename without forcing "save as" dialog

I am returning a stream in some response setting the appropriate content-type header. The behavior I m looking for is this: If the browser is able to render content of the given content type then it ...

Which Http redirects status code to use?

friendfeed.com uses 302. bit.ly uses 301. I had decided to use 303. Do they behave differently in terms of support by browsers ?

Does HttpWebRequest send 200 OK automatically?

Background: I am implementing Paypal IPN handler. This great article on Paypal states that I am required to send a 200 OK back to Paypal after I read the response. The processing of IPN request is ...

Java HTTPAUTH

我试图把桌面应用程序连接起来,我是同D.icio.us api @ Delicious Alan书写的,简单地向他们提供我的用户名和密码,并请他把书记上写给我......。

Finding out where curl was redirected

I m using curl to make php send an http request to some website somewhere and have set CURLOPT_FOLLOWLOCATION to 1 so that it follows redirects. How then, can I find out where it was eventually ...

热门标签