slauger / check_netscaler

A Nagios Plugin written in Perl for the Citrix ADC (formerly Citrix NetScaler). It uses the NetScaler NITRO API.
35 stars 18 forks source link

NetScaler UNKNOWN - 501 Protocol scheme 'proxyname' is not supported #103

Closed Rivalld closed 2 years ago

Rivalld commented 2 years ago

Hello

How can i use a proxy to connect to my Netscaler?

I can't find the syntax to specify my proxy or to bypass it?

Is there a possibility?

Thanks

slauger commented 2 years ago

Hi,

this plugin is based on Perl:LWP. LWP recognizes the normal http_proxy, https_proxy and no_proxy settings. Just export the environment variables and that's it!

Cheers.

Rivalld commented 2 years ago

Thanks for the quick response :)

I had http_proxyand https_proxy setup wrong. Now it works

Thanks alot and have a nice day!