Openfalcon的企业级Web页面监控。监控web服务可用性及访问质量,采用go语言编写,易于安装和二次开发
dependabot[bot] 6fdb06b2a6 Bump github.com/prometheus/client_golang | il y a 1 an | |
---|---|---|
.github | il y a 4 ans | |
configs | il y a 4 ans | |
dataobj | il y a 4 ans | |
img | il y a 5 ans | |
modules | il y a 3 ans | |
script | il y a 4 ans | |
sql | il y a 4 ans | |
vendor | il y a 1 an | |
.gitattributes | il y a 4 ans | |
.gitignore | il y a 5 ans | |
Dockerfile | il y a 4 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 4 ans | |
control | il y a 4 ans | |
docker-entrypoint.sh | il y a 4 ans | |
go.mod | il y a 1 an | |
go.sum | il y a 1 an | |
install.sh | il y a 4 ans | |
readme_zh.md | il y a 4 ans |
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