Skip to content

json-query monitor type not supported #46

@freshpr

Description

@freshpr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions