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
./check_file.sh: line 64: 0: command not found
when the result of the script should give me the ok result (files are newer and bigger than the arguments)…
What’s the problem with this case ?
[[ $TDIFm -lt $FMXT ]] && $((NEWC++)) && CRIT=’no’ [[ $SIZE -lt $FSZM ]] && WARN=’yes’