web可用性监控系统 urlooker

作者: 迭代思考 | 来源:发表于2016-08-06 19:52 被阅读1466次

urlooker

最近搞了一个url监控项目,分享一下,监控web服务可用性及访问质量,三个组件都支持水平扩展,一台普通机器可以监控 3000+个 url,下面是一些介绍

Feature

  • 返回状态码检测
  • 页面响应时间检测
  • 页面关键词匹配检测
  • 带cookie访问
  • agent多机房部署,指定机房访问
  • 检测结果支持向open-falcon推送
  • 支持短信和邮件告警

Architecture

ScreenShot

绘图及告警历史绘图及告警历史

Install

环境依赖
安装mysql & redis
wget http://x2know.qiniudn.com/schema.sql
将schema.sql 导入数据库

二进制安装(Ubuntu 14.4 Go1.6下编译):

wget http://x2know.qiniudn.com/urlooker.tar.gz
tar xzvf urlooker.tar.gz
cd urlooker
# 修改下cfg.json中的mysql和redis配置
web/control start
alarm/control start
agent/control start

打开浏览器访问 http://127.0.0.1:1984 即可

源码安装及介绍

见github:https://github.com/710leo/urlooker

相关文章

网友评论

  • 9a733dfcc670:执行web启动命令报错提示:

    nohup: failed to run command ‘./urlooker-web’: No such file or directory
    迭代思考:运行之前需要先编译,可以确定下是否编译及编译是否成功了

本文标题:web可用性监控系统 urlooker

本文链接:https://www.haomeiwen.com/subject/xdnksttx.html