MCPcopy Index your code
hub / github.com/target/goalert

github.com/target/goalert @v0.34.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.34.1 ↗ · + Follow
8,508 symbols 29,924 edges 1,401 files 1,743 documented · 20% 190 cross-repo links updated 4d agov0.34.1 · 2025-10-06★ 2,776152 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
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.

main-screen-updated

Installation

GoAlert is distributed as a single binary with release notes available from the GitHub Releases page. Additionally, images are published on Docker Hub for each release. The latest tag is the most recent release, and nightly is the latest build from the master branch.

See our Getting Started Guide for running GoAlert in a production environment.

Quick Start

docker run -it --rm -p 8081:8081 goalert/demo

GoAlert will be running at localhost:8081. You can log in with admin/admin123.

If you're using the demo container for integration testing:

  • A non-admin user is available as user/user1234.
  • You can specify the ENV variable SKIP_SEED=1 to skip the initial seed data step.
  • You can get a session token via curl -XPOST -H 'Referer: http://localhost:8081' -d 'username=admin&password=admin123' 'http://localhost:8081/api/v2/identity/providers/basic?noRedirect=1'.

Contributing (Local Development)

If you'd like to contribute to GoAlert, please see our Contributing Guidelines and the Development Setup Guide.

Please also see our Code of Conduct.

For most purposes, you can use make start from the root of this repo to start a development server.

  • It will be running at http://localhost:3030
  • Default login is admin/admin123
  • Changes you make locally, UI and backend, should be reflected in the running server within a few seconds (no need to restart the server).

Contact Us

If you need help or have a question, the #goalert Slack channel is available on gophers.slack.com.

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/

License

GoAlert is licensed under the Apache License, Version 2.0.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 4,631
Function 2,157
Struct 929
Interface 575
TypeAlias 172
FuncType 24
Class 20

Languages

Go81%
TypeScript19%

Modules by API surface

graphql2/generated.go2,120 symbols
gadb/queries.sql.go333 symbols
graphql2/models_gen.go210 symbols
web/src/schema.d.ts181 symbols
gadb/models.go148 symbols
test/smoke/harness/slack.go66 symbols
pkg/sysapi/sysapi.pb.go63 symbols
test/smoke/harness/harness.go52 symbols
assignment/target.go52 symbols
graphql2/graphqlapp/alert.go40 symbols
validation/fieldvalidationerror.go33 symbols
devtools/resetdb/datagen.go33 symbols

Dependencies from manifests, versioned

4d63.com/gocheckcompilerdirectivesv1.3.0 · 1×
cel.dev/exprv0.24.0 · 1×
cloud.google.com/go/compute/metadatav0.7.0 · 1×
dario.cat/mergov1.0.2 · 1×
filippo.io/edwards25519v1.1.0 · 1×
github.com/4meepo/tagalignv1.4.2 · 1×
github.com/Abirdcfly/dupwordv0.1.3 · 1×
github.com/Antonboom/errnamev1.1.0 · 1×

Datastores touched

goalertDatabase · 1 repos
goalert2Database · 1 repos
goalert_integrationDatabase · 1 repos
goalert_swo_mainDatabase · 1 repos
goalert_swo_nextDatabase · 1 repos
postgresDatabase · 1 repos

For agents

$ claude mcp add goalert \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page