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
I just tried out IOTstack and it's great ... except for one small problem - I keep getting errors when I try to use telegraf ...
root@raspi4:~/IOTstack# docker-compose up -d
ERROR: yaml.parser.ParserError: while parsing a block mapping
in "./docker-compose.yml", line 68, column 5
expected <block end>, but found '<block sequence start>'
in "./docker-compose.yml", line 75, column 7
Line 68 is the first "container_name: telegraf" line right after the "telegraf:" entry. If I move the whole block to somewhere else in the file, the error line moves; removing it lets docker-compose run through successfully, so it's definitely something in the telegraf block.
It is possible that your problem has been fixed on SensorsIot/IOTstack. In any case, you are more likely to get support if you migrate your installation to SensorsIot/IOTstack, find that your problem has not been fixed, and open another issue there.
If you have not already joined the Discord channel, you can often get help there too.
I'd really appreciate it if you would close this issue on gcgarner/IOTstack:
Recently opened issues give the impression that this repo is active - it isn't.
A pile of ancient open issues with no responses give the impression that IOTstack has been abandoned - it hasn't been.
Forking the repo was the only possible way of continuing once Graham Garner "disappeared".
I don't use telegraf but I recently ran it up to check something in response to a question on Discord. It just worked and I didn't strike anything like this so my guess is that SensorsIot/IOTstack doesn't have this bug,
It is possible that your problem has been fixed on SensorsIot/IOTstack. In any case, you are more likely to get support if you migrate your installation to SensorsIot/IOTstack, find that your problem has not been fixed, and open another issue there.
Sorry, used a link to this project and didn't actually check out the project page before installing ... Thanks for the pointer. Updated, though still getting the same error ...
Hi,
I just tried out IOTstack and it's great ... except for one small problem - I keep getting errors when I try to use telegraf ...
Line 68 is the first "container_name: telegraf" line right after the "telegraf:" entry. If I move the whole block to somewhere else in the file, the error line moves; removing it lets docker-compose run through successfully, so it's definitely something in the telegraf block.
The yaml file is used right out of the generation by menu.sh, nothing was originally edited or changed ...
Sorry, not really learned about yaml files, I reckon it's probably something minor ...
The text was updated successfully, but these errors were encountered: