You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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)
Precondition
Following the procedure which is written on this site, I executed
cachet-monitor -c /~~~/~~~~~~.yml
,Now an error occuered.
I edited from line1 to line13 about config.yml which I renamed from config.sample.yml.
Following the error message,
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,
The text was updated successfully, but these errors were encountered: