ansible-uptime-kuma
ansible-uptime-kuma copied to clipboard
Ansible collection of modules to configure Uptime Kuma
While using your collection to configure an uptime instance and defining monitors & status page I came across the issue, that I cannot set the "showCertificateExpiry" property for a status...
Adding monitors with ansible works but when trying to add a statuspage it errors with SQLITE_CONSTRAINT: UNIQUE constraint failed: status_page.slug Im using version 1.2.0 of ansible-uptime-kuma and 1.23.11 (current latest)...
Hi, first of all I would like to thank you for this collection, it has been very useful for me and has saved a huge amount of time, really appreciate...
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,...
Hi, I might be misunderstanding something with ansible. But I would like to have my status page made a little simpler than manually adding a block for every service that...
While trying to add status_page to maintenance I found out that the API waits for the title of the status page instead of its name, so I corrected the needed...
Trying to figure out how to add a notification to a particular monitor task in ansible so that it can all be generated at the same time. Any ideas? An...
Allow the passing of all Notification config properties to the Python API module.
Currently, e.g. setting a list value (that was not empty before) to `[]` will never be detected as a change as the `for` loop is never run. Neither will changing...