853 B
853 B
Cachet Monitor plugin
This is a monitoring plugin for CachetHQ.
How to run:
Example:
- Set up Go
go install github.com/castawaylabs/cachet-monitorcachet-monitor -c https://raw.githubusercontent.com/CastawayLabs/cachet-monitor/master/example.config.json
Production:
- Download the example config and save to
/etc/cachet-monitor.config.json - 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 |