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
Proposed updates CPU_DAYS=`if [[ $UTIME != *-* ]]; then echo “0”; else echo $UTIME | awk -F”-” ‘{print $1}’; fi` RUN_DAYS=`if [[ $ETIME != *-* ]]; then echo “0”; else echo $ETIME | awk -F”-” ‘{print $1}’; fi`