ansible-uptime-kuma icon indicating copy to clipboard operation
ansible-uptime-kuma copied to clipboard

json-query monitor type not supported

Open freshpr opened this issue 1 year ago • 0 comments

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?

  • name: Add/Modify monitor 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

freshpr avatar Jan 31 '24 14:01 freshpr