{"id":13450967,"url":"https://github.com/squzy/squzy","last_synced_at":"2025-03-23T18:31:36.447Z","repository":{"id":36163192,"uuid":"219348932","full_name":"squzy/squzy","owner":"squzy","description":"Squzy - is a high-performance open-source monitoring, incident and alert system written in Golang with Bazel and love. Welcome to free SRE","archived":false,"fork":false,"pushed_at":"2024-01-14T20:50:09.000Z","size":1501,"stargazers_count":479,"open_issues_count":13,"forks_count":24,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2024-10-28T18:14:21.882Z","etag":null,"topics":["bazel","docker","golang","grpc","monitoring","opensource","opensource-monitoring","prometheus","sitemap","sre","zabbix"],"latest_commit_sha":null,"homepage":"https://demo.squzy.app/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squzy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["PxyUp"]}},"created_at":"2019-11-03T18:48:44.000Z","updated_at":"2024-09-06T03:01:34.000Z","dependencies_parsed_at":"2023-02-15T23:46:14.346Z","dependency_job_id":"1ea7e2ef-7d52-4748-8a1d-d02cdd9c5bd4","html_url":"https://github.com/squzy/squzy","commit_stats":{"total_commits":556,"total_committers":5,"mean_commits":111.2,"dds":0.5863309352517986,"last_synced_commit":"ea139c145b88899f3d1387bd7bebe50f882a8a6e"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squzy%2Fsquzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squzy%2Fsquzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squzy%2Fsquzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squzy%2Fsquzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squzy","download_url":"https://codeload.github.com/squzy/squzy/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149324,"owners_count":20568876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bazel","docker","golang","grpc","monitoring","opensource","opensource-monitoring","prometheus","sitemap","sre","zabbix"],"created_at":"2024-07-31T07:00:41.012Z","updated_at":"2025-03-23T18:31:35.472Z","avatar_url":"https://github.com/squzy.png","language":"Go","readme":"# Squzy - opensource monitoring, incident and alerting system\n\n[![version](https://img.shields.io/github/v/release/squzy/squzy.svg)](https://github.com/squzy/squzy)\n[![codecov](https://codecov.io/gh/squzy/squzy/branch/develop/graph/badge.svg)](https://codecov.io/gh/squzy/squzy)\n[![GolangCI](https://golangci.com/badges/github.com/squzy/golangci-lint.svg)](https://golangci.com)\n[![Join the chat at https://gitter.im/squzyio/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/squzyio/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[Join our Slack](https://join.slack.com/t/squzydev/shared_invite/zt-11x3kx7jl-W5xg9dd0zU8vxJTaoAd1uA)\n\n[Examples of incidents](https://squzydev.slack.com/archives/C02U6T27VA7)\n\n## About\n\nSquzy - is a high-performance open-source monitoring and alerting system written in Golang with [Bazel](https://bazel.build/) and love.\n\n## Contains:\n\n### [Squzy Monitoring](https://github.com/squzy/squzy/tree/develop/apps/squzy_monitoring)\n\nHigh perfomance health check system\n\n**System Health Checks Capabilities**\n1) HTTP/HTTPS\n2) TCP\n3) GRPC - https://github.com/grpc/grpc/blob/master/doc/health-checking.md\n4) SiteMap.xml - https://www.sitemaps.org/protocol.html\n5) Value from http response by selectors(https://github.com/tidwall/gjson)\n6) SSL Expiration - validate expiration date\n\n### [Squzy Agents](https://github.com/squzy/squzy/tree/develop/apps/agent_client)\n\nSmall application for get information from Host(server)\n\nWhich information you can get:\n1. CPU load per each\n2. Memory usage (used/free/total/shared)\n3. Disk (used/free/total) per each disk\n4. Net (bytes sent/get, package sent/get , err stat)\n\n### [Squzy Agents Server](https://github.com/squzy/squzy/tree/develop/apps/squzy_agent_server)\n\nBasic implementation for [agent server](https://github.com/squzy/squzy_proto/blob/master/proto/v1/squzy_agent_server.proto#L10)\n\n### [Squzy Storage](https://github.com/squzy/squzy/tree/develop/apps/squzy_storage)\n\n[Storage implementation](https://github.com/squzy/squzy_proto/blob/master/proto/v1/squzy_storage.proto#L13) will get all information from every product and store that\n\n### [Squzy Dashboard](https://github.com/squzy/squzy-dashboard)\n\nSquzy Web GUI - helps interact with squzy.\n\n### [Squzy API](https://github.com/squzy/squzy/tree/develop/apps/squzy_api)\n\nSquzy API server for works GUI + applications\n\n### [Squzy Application Monitoring](https://github.com/squzy/squzy/tree/develop/apps/squzy_application_monitoring)\n\nSquzy Application Monitoring server - collect metric from application\n\n### [Squzy Incident Manager](https://github.com/squzy/squzy/tree/develop/apps/squzy_incident)\n\nSquzy Incident Manager  - analyze metric + create incident + manage rules\n\n### [Squzy Notification Manager](https://github.com/squzy/squzy/tree/develop/apps/squzy_notification)\n\nSquzy Notification Manager  - create and link notifications methods\n\n# Authors\n- [Iurii Panarin](https://github.com/PxyUp)\n- [Nikita Kharitonov](https://github.com/DreamAndDrum)\n- [Peeter Kokk](https://github.com/peterjasc)\n\n# Want to help?\nWant to file a bug, contribute some code, or improve documentation? Excellent!\n\nAdd merge request with description.\n","funding_links":["https://github.com/sponsors/PxyUp"],"categories":["Go","Resources"],"sub_categories":["Projects","AWS Amplify"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquzy%2Fsquzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquzy%2Fsquzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquzy%2Fsquzy/lists"}