24-Nov-2021 12:58
Hi all,
pls I want to create SNI , NTLM monitor with calling:
curl-apd -k --ntlm --user "dom\test:P@ssw0rd:" --resolve $HOST:$PORT:$NODEhttps://test.cz//SiteAssets/available.txt -http1.1 | grep -i "${RECV}" > /dev/null 2>&1
STATUS=$?
rm -f $PIDFILE
if [ $STATUS -eq 0 ]
then
echo "UP"
fi
but monitor is unhelathy . If I try run this sequence from f5 shell return up. Pls wehere is trouble ? Is possible from monitor call site with NTL authentication ?
curl-apd -k --ntlm --user "dom\test:P@ssw0rd:" https://test.cz//SiteAssets/available.txt --http1.1|grep ...
thanx
27-Nov-2021 05:02
so if you run it yourself it returns up, but when use as an external monitor you don't get an up but down?
you did go through the steps of creating an external monitor as discussed here?
https://devcentral.f5.com/s/articles/External-Monitor-Information-and-Templates