I am monitoring witch Check-MK and i know how to get this skript as a service right into Check-MK.
I need just the skript: check the directory size and I want to get an alert if it didnt change after 1,5h
to check the folder size: folder_size=$(du -bs /backup/log |
after the "|" i want to check this with time am I right so far? thx for help <3