diun icon indicating copy to clipboard operation
diun copied to clipboard

Feature request: Support for generic push healthchecks

Open ScrumpyJack opened this issue 11 months ago • 0 comments

Description

There is already a request for uptime kuma for push healthchecks but this should be more generic.

Generic push healthchecks would be nice as they are mainly just an HTTP GET to an endpoint and will suffice for may push healthcheck needs

watch:
  schedule: "0 */6 * * *"
  push_healthcheck:
    url: https://my-monitoring-endpoiint.com/i-am-diun-and-i-am-alive

ScrumpyJack avatar Feb 26 '24 14:02 ScrumpyJack