tree: 745216b1c8b1136c292d56bc622ef60412705998 [path history] [tgz]
  1. alert-manager/
  2. alert-to-pubsub/
  3. go/
  4. images/
  5. modules/
  6. pages/
  7. build_alert_manager_release
  8. build_alert_to_pubsub_release
  9. create-skia-alert-manager-sa.sh
  10. create-skia-alert-to-pubsub-sa-skia-corp.sh
  11. create-skia-alert-to-pubsub-sa.sh
  12. create-skia-alert-to-pubsub-skolo-rpi2.sh
  13. DESIGN.md
  14. karma.conf.ts
  15. Makefile
  16. package-lock.json
  17. package.json
  18. probersk.json5
  19. PROD.md
  20. README.md
  21. TODO.md
  22. tsconfig.json
  23. webpack.config.ts
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