Openfalcon的企业级Web页面监控。监控web服务可用性及访问质量,采用go语言编写,易于安装和二次开发
codezm fe42ad6cf6 Key Words can use not contains、regexp、not regexp. (#51) | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=4) %!d(string=hai) anos | |
configs | %!s(int64=4) %!d(string=hai) anos | |
dataobj | %!s(int64=4) %!d(string=hai) anos | |
img | %!s(int64=5) %!d(string=hai) anos | |
modules | %!s(int64=3) %!d(string=hai) anos | |
script | %!s(int64=4) %!d(string=hai) anos | |
sql | %!s(int64=4) %!d(string=hai) anos | |
vendor | %!s(int64=4) %!d(string=hai) anos | |
.gitattributes | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
Dockerfile | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
control | %!s(int64=4) %!d(string=hai) anos | |
docker-entrypoint.sh | %!s(int64=4) %!d(string=hai) anos | |
go.mod | %!s(int64=4) %!d(string=hai) anos | |
go.sum | %!s(int64=4) %!d(string=hai) anos | |
install.sh | %!s(int64=4) %!d(string=hai) anos | |
readme_zh.md | %!s(int64=4) %!d(string=hai) anos |
enterprise-level websites monitoring system
English|中文
git clone https://github.com/710leo/urlooker.git
cd urlooker
docker build .
docker volume create urlooker-vol
docker run -p 1984:1984 -d --name urlooker --mount source=urlooker-vol,target=/var/lib/mysql --restart=always [CONTAINER ID]
# install dependence
yum install -y mysql-server
wget https://raw.githubusercontent.com/710leo/urlooker/master/sql/schema.sql
mysql -h 127.0.0.1 -u root -p < schema.sql
curl https://raw.githubusercontent.com/710leo/urlooker/master/install.sh|bash
cd $GOPATH/src/github.com/710leo/urlooker
# change [mysql root password]to your mysql root password
sed -i 's/urlooker.pass/[mysql root password]/g' configs/web.yml
./control start all
open http://127.0.0.1:1984 in browser
Gitter: urlooker