How to login to https website and check web pages?
Posted: Tue Aug 25, 2015 11:25 am
Hello:
We are using Nagios XI 2014R2.7.
There is a server and website that is crucial to our organization that we access but do not host (hosted by another University).
The Up.Time monitoring service we have (but needs to be decommissioned) authenticates to the website and then checks some pages to verify that the web pages are valid and up and running fine. This worked up until a couple of weeks ago when the host removed SSL2 and SSL3 access, and our version of Up.Time doesn't accommodate TLS.
Is there some Nagios XI documentation which provides how to do that kind of check?
The following is some information on how our Up.Time was checking things:
page0
POST https://<website>:443/psp/<edited>/<edited>/<edited>/?cmd=login&languageCd=ENG
POST-DATA timezoneOffset=360&userid=<edited>&pwd=<edited>
GET https://<website>:443/psp/<edited>/<edited>/<edited>/h/?tab=DEFAULT
GET https://<website>:443/psp/<edited>/<edited>/<edited>/h/?cmd=getCachedPglt&pageletname=MENU&tab=DEFAULT&PORTALPARAM_COMPWIDTH=Narrow&ptlayout=N
CHK login attempted
page1
GET https://<website>:443/psp/<edited>/<edited>/<edited>/?cmd=logout
GET https://<website>:443/<edited>/signin.css
GET https://<website>:443/<edited>/images/<edited>.gif
GET https://<website>:443/<edited>/images/<edited>.gif
GET https://<website>:443/<edited>/images/<edited>.gif
CHK logout attempted
Thank you in advance for your assistance.
We are using Nagios XI 2014R2.7.
There is a server and website that is crucial to our organization that we access but do not host (hosted by another University).
The Up.Time monitoring service we have (but needs to be decommissioned) authenticates to the website and then checks some pages to verify that the web pages are valid and up and running fine. This worked up until a couple of weeks ago when the host removed SSL2 and SSL3 access, and our version of Up.Time doesn't accommodate TLS.
Is there some Nagios XI documentation which provides how to do that kind of check?
The following is some information on how our Up.Time was checking things:
page0
POST https://<website>:443/psp/<edited>/<edited>/<edited>/?cmd=login&languageCd=ENG
POST-DATA timezoneOffset=360&userid=<edited>&pwd=<edited>
GET https://<website>:443/psp/<edited>/<edited>/<edited>/h/?tab=DEFAULT
GET https://<website>:443/psp/<edited>/<edited>/<edited>/h/?cmd=getCachedPglt&pageletname=MENU&tab=DEFAULT&PORTALPARAM_COMPWIDTH=Narrow&ptlayout=N
CHK login attempted
page1
GET https://<website>:443/psp/<edited>/<edited>/<edited>/?cmd=logout
GET https://<website>:443/<edited>/signin.css
GET https://<website>:443/<edited>/images/<edited>.gif
GET https://<website>:443/<edited>/images/<edited>.gif
GET https://<website>:443/<edited>/images/<edited>.gif
CHK logout attempted
Thank you in advance for your assistance.