Forum Discussion

FalconG's avatar
FalconG
Icon for Nimbostratus rankNimbostratus
Nov 24, 2021

cucl and NTLM authentication

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

1 Reply

  • 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