Ad Widget

Collapse

HTTP proxy on web monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akbar415
    Senior Member
    • May 2015
    • 119

    #1

    HTTP proxy on web monitoring

    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

    HTML Code:
    http://user.squid:[email protected]:3128
    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

    Code:
    curl -x http://user.squid:[email protected]:3128 --proxy-ntlm -L "www.google.com"
    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 ?
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    i believe that's not supported at this time. you might want to create a new feature request at https://support.zabbix.com/browse/ZBXNEXT
    Zabbix 3.0 Network Monitoring book

    Comment

    • akbar415
      Senior Member
      • May 2015
      • 119

      #3
      No NTLM Proxy

      Originally posted by richlv
      i believe that's not supported at this time. you might want to create a new feature request at https://support.zabbix.com/browse/ZBXNEXT
      You are alright @richlv. Zabbix (even 3.0 version) don't support proxy basic authentication. This is weird because zabbix web scenario is based on libcurl and libcurl can be used with NTLM.
      Last edited by akbar415; 16-08-2016, 19:05.

      Comment

      Working...