Page 1 of 1

NAGIOS -SELENIUM

Posted: Tue Dec 13, 2016 10:36 am
by jbenguria
Hi

I'm doing integration Nagios with Selenium . I would like to understand plugin check_selenium .
I use this plugin: https://assets.nagios.com/downloads/nag ... ios-XI.pdf

This plugin read of Selenium's log ?

Thanks in advance

Re: NAGIOS -SELENIUM

Posted: Tue Dec 13, 2016 11:20 am
by mcapra
jbenguria wrote: This plugin read of Selenium's log ?
Basically, yes. check_selenium looks over the output of a Selenium test case (written in Perl) for the phrase ERROR and will produce a CRITICAL state if ERROR is found in the output.

Re: NAGIOS -SELENIUM

Posted: Sat Jan 28, 2017 4:23 am
by jbenguria
thanks very much

Re: NAGIOS -SELENIUM

Posted: Mon Jan 30, 2017 10:26 am
by mcapra
Sure thing! Is it alright if we lock this thread and mark the issue as resolved?