Hello,
I would like to configure the apps::protocols::http::plugin plugin to check websites through a proxy.
however after various tests I was unable to get through the proxy.
For with the following command I go through the proxy:
curl --proxy-ntlm -v -x 'proxy.here.io:8080' -U 'domain\user01:azerty$$' http://google.com/
My last test:
/usr/lib/centreon/plugins/centreon_protocol_http.pl --plugin=apps::protocols::http::plugin
--mode=response
--hostname=www.google.com
--proto='http'
--port='80'
--urlpath='/'
--warning=''
--critical=''
--proxyurl='http://proxy.here.io:8080'
--ntlmv2
--credentials
--username='domain\user01'
--password='azerty$$'
--http-backend=curl
Centreon 23.04.06 uptodate.
best regards