Hello,
We would like to monitor websites that have secure logins. Is there a way to setup the monitor to tell if it is up after the login! I would like to see what the website is doing after the login!
Nagios shows the website is up, but we want to step through the secure login and show up. we used the wizard to set it up and put the user and password but it keep showing it is up even when we put the wrong username or password still show ups.
Website step through monitoring
Re: Website step through monitoring
Hi,
I talked to my teammate (Sean) regarding "check_http" used in the wizard, which used "basic auth" (handled by apache/IIS).
I think your site is using "form based auth" (NTLM/o365 auth/2-factor), which will not work with this wizard.
You could try searching Nagios Exchange page below and see if there is one that might fit your need:
https://exchange.nagios.org/
Sean also provided the URL below which talked about webinject that you might want to look at:
https://support.nagios.com/kb/article/w ... s-897.html
Best Regards,
Vinh
I talked to my teammate (Sean) regarding "check_http" used in the wizard, which used "basic auth" (handled by apache/IIS).
I think your site is using "form based auth" (NTLM/o365 auth/2-factor), which will not work with this wizard.
You could try searching Nagios Exchange page below and see if there is one that might fit your need:
https://exchange.nagios.org/
Sean also provided the URL below which talked about webinject that you might want to look at:
https://support.nagios.com/kb/article/w ... s-897.html
Best Regards,
Vinh