cachet-monitor icon indicating copy to clipboard operation
cachet-monitor copied to clipboard

About installing cachet-monitor

Open y-ohara8814 opened this issue 7 years ago • 3 comments
trafficstars

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,

y-ohara8814 avatar Aug 09 '18 08:08 y-ohara8814

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)

y-ohara8814 avatar Aug 10 '18 03:08 y-ohara8814

Validate your yaml file here http://www.yamllint.com/

casKd-dev avatar Sep 05 '18 09:09 casKd-dev

Validate your yaml file here http://www.yamllint.com/

Solved my issue!

voarsh2 avatar Feb 15 '20 01:02 voarsh2