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
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.