All Projects → 710leo → Urlooker

710leo / Urlooker

Licence: apache-2.0
enterprise-level websites monitoring system

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Urlooker

Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (+19.19%)
Mutual labels:  api, monitoring, devops, prometheus
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+12065.46%)
Mutual labels:  monitoring, devops, prometheus, statsd
Prom2teams
prom2teams is an HTTP server built with Python that receives alert notifications from a previously configured Prometheus Alertmanager instance and forwards it to Microsoft Teams using defined connectors
Stars: ✭ 122 (-73.99%)
Mutual labels:  monitoring, devops, prometheus
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+170.58%)
Mutual labels:  monitoring, devops, prometheus
Promster
⏰A Prometheus exporter for Hapi, express and Marble.js servers to automatically measure request timings 📊
Stars: ✭ 146 (-68.87%)
Mutual labels:  monitoring, devops, prometheus
Graylog Plugin Metrics Reporter
Graylog Metrics Reporter Plugins
Stars: ✭ 71 (-84.86%)
Mutual labels:  monitoring, prometheus, statsd
Wgcloud
linux运维监控工具,支持系统信息,内存,cpu,温度,磁盘空间及IO,硬盘smart,系统负载,网络流量等监控,API接口,大屏展示,拓扑图,进程监控,端口监控,docker监控,文件防篡改,日志监控,数据可视化,web ssh,堡垒机,指令下发批量执行,linux面板,探针,故障告警
Stars: ✭ 2,669 (+469.08%)
Mutual labels:  monitoring, devops, prometheus
Kubegraf
Grafana-plugin for k8s' monitoring
Stars: ✭ 345 (-26.44%)
Mutual labels:  monitoring, prometheus
Awesome Monitoring
INFRASTRUCTURE、OPERATION SYSTEM and APPLICATION monitoring tools for Operations.
Stars: ✭ 356 (-24.09%)
Mutual labels:  monitoring, prometheus
Healthchecks
A cron monitoring tool written in Python & Django
Stars: ✭ 4,297 (+816.2%)
Mutual labels:  monitoring, devops
Teamvision
Teamvision软件工程协作工具
Stars: ✭ 380 (-18.98%)
Mutual labels:  api, devops
Prometheus.ex
Prometheus.io Elixir client
Stars: ✭ 343 (-26.87%)
Mutual labels:  monitoring, prometheus
Kvass
Kvass is a Prometheus horizontal auto-scaling solution , which uses Sidecar to generate special config file only containes part of targets assigned from Coordinator for every Prometheus shard.
Stars: ✭ 325 (-30.7%)
Mutual labels:  monitoring, prometheus
Squzy
Squzy - is a high-performance open-source monitoring, incident and alert system written in Golang with Bazel and love.
Stars: ✭ 359 (-23.45%)
Mutual labels:  monitoring, prometheus
Kube Metrics Adapter
General purpose metrics adapter for Kubernetes HPA metrics
Stars: ✭ 309 (-34.12%)
Mutual labels:  monitoring, prometheus
Dogvscat
Sample Docker Swarm cluster stack of tools
Stars: ✭ 377 (-19.62%)
Mutual labels:  monitoring, prometheus
Cernan
telemetry aggregation and shipping, last up the ladder
Stars: ✭ 306 (-34.75%)
Mutual labels:  prometheus, statsd
Microsoft365dsc
Manages, configures, extracts and monitors Microsoft 365 tenant configurations
Stars: ✭ 374 (-20.26%)
Mutual labels:  monitoring, devops
Automatron
Infrastructure monitoring framework turning DevOps runbooks into automated actions
Stars: ✭ 381 (-18.76%)
Mutual labels:  monitoring, devops
Dockprom
Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
Stars: ✭ 4,489 (+857.14%)
Mutual labels:  monitoring, prometheus

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

install by docker
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 by code
# 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

Q&A

Gitter: urlooker

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].