Openfalcon的企业级Web页面监控。监控web服务可用性及访问质量,采用go语言编写,易于安装和二次开发

710leo 4585588a44 refactor sender 4 years ago
.github ec69dbf93d update action 4 years ago
configs 4585588a44 refactor sender 4 years ago
dataobj 40ecc6c7e5 refactor 5 years ago
img 6a149cfd6c code refactor 5 years ago
modules 4585588a44 refactor sender 4 years ago
script 40ecc6c7e5 refactor 5 years ago
sql 40ecc6c7e5 refactor 5 years ago
vendor 40ecc6c7e5 refactor 5 years ago
.gitignore 2ce94a76f6 1.0.0 5 years ago
LICENSE 2ce94a76f6 1.0.0 5 years ago
README.md 070d64f9c1 feat: 检测结果支持推送nightingale 5 years ago
control 3dc69b776a fix: search stra 4 years ago
go.mod 40ecc6c7e5 refactor 5 years ago
go.sum 40ecc6c7e5 refactor 5 years ago
install.sh 3dc69b776a fix: search stra 4 years ago
readme_zh.md 070d64f9c1 feat: 检测结果支持推送nightingale 5 years ago

README.md

urlooker

enterprise-level websites monitoring system
English|中文

Feature

  • status code
  • respose time
  • page keyword
  • customize header
  • customize post body
  • support get post put method
  • send to nightingale、open-falcon、statsd、prometheus

Architecture

Architecture

ScreenShot

stra

FAQ

  • wiki
  • FAQ
  • default user/password:admin/password

Install

dependence
yum install -y mysql-server
import mysql database
wget https://raw.githubusercontent.com/710leo/urlooker/master/sql/schema.sql
mysql -h 127.0.0.1 -u root -p < schema.sql
install modules
# set $GOPATH and $GOROOT
curl https://raw.githubusercontent.com/710leo/urlooker/master/install.sh|bash

cd $GOPATH/src/github.com/710leo/urlooker && ./control.sh start all

open http://127.0.0.1:1984 in browser

Q&A

Gitter: urlooker