Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

cucl and NTLM authentication

FalconG
Nimbostratus
Nimbostratus

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 1

boneyard
MVP
MVP

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