community.healthchecksio icon indicating copy to clipboard operation
community.healthchecksio copied to clipboard

This Ansible collection contains modules for assisting in the automation of the Healthchecks.io monitoring service.

Results 6 community.healthchecksio issues
Sort by recently updated
recently updated
newest added

##### SUMMARY Trying to pause check with this task: ``` - name: Pause healtschecks.io check for download Feed" community.healthchecksio.checks: state: pause api_key: "{{ healthchecks_api_key.field.value }}" uuid: "{{ healthchecksio_download_feed.uuid }}" when:...

Issues #27 and #32 address supporting self-hosted instances. This PR is a continuation of #32 Notably line plugins/module_utils/healthchecksio.py#349 needed to have the `api_base_url` added to allow checks to be made.

##### SUMMARY It would be great if the checks module would support ansible check mode. Especially returning the check's uuid, if it already exists. ##### ISSUE TYPE - Feature Idea...

##### SUMMARY It would be great if the `checks` module would support diffing. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME checks ##### ADDITIONAL INFORMATION ```shell ansible-playbook example.yml -i...

- Enable self-hosted healthchecks.io instances - Fix uuid retrieval on self-hosted instances - 📝 docs: add documentation for using a private instance of Healthchecks.io in README.md and CHANGELOG.rst