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
Good but in newer versions you have to change following lines:
ORIG: RESULT=”$(echo get NaGiOs_ChEcK_FiLe | tftp $HOST 2>&1 | head -n 1)” TO RESULT=”$(echo get NaGiOs_ChEcK_FiLe | tftp -v $HOST 2>&1 | grep Received)”
ORIG: RESULT=”$(echo get $FILENAME | tftp $HOST 2>&1 | head -n 1)” TO: RESULT=”$(echo get $FILENAME | tftp $HOST 2>&1 | grep Received)”
ORIG: *”Received “*” bytes in “*” seconds”) TO: *”Received “*” bytes in “*” seconds”*)
Than it will work fine again!
Klaus Tachtler.