-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I cannot claim my room named All nodes because of the space in the room name. I have looked at the output and think I can see the issue:
- Command "/opt/netdata/bin/netdata-claim.sh -token=xxx -rooms=All -url=https://app.netdata.cloud -hostname=homeassistant" failed with exit code 10.
- Failed to claim node due to an invalid room ID. This issue is most likely caused by a typo. Please check if the room(s) you are trying to add appear on the list of rooms provided to the --claim-rooms option ('All'). Then verify if the rooms are visible in Netdata Cloud and try again.
As you can see it only passes All as part the room name, but not All nodes as it should.
Please advise for a possible workaround or fix. Creating another room in Netdata Cloud with no space in the name seems no option, since then the API token changes as well. I cannot change the room name of existing rooms with nodes assigned in netdata either.
Whenever I add claim_rooms: ["All nodes"] to the YAML via Homeassistant config editor, it modifies it after saving, removing the quote marks I added hoping they would pass my room name with a space as a string like -rooms="All nodes" . The option looks like this after saving:
claim_rooms:
- All nodes