Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Benj
./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'
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'