# GoAlert **Repository Path**: tonglai/GoAlert ## Basic Information - **Project Name**: GoAlert - **Description**: GoAlert 是一个待机任务调度与警报工具,支持系统自动升级和通知(通过 SMS 或语音通话),以在正确的时间以正确的方式自动通知到对应的负责人 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-07-09 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoAlert GoAlert provides on-call scheduling, automated escalations and notifications (like SMS or voice calls) to automatically engage the right person, the right way, and at the right time. ![image](https://user-images.githubusercontent.com/23565500/58896528-c1cdb100-86bb-11e9-96f1-a57198ece062.png) ## Installation GoAlert is distributed as a single binary with release notes available from the [GitHub Releases](https://github.com/target/goalert/releases) page. See our [Getting Started Guide](./docs/getting-started.md) for running GoAlert in a production environment. ### Quick Start ```bash docker run -it --rm -p 8081:8081 goalert/all-in-one ``` GoAlert will be running at [localhost:8081](http://localhost:8081). You can login with `admin/admin123`. ## Contributing If you'd like to contribute to GoAlert, please see our [Contributing Guidelines](./CONTRIBUTING.md) and the [Development Setup Guide](./docs/development-setup.md). Please also see our [Code of Conduct](./CODE_OF_CONDUCT.md). ## Contact Us If you need help or have a question, the `#goalert` Slack channel is available on [gophers.slack.com](https://gophers.slack.com/messages/goalert/). To access Gophers Slack and the `#goalert` channel, you will need an invitation. You request one through the automated process here: https://invite.slack.golangbridge.org/ - Vote on existing [Feature Requests](https://github.com/target/goalert/issues?q=is%3Aopen+label%3Aenhancement+sort%3Areactions-%2B1-desc) or submit [a new one](https://github.com/target/goalert/issues/new) - File a [bug report](https://github.com/target/goalert/issues) - Report security issues to security@goalert.me ## License GoAlert is licensed under the [Apache License, Version 2.0](./LICENSE.md).