cachet-monitor
cachet-monitor copied to clipboard
About installing cachet-monitor
Precondition
- Already installed CachetHQ
- Successed to access Dashboard
- Have some WEBsites which I want to monitor status by using CachetHQ
- Using Amazon Linux
- Using Apache 2.4
- Using PHP 7.0
- Using Mysql 14.14
Following the procedure which is written on this site, I executed cachet-monitor -c /~~~/~~~~~~.yml,
Now an error occuered.
WARN[0000] Unable to parse configuration file PANI[0000] Unable to start (reading config): yaml: line 61: did not find expected key panic: (*logrus.Entry)
I edited from line1 to line13 about config.yml which I renamed from config.sample.yml. Following the error message,
did not find expected key
In config file, "cachet api token" may be incorrect, I think.
(I wrote the API-KEY which appeared when I excuted php artisan key:generate)
Does anyone know about this error? I hope someone would give me some advise.
regards,
Sorry, I found "cachet api token" in cachet's status page. But the error still appears despite rewriting the config.yml ...
WARN[0000] Unable to parse configuration file PANI[0000] Unable to start (reading config): yaml: line 61: did not find expected key panic: (*logrus.Entry)
Validate your yaml file here http://www.yamllint.com/
Validate your yaml file here http://www.yamllint.com/
Solved my issue!