WARN [kuma_client::util] Error while parsing snippet arguments
hostname = "192.168.120.254"
max_retries = 3
mqtt_success_message = '{"state":"online"}'
mqtt_topic = "zigbee2mqtt/bridge/state"
name = "[mqtt] Zigbee2mqtt"
parent_name = "group-automation"
port = 1883
type = "mqtt"
I have also tried
mqtt_success_message = "{\"state\":\"online\"}"
but both result in the same warning.
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
The good news is that the check is created and seemingly works , I just got this spam in the logs
The error doesn't seem to be related to the posted config. The error is saying that autokuma is unable to parse the arguments in a snippet call (i.e. a label starting with __ like kuma.__web: '"example.com", 443')
oh wow, thats interesting ... any additional info on which part of the compose file in particular its unhappy with?
so to be clear it has nothing to do w/ the example I posted? Also if it is in fact a label error, as you suggested, is there any way to provide context to which container is the problem?
For example, I now have this error
WARN [kuma_client::util] Error while parsing snippet arguments: expected value at line 6 column 1
but not clue where in my 100 compose files and or 60+ static monitors is the problematic one :)