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
It works but I needed to make some enhancements. Not sure how updates on NagiosExchange works so I’ll mention them here.
Removed dependacy on /usr/bin/basename
PROGNAME=$0 PROGPATH=${PROGNAME%/*} PROGNAME=${PROGNAME##*/}
Replaced -ge by -gt to allow warning/error for 0 files on directories that should be empty.