Always I try to monitor a web site through my squid proxy I receive response code 407.
Http proxy in my zabbix web scenario is
If I login in windows with this same user (user.squid) I can access the site.
Checking zabbix doc I found that is used curl to make web monitoring.
If a execute the follow in zabbix server I can check the web site with sucess
So i tried to configure login and password in WEb Scenario HTTP Authentication = NTLM but whitout sucess (
).
There is some way to tell Zabbix to use proxy-ntlm authentication ?
Http proxy in my zabbix web scenario is
HTML Code:
http://user.squid:[email protected]:3128
Checking zabbix doc I found that is used curl to make web monitoring.
If a execute the follow in zabbix server I can check the web site with sucess
Code:
curl -x http://user.squid:[email protected]:3128 --proxy-ntlm -L "www.google.com"
).There is some way to tell Zabbix to use proxy-ntlm authentication ?
Comment