Search found 3722 matches

by mcapra
Wed Jun 01, 2016 9:49 am
Forum: Open Source Nagios Projects
Topic: HP Switch 2530
Replies: 8
Views: 4737

Re: HP Switch 2530

Glad you were able to find a solution! Locking and marking as resolved.
by mcapra
Wed Jun 01, 2016 9:18 am
Forum: Open Source Nagios Projects
Topic: Deploy Nagios Core with the Security
Replies: 7
Views: 3142

Re: Deploy Nagios Core with the Security

Closing this. Let us know if you need additional assistance!
by mcapra
Wed Jun 01, 2016 9:06 am
Forum: Nagios XI
Topic: Selenium script issue.
Replies: 31
Views: 6773

Re: Selenium script issue.

Were you able to successfully create and use the test case (named "simpletest") provided in the documentation? Depending on the nature of the servlet you are attempting to access (/worksitemp/index.jsp), wait_for_page_to_load and other event-based waits can have some unexpected behavior wi...
by mcapra
Wed Jun 01, 2016 8:58 am
Forum: Nagios XI
Topic: Installing XI
Replies: 4
Views: 1085

Re: Installing XI

Let us know if you need additional assistance!
by mcapra
Tue May 31, 2016 9:23 am
Forum: Nagios XI
Topic: Integrating SELENIUM with NAGIOS XI
Replies: 13
Views: 769

Re: Integrating SELENIUM with NAGIOS XI

I can confirm that the documentation is being written for CentOS 7.
by mcapra
Tue May 31, 2016 9:05 am
Forum: Open Source Nagios Projects
Topic: Nagios Installation
Replies: 3
Views: 2136

Re: Nagios Installation

Let us know if you need additional assistance after trying the guide!
by mcapra
Wed May 25, 2016 3:50 pm
Forum: Nagios Log Server
Topic: Alerts not triggert
Replies: 9
Views: 392

Re: Alerts not triggert

Glad you were able to find a solution! Closing this up
by mcapra
Wed May 25, 2016 10:03 am
Forum: Open Source Nagios Projects
Topic: Nagios Sound alarms and notifications
Replies: 2
Views: 1607

Re: Nagios Sound alarms and notifications

Am I right in understanding that you were able to solve your problem? Is it ok if I lock this thread and mark the issue as resolved?
by mcapra
Wed May 25, 2016 9:50 am
Forum: Open Source Nagios Projects
Topic: NAGIOS 4.1.1 & CPAN & check_vmware_api
Replies: 2
Views: 3400

Re: NAGIOS 4.1.1 & CPAN & check_vmware_api

Nagios::Plugin doesn't exist in the cpan directory system anymore. This is why you are unable to install it through cpan. Could you try running the following: apt-get install libnagios-plugin-perl And see if ./check_vmware_api.pl works as intended? This solved the problem on my Debian 7 system. If i...