Merge branch 'feat/slack' into custom

# Conflicts:
#	cli/main.go
This commit is contained in:
Christoph Eck
2020-01-27 16:15:33 +01:00
10 changed files with 167 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ import (
"sync"
"github.com/sirupsen/logrus"
cachet "github.com/castawaylabs/cachet-monitor"
cachet "github.com/macchiang/cachet-monitor"
docopt "github.com/docopt/docopt-go"
"github.com/mitchellh/mapstructure"
"gopkg.in/yaml.v2"
@@ -39,7 +39,7 @@ Options:
--version Show version
--immediate Tick immediately (by default waits for first defined interval)
--restarted Get open incidents before start monitoring (if monitor died or restarted)
Environment varaibles:
CACHET_API override API url from configuration
CACHET_TOKEN override API token from configuration