I just got ROI on a @levels.io style health check. I created a bot to make sure my product downloads are always available and able to run on the various OSes (important for macOS binaries that need signed). It just fired when I made an rsync --delete mistake
Posts by Mark Sanborn
What’s in the box?
```
// AlertTagDurations is a map of tag prefixes to durations to throttle alerts.
var AlertTagDurations = map[string]time.Duration{
"website-monitor-tls-expires-": 24 * time.Hour,
}
```
Today I spent an hour figuring out a good way to throttle alerts for Central Logging after I got TLS expiry alerts every 1m. I ended up using an alert tag and tag prefix duration map to specify max frequency per alert type. Is there a better way to do this?
What’s your online rating/ range? Or do you do over the board, fide?
Just grabbed it. Thanks!
I like dark solarized but I’ve been using that theme for like 15 years 😀
I’ve only ever used it for doing something on every other row. I’ve been programming since ~ 2004.
👋
🇺🇸
👋
I’m be been working on central logging. I’m resisting the temptation of adding features and just making what’s already there better.
What local LLMs are you using these days? I assume whisper for transcribing.
TIL: these types of dialogs are generated by whiptail and can easily be generated by bash scripts: `whiptail --title "Example Dialog" --msgbox "This is an example of a message box. You must hit OK to continue." 8 78`
I added json field extraction by json path to full text search. This probably isn't the final UI. I'll probably do field check boxes like Splunk
Can I get added?
👋
Central Logging already alerts on TLS expiry but it now also shows red when TLS not valid after is getting close to expiration.
👋
👋
👋
It feels like the early twitter days. So far there is less engagement posts and memes which I'm not here for.
I've been shipping one small feature/improvement a day. Yesterday I added a next button to central logging. Now you can go back too. I know it's not much but it is what I can do in an hour before the kids wake up. I'm hoping these compound.
👋