Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

jpvhack

Reviews(2)
byjpvhack, March 3, 2020
1 of 2 people found this review helpful
check_selenium_docker
Hello, I followed this guide:

https://github.com/opsdis/check_selenium_docker

My computer: CentOS Linux version 7.7.1908 (Core)

My error:
[root@MVCCR:/opt/plugins/custom]# ./check_selenium_docker.py /opt/plugins/custom/selenium/google.com/
CRITICAL: Failed 1 of 1 tests. Error message: ? Default Suite › google

TimeoutError: Waiting for element to be located By(css selector, .bkWMgd:nth-child(1) .g:nth-child(1) .LC20lb)
Wait timed out after 15150ms

at ../../usr/lib/node_modules/selenium-side-runner/node_modules/selenium-webdriver/lib/webdriver.js:841:17
| 'passed'=0;;;; 'failed'=1;;;; 'exec_time'=22s;;;;
Owner's reply

Hi jpvhack,

The error message indicates that there is an issue with the test rather than the plugin.

Is the test successful when you run it in the Selenium IDE?

Best regards

Hello!,

Great plugin, but I'm finding the following error when wanting to check the local license

./check_netscaler.pl -H x.x.x.x -s -C license -n FID__XXXX.lic -u user -p password -w 30 -c 10
NetScaler UNKNOWN - { "errorcode": 2138, "message": "Not authorized to execute this command [show system file FID__XXXX.lic -fileLocation \"\/nsconfig\/license\"]", "severity": "ERROR" }

And when using user nsmonitor:

NetScaler OK - license: CNS_SSE_SERVER never expires; CNS_V5_SERVER never expires;¿?¿?¿
Owner's reply

Make sure that your monitoring user has the permissions to execute the NITRO command "systemfile". This mostly means to give the user full administrative permissions to your NetScaler.

This is necessary because (currently) there is no native API endpoint to get informations about your installed license file.