Search found 4 matches

by ssantha1985
Mon May 27, 2024 5:13 am
Forum: Nagios XI
Topic: UPS device port changes from 80 to 443
Replies: 7
Views: 2223

Re: UPS device port changes from 80 to 443

Hi team,

I have tried the options which mentioned on this https://github.com/nagios-plugins/nagio ... issues/376

no luck and seeing the same error message.

Thanks & Regards,
Santhanam
by ssantha1985
Thu May 23, 2024 3:14 am
Forum: Nagios XI
Topic: UPS device port changes from 80 to 443
Replies: 7
Views: 2223

Re: UPS device port changes from 80 to 443

Dear Sebastian, /usr/lib64/nagios/plugins/check_http -vvv -p 443 -H 10.12.7.245 -L -w 60 -c 120 -sni <A HREF="http://10.12.7.245:443/" target="_blank">POST / HTTP/1.1 User-Agent: check_http/v2.3.3 (nagios-plugins 2.3.3) Connection: close Host: 10.12.7.245:443 Accept: */* HTTP CRI...
by ssantha1985
Wed May 22, 2024 5:18 am
Forum: Nagios XI
Topic: UPS device port changes from 80 to 443
Replies: 7
Views: 2223

Re: UPS device port changes from 80 to 443

Dear gwesterman, We are already configured SSL / TSL in our nagios Server and still am using this command to query the UPS devices which are communicating with 443 throwing the error like below. /usr/lib64/nagios/plugins/check_http -H 10.12.7.245 -p 443 -L -w 60 -c 120 -S <A HREF="https://10.12...
by ssantha1985
Mon May 20, 2024 7:10 am
Forum: Nagios XI
Topic: UPS device port changes from 80 to 443
Replies: 7
Views: 2223

UPS device port changes from 80 to 443

Dear team, There is a requirement to change the port from 80 to 443 for few UPS devices which am getting this error message if its port 80 then seeing this output ./check_http -H XXx.xxx.xxx.xxx -L -w 60 -c 120 <A HREF="http://xx.xx.xx.xx:80/" target="_blank">HTTP OK: HTTP/1.1 20...