help with an endpoint config - did not find expected key #1515
|
Hi I need some help with the setup of this endpoint. it keeps complaining about: If I look at the docs (https://gatus.io/docs/conditions) this should work. What am I missing? when I try to retrieve data from the same IP in Home Assistant, it gives me data back so thats not the issue output: Thanks for any help! |
Answered by
PythonGermany
Jan 31, 2026
Replies: 2 comments
|
When I try to start a local gatus instance with the config snippet you provided as only endpoint it starts so the configuration you provided seems to be valid and should not be the cause for the config parsing error. What's at and around line 394 of the config you are trying to load? |
0 replies
Answer selected by
TwiN
|
did work indeed, thanks for checking though |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to start a local gatus instance with the config snippet you provided as only endpoint it starts so the configuration you provided seems to be valid and should not be the cause for the config parsing error.
What's at and around line 394 of the config you are trying to load?