监控web服务可用性及访问质量,采用go语言编写,易于安装和二次开发
- 返回状态码检测
- 页面响应时间检测
- 页面关键词匹配检测
- 带cookie访问
- agent多机房部署,指定机房访问
- 检测结果支持向open-falcon推送
yum install -y redis
yum install -y mysql-server
wget https://raw.githubusercontent.com/URLooker/web/master/schema.sql
mysql -h 127.0.0.1 -u root -p < schema.sql
打开浏览器访问 http://127.0.0.1:1984 即可