Your uptime monitor should log in, not just ping
The claim A monitor that fetches your homepage and checks for a 200 status confirms the least useful thing about your business: that a web server is running. The failures that cost...
Read articleInsights
Engineering notes, infrastructure deep dives and practical guides from the Exotecho team.
The claim A monitor that fetches your homepage and checks for a 200 status confirms the least useful thing about your business: that a web server is running. The failures that cost...
Read articleThe claim Every public SSH port on the internet receives thousands of password guesses a day within hours of coming online. The standard responses — moving the port, installing fai...
Read articleThe claim Every long-running process on a production Linux host should be a systemd unit. Not pm2, not a screen session someone detached from in the spring, not nohup & in a deploy...
Read articleThe claim Most staging environments differ from production in ways that guarantee they cannot catch the failures people expect them to catch: a smaller database, different configur...
Read articleThe claim Businesses spend real money on redundant servers, replicated databases and multi-region backups, then protect the domain name that points at all of it with a shared passw...
Read articleThe claim Caching a dynamic page for one second sounds pointless. It is the single highest-leverage configuration change available to a small site, because it converts an unbounded...
Read articleThe claim If more than four conditions in your system are permitted to page a human at three in the morning, none of them will be taken seriously by March. Alert fatigue is not a d...
Read articleThe claim A published DMARC record with a policy of none protects nobody. It asks receiving mail servers to report on forged mail and then deliver it anyway. Most Canadian business...
Read articleThe claim Backup coverage is the wrong metric. The only number that describes your actual risk is the elapsed time of your last successful, verified restore into a clean environmen...
Read article