How to login in to http website and check the pages

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: How to login in to http website and check the pages

Post by tmcdonald »

This is one of those problems that only gets worse as web sites get more complex. Simply put, check_http and curl aren't going to cut it. Chances are there is some Javascript being executed that builds the page or submits the form, and for that you need a true synthetic transaction engine as @eloyd and @mcapra said. I personally am a fan of TestCafe, but Selenium or CasperJS should work as well.
Former Nagios employee
Locked