Search found 2 matches

by openappPW
Mon Mar 14, 2022 3:16 am
Forum: Open Source Nagios Projects
Topic: URLs with Nagios
Replies: 1
Views: 498

Re: URLs with Nagios

You can use -

check_http -H website.address.com -w5 -c 10 (http check)
check_http -H website.address.com --ssl -w5 -c 10 (https check)
by openappPW
Sun Mar 13, 2022 10:27 am
Forum: Open Source Nagios Projects
Topic: check_http --ssl gives 403
Replies: 0
Views: 320

check_http --ssl gives 403

Hi, Been running the same checks for years now and seldom have issues. Recently did an upgrade of Nagios and the OS on it's machine and have now some issues. Was running on Debian 9.13, Nagios 4.4.3. Now on Debian 10 with Nagios 4.4.6 check_http -H host.domain.com Response gives 301 (website redirec...