Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
I only changed this:
$ diff check_smb_file.pl* 541a542 > next if $filename eq “.” or $filename eq “..”;
to exclude the local dir and the upper dir because it would report critical every time otherwise (yes, the modified timestamps on those are older, but I do not need to check those 😉
Thanks