Pēteris Caune

Results 237 comments of Pēteris Caune

Ah, sorry, I did not read carefully and misunderstood – I was thinking about truncation when ingesting a ping request, but you were talking about truncation when preparing a notification....

@TechyChap, this would trigger on every round hour except 1AM and 2AM: 0 0,3-23 * * *

This is an interesting idea but it conflicts with the already existing functionality: * Currently users define many-to-many mapping between checks and integrations. i.e., they explicitly select which integrations are...

Pagerduty webhook payloads have an `incident_key` field, which I think is similar to the fingerprint, it is used for grouping notifications about the "same thing" together. In the Pagerduty integration...

Encryption would be neat to have. What would implementing it entail for a Python web app like Healthchecks? Would we need a new python library as a dependency (what are...

Looked into this a little bit more. Healthchecks currently talks to the Matrix Client-Server API directly. The communication is over HTTPS, but the server sees plain-text messages, so the communication...

I'd like to keep things as simple as possible and avoid a configuration UI where the user can say "deliver to channel A. If delivery fails, deliver to B." But...

@rebmcr since the blog post, I have not figured anything new on how to work around the Signal service's rate limits :-/ Can you please try the following: * Click...

@rebmcr can you please share the phone number privately with me (send it to [email protected])? I'll poke around with sending Signal notifications to it (and you may get a test...

Can you describe it a little more – how would it look in the metrics endpoint's output, and how would it be used?