-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels