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
no need of except changing the get_stats function to …
thx OWen
get_stats() { RESULT=`echo “stats” | nc $2 $3` STATS=`echo “$RESULT” | grep “${1}”|sed -e ‘s/r//’` printf “%sn” “$STATS” return $__RET }