by Cristian Balan | Dec 13, 2020 | Linux, Magento, Monitoring
I’ve used Papertrail before its acquisition from SolarWinds and was impressed by its simple interface and the logs scrapping capabilities. At the time, I have set Papertrail to monitor a few auth logs and trigger Slack notifications whenever SSH access occurred...
by Cristian Balan | Jul 17, 2018 | Linux, Monitoring
I found that Azure has a hard time to monitor disk usage on a Linux box. There are ways, but it seems to be too complicated to achieve such a basic thing. So I came up with the following script I call in a cron job as needed. #!/bin/bash CURRENT=$(df / | grep / | awk...