Matej Kramny 409d753931 Link to incident, resolved message
- Major outage when already in Partial outage
- Resolved at x message
- Link incident to component
2015-03-21 20:08:05 +00:00
2015-03-21 20:08:05 +00:00
2015-03-21 11:44:52 +01:00
2015-03-21 12:36:45 +01:00

Cachet Monitor plugin

This is a monitoring plugin for CachetHQ.

How to run:

Example:

  1. Set up Go
  2. go install github.com/castawaylabs/cachet-monitor
  3. cachet-monitor -c https://raw.githubusercontent.com/CastawayLabs/cachet-monitor/master/example.config.json

Production:

  1. Download the example config and save to /etc/cachet-monitor.config.json
  2. Run in background: nohup cachet-monitor 2>&1 > /var/log/cachet-monitor.log &

Environment variables:

Name Example Value Description
CACHET_API http://demo.cachethq.io/api URL endpoint for cachet api
CACHET_TOKEN randomvalue API Authentication token
Description
Distributed monitoring plugin for CachetHQ
Readme 457 KiB
Languages
Go 95.8%
Shell 3.1%
Dockerfile 1%