Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@Zerglingman @dcc @p @MK2boogaloo @sysrq @istvan
>uptime kurwa
Second reply suggestin it, nice. My point here is that Uptime kuma is basically doing the same thing Uptime robot and Cronitor are doing but is self hosted. Pete said using these tools means you "don't know how cron works" so I was like "ok enlighten me, how do I implement this in cron itself so I don't have to bother with Uptime kuma/Cronitor/Whatever"
>try: program()
>except Exception as e: notify(e); raise # should extract stack trace
And then I guess trigger some kind of mailer in the "except" part. I made a somewhat functional mailer in Python some time ago, I guess I could bothch it in here somehow