by johnmark | Jun 18, 2021 | coding, linux, slack
The goal here is to get notification for something like CPU reached 90% or nginx access log reached 100 requests (GET 200 code responses). Setup CRON Schedule the script via CRON. Example every 5 or 15 minutes */5 * * * to call a specific script. Create your bash...