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.
Improve this questionAnybody 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.
精彩评论