Selenium JAR server best practices

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Selenium JAR server best practices

Post by dlukinski »

Hello XI Support

What is the best practice of running Selenium server (2.53) on remote Linux servers?
- which account should be used?
- Should we autostart one (how with java?)
- Should we cron one (does it create other instances or find one already running?)
- Should we monitor one via event handler (and restart if stopped/crashed)?

Thank you
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Selenium JAR server best practices

Post by tmcdonald »

Most of these questions are best asked on a forum dedicated to Selenium. We have documentation for how to use it, but we're not the experts by any means.

In regards to the last question about event handlers, you wouldn't typically use an event handler to check a service. A simple service attached to a host should suffice, but you can certainly use an event handler as you suggested the restart it.
Former Nagios employee
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: Selenium JAR server best practices

Post by dlukinski »

tmcdonald wrote:Most of these questions are best asked on a forum dedicated to Selenium. We have documentation for how to use it, but we're not the experts by any means.

In regards to the last question about event handlers, you wouldn't typically use an event handler to check a service. A simple service attached to a host should suffice, but you can certainly use an event handler as you suggested the restart it.
Could you please help with SELENIUM forum link?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Selenium JAR server best practices

Post by rkennedy »

There appears to be many different Selenium forums online, but I'm not sure which one is official. Perhaps one of them will help, though.

https://www.google.com/#q=selenium+forum
Former Nagios Employee
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: Selenium JAR server best practices

Post by dlukinski »

rkennedy wrote:There appears to be many different Selenium forums online, but I'm not sure which one is official. Perhaps one of them will help, though.

https://www.google.com/#q=selenium+forum
Please close this support thread
Locked