squzy / Squzy
Projects that are alternatives of or similar to Squzy
Squzy - opensource monitoring, incident and alerting system
About
Squzy - is a high-performance open-source monitoring and alerting system written in Golang with Bazel and love.
Contains:
Squzy Monitoring
High perfomance health check system
System Health Checks Capabilities
- HTTP/HTTPS
- TCP
- GRPC - https://github.com/grpc/grpc/blob/master/doc/health-checking.md
- SiteMap.xml - https://www.sitemaps.org/protocol.html
- Value from http response by selectors(https://github.com/tidwall/gjson)
- SSL Expiration - validate expiration date
Squzy Agents
Small application for get information from Host(server)
Which information you can get:
- CPU load per each
- Memory usage (used/free/total/shared)
- Disk (used/free/total) per each disk
- Net (bytes sent/get, package sent/get , err stat)
Squzy Agents Server
Basic implementation for agent server
Squzy Storage
Storage implementation will get all information from every product and store that
Squzy Dashboard
Squzy Web GUI - helps interact with squzy.
Squzy API
Squzy API server for works GUI + applications
Squzy Application Monitoring
Squzy Application Monitoring server - collect metric from application
Squzy Incident Manager
Squzy Incident Manager - analyze metric + create incident + manage rules
Squzy Notification Manager
Squzy Notification Manager - create and link notifications methods
Authors
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent!
Add merge request with description.