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
Hey, This helped me a lot.
This didn’t worked for me, i have changed the first 2 lines, then it worked like a charm..
ADDRESS=$(echo ${QUERY_STRING} | grep -oE “address=.*” | cut -f 1 -d “&” | cut -f 2 -d “=” | head -n1) HOST=$(echo ${QUERY_STRING} | grep -oE “(^|[?&])host=.+” | cut -f 2 -d “=” | head -n1)
Thanks, Sri