Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@ashish.chandra
Favorites0
Views
Projects0
In formation of command a hyphen is missing ; that causes the cmd to always return zero . in mmin we need to provide (-) to ruun the command properly. Expected :$CMD = "/bin/find " . $pattern . " -type f -mmin " . -$mmin . " 2>/dev/null| /usr/bin/wc -l"; Otherwise the plugin is excellent and runs great.
Reviewed 12 years ago