ChadSikorra / nagios-check-smb-file

Nagios plugin to check a file on a SMB share
4 stars 11 forks source link

Ignore . and .. dir #3

Closed sk00t3r closed 7 years ago

sk00t3r commented 7 years ago

if($filename eq "." || $filename eq ".."){ next;}

Without this line file check will always show 2 "files" that are not files.