Pēteris Caune
Pēteris Caune
I tested on Raspberry Pi 400 with its factory image. Both "latest" and "debian" tags give me certificate errors: ``` user@raspberrypi:~ $ uname -a Linux raspberrypi 5.15.61-v7l+ #1579 SMP Fri...
Awesome, all three variants work now: ``` user@raspberrypi:~ $ podman run --rm -t docker.io/runitor/runitor:latest -uuid 7c175a71-e59c-4413-afeb-dd64d8b94ce7 -- uname -a Linux ab799a33ba52 6.1.19-v7l+ #1637 SMP Tue Mar 14 11:07:55 GMT 2023...
Awesome! I tested v1.3.0-beta.2 and it worked exactly as I was expecting. The help text for the `-create` flag is: ``` Create a new check if slug is not found...
Thanks for the suggestion. I'd like to avoid adding modes to interfaces as much as possible, so I've been thinking about alternatives. The [Management API](https://healthchecks.io/docs/api/) users can already specify a...
Thanks for the suggestion. Technically possible of course, but I'm not sure how widely applicable this would be – is it common for to have scripts that return non-zero exit...
@davidtorosyan a couple of questions, so I understand your use case: > I expect my backup script to run successfully once a day. However, if it runs more frequently (say...
@quentinus95 if you want to treat some non-zero exit codes as success, use a wrapper script which inspects the exit code and decides whether to report success or failure to...
Thanks for the suggestion. I'm not planning to work on this in near term myself, but I will accept a PR if changes are minimal and not disruptive. I don't...
Hi @StevenMassaro, thanks for the suggestion. We truncate the request bodies for two main reasons: 1. to prevent storage from ballooning 2. to make the handling of each individual ping...