{"id":25971479,"url":"https://github.com/appscode/searchlight","last_synced_at":"2025-03-05T00:01:49.857Z","repository":{"id":44463032,"uuid":"77028255","full_name":"ops-center/searchlight","owner":"ops-center","description":"🔦 Alerts for Kubernetes","archived":false,"fork":false,"pushed_at":"2023-03-04T22:57:47.000Z","size":45644,"stargazers_count":320,"open_issues_count":35,"forks_count":24,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-05-03T04:53:36.251Z","etag":null,"topics":["alerting","appscode","cloud-native","docker","icinga2","kubernetes","nagios"],"latest_commit_sha":null,"homepage":"https://appscode.com/products/searchlight","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ops-center.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-12-21T07:21:34.000Z","updated_at":"2024-04-23T13:23:37.000Z","dependencies_parsed_at":"2022-09-02T04:20:25.086Z","dependency_job_id":"878382be-5ffb-46ed-88df-22024ac4afe3","html_url":"https://github.com/ops-center/searchlight","commit_stats":null,"previous_names":["appscode/searchlight","ops-center/searchlight"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-center%2Fsearchlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-center%2Fsearchlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-center%2Fsearchlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-center%2Fsearchlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ops-center","download_url":"https://codeload.github.com/ops-center/searchlight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241940550,"owners_count":20045881,"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":["alerting","appscode","cloud-native","docker","icinga2","kubernetes","nagios"],"created_at":"2025-03-05T00:01:27.771Z","updated_at":"2025-03-05T00:01:49.820Z","avatar_url":"https://github.com/ops-center.png","language":"Go","funding_links":[],"categories":["Monitoring Services","🏗相关开源项目","Repository is obsolete"],"sub_categories":["[Jenkins](#jenkins)","监控工具","Awesome Operators in the Wild"],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/appscode/searchlight)](https://goreportcard.com/report/github.com/appscode/searchlight)\n[![Build Status](https://travis-ci.org/searchlight/searchlight.svg?branch=master)](https://travis-ci.org/searchlight/searchlight)\n[![codecov](https://codecov.io/gh/searchlight/searchlight/branch/master/graph/badge.svg)](https://codecov.io/gh/searchlight/searchlight)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/searchlight.svg)](https://hub.docker.com/r/appscode/searchlight/)\n[![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com)\n[![Twitter](https://img.shields.io/twitter/follow/appscodehq.svg?style=social\u0026logo=twitter\u0026label=Follow)](https://twitter.com/intent/follow?screen_name=AppsCodeHQ)\n\n# Searchlight\n\n\u003cimg src=\"/docs/images/cover.jpg\"\u003e\n\n\nSearchlight by AppsCode is a Kubernetes operator for [Icinga](https://www.icinga.com/). If you are running production workloads in Kubernetes, you probably want to be alerted when things go wrong. Icinga periodically runs various checks on a Kubernetes cluster and sends notifications if detects an issue. It also nicely supplements whitebox monitoring tools like, [Prometheus](https://prometheus.io/) with blackbox monitoring can catch problems that are otherwise invisible, and also serves as a fallback in case internal systems completely fail. Searchlight is a CRD controller for Kubernetes built around Icinga to address these issues. Searchlight can do the following things for you:\n\n - Periodically run various checks on a Kubernetes cluster and its nodes or pods.\n - Includes a [suite of check commands](/docs/reference/hyperalert/hyperalert.md) written specifically for Kubernetes.\n - Searchlight can send notifications via Email, SMS or Chat.\n - [Supplements](https://prometheus.io/docs/practices/alerting/#metamonitoring) the whitebox monitoring tools like [Prometheus](https://prometheus.io).\n\n## Supported Versions\nPlease pick a version of Searchlight that matches your Kubernetes installation.\n\n| Searchlight Version                                                                      | Docs                                                                       | Kubernetes Version |\n|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|--------------------|\n| [8.0.0](https://github.com/appscode/searchlight/releases/tag/8.0.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/8.0.0/welcome/)| 1.9.x+ (test/qa clusters) |\n| [7.0.0](https://github.com/appscode/searchlight/releases/tag/7.0.0) (uses CRD)           | [User Guide](https://appscode.com/products/searchlight/7.0.0/welcome/)     | 1.8.x              |\n| [5.1.1](https://github.com/appscode/searchlight/releases/tag/5.1.1) (uses CRD)           | [User Guide](https://appscode.com/products/searchlight/5.1.1/welcome/)     | 1.7.x+             |\n| [3.0.1](https://github.com/appscode/searchlight/releases/tag/3.0.1) (uses TPR)           | [User Guide](https://github.com/appscode/searchlight/tree/3.0.1/docs)      | 1.5.x - 1.7.x      |\n\n## Installation\nTo install Searchlight, please follow the guide [here](https://appscode.com/products/searchlight/8.0.0/setup/install).\n\n## Using Searchlight\nWant to learn how to use Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0).\n\n## Searchlight API Clients\nYou can use Searchlight api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/appscode/searchlight](/client/clientset/versioned)\n- Java: https://github.com/searchlight-client/java\n\n## Contribution guidelines\nWant to help improve Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0/welcome/contributing).\n\n---\n\n**Searchlight binaries collects anonymous usage statistics to help us learn how the software is being used and\nhow we can improve it. To disable stats collection, run the operator with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - Many thanks to [Icinga](https://www.icinga.com/) project.\n\n## Support\nWe use Slack for public discussions. To chit chat with us or the rest of the community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C8M7LT2QK/details/) channel `#searchlight_`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Searchlight or want to request for new features, please [file an issue](https://github.com/appscode/searchlight/issues/new).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappscode%2Fsearchlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappscode%2Fsearchlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappscode%2Fsearchlight/lists"}