tree: 2d499c4ac8023101a48bec97e404b4f915ffa20e [path history] [tgz]
  1. go/
  2. images/
  3. modules/
  4. pages/
  5. .gitignore
  6. alert_to_pubsub_ansible_cipd.yml
  7. BUILD.bazel
  8. create-skia-alert-manager-sa.sh
  9. create-skia-alert-to-pubsub-sa-skia-corp.sh
  10. create-skia-alert-to-pubsub-sa.sh
  11. create-skia-alert-to-pubsub-skolo-rpi2.sh
  12. DESIGN.md
  13. Makefile
  14. PROD.md
  15. README.md
  16. rotate-keys-for-alert-to-pubsub.sh
  17. TODO.md
am/README.md

alert-manager

Testing Locally

To run a local copy of Prometheus that will emit an alert you can build and run the following container:

docker build -t my-prom ./testlocal
docker run -p 9090:9090 --net="host" my-prom

Make sure alert-to-pubsub is running locally at port 8000.

Datastore

Indices are in ../ds/index-skia-public.yaml and can be created using:

gcloud datastore create-indexes index-skia-public.yaml