prometheus-cachet

command module
v0.0.0-...-890be0d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2020 License: MIT Imports: 9 Imported by: 0

README

Prometheus Alerts to Cachet

Small go based microservice to receive Prometheus Alertmanager triggers and update corresponding incidents in Cachet.

Dependencies

Alertmanager Hook

The following alert matches on label public set to true then forwards to the configured webhook:

route:
  receiver: cachet
  group_by: [alertname]
  group_wait: 30s
  group_interval: 1m
  repeat_interval: 1h
  routes:
    - receiver: cachet
      match:
        public: "true"
  receivers:
    - name: cachet
      webhook_configs:
        - url: "http://status-cachet:80/webhook"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL