tree: 912df9cec1cb5b817825d2beaa13cfa6b418a863 [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-skolo-rpi2.sh
  10. DESIGN.md
  11. Makefile
  12. PROD.md
  13. README.md
  14. 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