How can I check a Windows Server latest backup date from a Unix system and monitor it through Nagios?
Basically I want to throw an Alert if the last backup was over a day ago
I thought I could use check_file_age but it didn't work and there's probably a better alternative.
Thank you.