diff options
Diffstat (limited to 'nagios-check-libs')
-rwxr-xr-x | nagios-check-libs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nagios-check-libs b/nagios-check-libs index ae5bb51..abdc3ee 100755 --- a/nagios-check-libs +++ b/nagios-check-libs @@ -114,7 +114,6 @@ if ($CHILD_ERROR) { # program failed for my $line (@lsof) { my ($process, $pid, $user, $fd, undef, undef, undef, $path, $rest) = split /\s+/, $line; if ($line =~ m/\.dpkg-/ || $line =~ m/path inode=/ || $fd eq 'DEL') { - my ($process, $pid, $user, undef, undef, undef, undef, $path, $rest) = split /\s+/, $line; next if $path =~ m#^/proc/#; next if $path =~ m#^/var/tmp/#; next if $path =~ m#^/SYS#; |