Write a bash or python nagios plugin that checks inode usage of multiple docker containers, and displays the name of the container, or containers that exceed warning or critical thresholds
Budget: £250 – £750 GBP
We make use of 2 commands, redirecting output to temp files I imagine. The commands are: 1 - df -i | grep devicemapper and 2 - docker ps --format "{{.ID}}" | xargs docker inspect -f "{{.GraphDriver.Data.DeviceName}}...