Tech Notes
Simple Bash Script for checking HTTP response headers.
I have several Cloudwatch alarms that monitor my different servers on AWS. This is great to catch runaway CPU processes or other server failures. Unfortunately, this doesn’t catch middleware failures. Some legacy websites we manage still use Coldfusion. We use the open-source CFML engine LUCEE which runs on Tomcat. Problem Read more…