Selenium 3.x and check_selenium

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.
Locked
davidjames
Posts: 1
Joined: Wed Feb 07, 2018 2:59 am

Selenium 3.x and check_selenium

Post by davidjames »

Curious to know if anyone has made any progress modifying check_selenium or constructing their own selenium check to interface with Selenium 3.x. Anyone?
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Selenium 3.x and check_selenium

Post by npolovenko »

@davidjames, We haven't as far as I know. But I'd recommend asking this question on a Developers git hub page:
https://github.com/nagios-plugins/nagio ... issues/new
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Selenium 3.x and check_selenium

Post by mcapra »

For simple "is this site working" checks, I found CasperJS to be much easier to work with:
https://github.com/mcapra/nagios-check_casperjs

The setup and maintenance of a single PhantomJS binary is much easier to manage than a Selenium node/grid. Obviously a Selenium grid has benefits if you're running thousands of tests.

I meant to do a Core/XI write-up for it, but never got around to finishing it. That plugin is very raw as of this post, but it will execute CasperJS tests and alert you if they fail.

Selenium is great (we use it at work for regression tests), but moving in the direction of being a one-stop-shop for enterprise testing of web applications rather than something used for simple monitoring.
Former Nagios employee
https://www.mcapra.com/
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Selenium 3.x and check_selenium

Post by dwhitfield »

Thanks @mcapra! OP, did you have any other questions?
Locked