Skip to content
/ squzy Public
forked from squzy/squzy

Squzy - is a high-performance open-source monitoring, incident and alert system written in Golang with Bazel and love.

License

Notifications You must be signed in to change notification settings

forkkit/squzy

 
 

Squzy - opensource monitoring, incident and alerting system

version codecov GolangCI Join the chat at https://gitter.im/squzyio/community

About

Squzy - is a high-performance open-source monitoring and alerting system written in Golang with Bazel and love.

Contains:

High perfomance health check system

System Health Checks Capabilities

  1. HTTP/HTTPS
  2. TCP
  3. GRPC - https://github.com/grpc/grpc/blob/master/doc/health-checking.md
  4. SiteMap.xml - https://www.sitemaps.org/protocol.html
  5. Value from http response by selectors(https://github.com/tidwall/gjson)

Small application for get information from Host(server)

Which information you can get:

  1. CPU load per each
  2. Memory usage (used/free/total/shared)
  3. Disk (used/free/total) per each disk
  4. Net (bytes sent/get, package sent/get , err stat)

Basic implementation for agent server

Storage implementation will get all information from every product and store that

Squzy Web GUI - helps interact with squzy.

Squzy API server for works GUI + applications

Squzy Application Monitoring server - collect metric from application

Squzy Incident Manager - analyze metric + create incident + manage rules

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.

About

Squzy - is a high-performance open-source monitoring, incident and alert system written in Golang with Bazel and love.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 87.2%
  • Starlark 12.1%
  • Other 0.7%