Pēteris Caune

Results 28 issues of Pēteris Caune

Sometimes apps and scripts fail early, but still return exit code 0. And legacy systems can be hard to fix. Perhaps there could be an optional feature where runitor measures...

The web UI displays "up + started" and "down + started" states by showing a an animated progress spinner under the "up" or "down" icon: ![image](https://user-images.githubusercontent.com/661859/162394452-76faa8da-ab87-4819-856d-2c273b074915.png) In comparison, the API...

There's a race condition when creating an user account. It is possible to create two user accounts with the same email address, which causes various problems later. Either the email...

bug

If `sendalerts` is not running (was never launched, or has crashed), show an alert on the website saying "Degraded service: notifications may be delayed" This should help troubleshoot issues when...

feature

Prometheus users – would it be useful to have access to check's last duration in Prometheus? Currently, for every check we report its up/down state: ``` # HELP hc_check_up Whether...

feature

The timezone would be used for formatting dates by default (in places where we currently use browser's timezone). The timezone would also be selected by default when configuring cron schedules...

feature

Implement a mode where multiple checks can be selected. Allow selecting ranges of checks by holding switch key or some other mechanism. Implement actions on the selected checks: * delete...

feature

When curl (another HTTP client) retries failed requests we can end up with multiple logged pings: https://twitter.com/epikhinm/status/1217147491986133002 Look into making ping requests idempotent.

feature

* The user uploads a crontab file * Healthchecks parses the file, and shows an "Import" form with the data in tabular form * The user can edits check names,...

feature