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'm trying to add multiple json-query monitors and I get the following error:
msg: 'value of type must be one of: http, port, ping, keyword, grpc-keyword, dns, docker, push, steam, gamedig, mqtt, sqlserver, postgres, mysql, mongodb, radius, redis, got: json-query'
I'm trying to add multiple json-query monitors and I get the following error:
msg: 'value of type must be one of: http, port, ping, keyword, grpc-keyword, dns, docker, push, steam, gamedig, mqtt, sqlserver, postgres, mysql, mongodb, radius, redis, got: json-query'
Looks like it is documented but not implemented?
lucasheld.uptime_kuma.monitor:
api_url: "{{ kuma_endpoint }}"
api_token: "{{ kuma_api_token }}"
type: "json-query"
name: "{{ friendlyname }}"
url: "{{ url }}"
jsonPath: "{{ json_query }}"
keyword: "{{ json_result }}"
state: present
The text was updated successfully, but these errors were encountered: