Search found 23 matches

by martin09
Wed Jul 25, 2018 5:59 am
Forum: Open Source Nagios Projects
Topic: Windows 2012 R2 SQL Cluster monitoring(NAGIOS)
Replies: 1
Views: 536

Windows 2012 R2 SQL Cluster monitoring(NAGIOS)

Hi There,

We have 2 Windows Databases which has an SQL cluster setup. May I just ask if it is possible to monitor the SQL cluster?. Is there any plugin to monitor this?

Thanks!
by martin09
Thu Nov 09, 2017 12:27 am
Forum: Open Source Nagios Projects
Topic: graphviz installation issues
Replies: 5
Views: 2972

Re: graphviz installation issues

Hi

Everything works fine now. You may now close this thread please. Thanks!
by martin09
Thu Oct 26, 2017 4:36 am
Forum: Open Source Nagios Projects
Topic: Check_esx.pl plugin issue
Replies: 3
Views: 2117

Re: Check_esx.pl plugin issue

Hi This is for Nagios Core ver 3.5.1 Here's how I defined the via command.cfg define command { command_name check_esx_cpu command_line $USER1$/check_esx.pl -H $HOSTADDRESS$ -u $ARG1$ -p $ARG2$ -l cpu -s usage -w $ARG3$ -c $ARG4$ } And here's how I defined it using the check command define service { ...
by martin09
Mon Oct 23, 2017 11:39 pm
Forum: Open Source Nagios Projects
Topic: Check_esx.pl plugin issue
Replies: 3
Views: 2117

Check_esx.pl plugin issue

Hi I'm having issues with the plugin "check_esx" in checking vitrual machines. Do you have any idea what's causing this?. Here's the Error i'm getting while the plugin is executed CHECK_ESX.PL CRITICAL - Error: Server version unavailable at 'https://xxx.xx.xx.x:443/sdk/vimService.wsdl' -Th...
by martin09
Mon Oct 23, 2017 11:34 pm
Forum: Open Source Nagios Projects
Topic: graphviz installation issues
Replies: 5
Views: 2972

Re: graphviz installation issues

Hi Scott,

Thanks for the response. you're suggestion works!. :)
by martin09
Mon Oct 09, 2017 2:34 am
Forum: Open Source Nagios Projects
Topic: graphviz installation issues
Replies: 5
Views: 2972

graphviz installation issues

Hi I've been trying to install graphviz on centos 5.7 however i came accross with this output when doing "yum install graphviz". Pls see details below. I hope you may able to help me with this. graphviz-stable/primary_db | 35 kB 00:00 http://www.graphviz.org/pub/graphviz/stable/redhat/el7/...
by martin09
Fri Oct 06, 2017 5:03 am
Forum: Open Source Nagios Projects
Topic: Nagios::plugin modue installation issue
Replies: 5
Views: 6942

Re: Nagios::plugin modue installation issue

Hi, Just want to share on how i resolved this issue. I installed the Nagios::Monitoring::Plugin manually via cpan, I downloaded the module on cpan.org, however upon installation I also needed to install all the other prerequisites that's needed by Nagios::Monitoring::Plugin to work. After that I als...
by martin09
Tue Jun 06, 2017 12:55 am
Forum: Open Source Nagios Projects
Topic: Nagios::plugin modue installation issue
Replies: 5
Views: 6942

Re: Nagios::plugin modue installation issue

Hi I tried Nagios::Monitoring::Plugin but no luck again in installation. Im using any reference the internet gives; mostly "cpan -i Nagios::Monitoring::Plugin" Here's the error I'm getting: Failed 16/16 test scripts, 0.00% okay. 726/730 subtests failed, 0.55% okay. make: *** [test_dynamic]...
by martin09
Wed May 31, 2017 1:14 am
Forum: Open Source Nagios Projects
Topic: Nagios::plugin modue installation issue
Replies: 5
Views: 6942

Nagios::plugin modue installation issue

Hi I'm Having issue on the Nagios::Plugin module installation. I tried installing it through yum and cpan but still no luck. Do you have any ideas what does this mean?. or do you have any ideas how to install it properly?. I can't execute some plugins thru libexec specifically plugin for monitoring ...
by martin09
Mon Jul 18, 2016 5:27 am
Forum: Open Source Nagios Projects
Topic: Fortigate Monitoring Plugin Issue
Replies: 16
Views: 11021

Re: Fortigate Monitoring Plugin Issue

Hi Here's the command I'm using :)

From command.cfg

Code: Select all

define command{
        command_name    check_fortigate_status
        command_line    $USER1$/check_fortigate_status -H $HOSTADDRESS$ -m $ARG1$ -C $ARG2$ -M 1 -w $ARG3$ -c $ARG4$
}