Forum Discussion
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
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
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com