Search found 20 matches

by niraj_vara
Wed Nov 05, 2014 7:23 am
Forum: Open Source Nagios Projects
Topic: check_mysql_health plugin slow query alert escape condition
Replies: 1
Views: 1929

check_mysql_health plugin slow query alert escape condition

Hi I have Nagios Core 3.4.4 installed on centos 6. I have installed the plugin check_mysql_health. I have configure check_mysql_health for slow query alert for mysql. and configuration is as below. @ nagios server side define service{ use generic-service,graphed-service ; Name of service template to...
by niraj_vara
Thu May 01, 2014 11:50 pm
Forum: Open Source Nagios Projects
Topic: not able to generate Nagios graph for apache connection
Replies: 9
Views: 2904

Re: not able to generate Nagios graph for apache connection

Hi would tell us the logic what would required in the scripts that will help to generate the nagios graph. so i can try to understand the script and add the same to generate the graph. I have checked the following diff I found with your file | 'Connections'=$count;$opt_w;$opt_c;;"; what actuall...
by niraj_vara
Thu May 01, 2014 4:47 am
Forum: Open Source Nagios Projects
Topic: not able to generate Nagios graph for apache connection
Replies: 9
Views: 2904

Re: not able to generate Nagios graph for apache connection

Hi sreinhardt This was very very great help. I am very greateful to you to spare your time to made changes on it . Really really very thankful to you. For me main file for apache connection record is check_apacheconcreq_1.1 http://exchange.nagios.org/directory/Pl ... eq/details if possible then Plea...
by niraj_vara
Tue Apr 29, 2014 11:57 pm
Forum: Open Source Nagios Projects
Topic: not able to generate Nagios graph for apache connection
Replies: 9
Views: 2904

Re: not able to generate Nagios graph for apache connection

Hi

Ohhhh I checked the link I feel that its very difficult for me to make changes on it. I am system admin and I dont much have knowledge on code side.

If you can help on this then it would be the great help from you.
by niraj_vara
Mon Apr 28, 2014 11:45 pm
Forum: Open Source Nagios Projects
Topic: not able to generate Nagios graph for apache connection
Replies: 9
Views: 2904

Re: not able to generate Nagios graph for apache connection

Hi The following link from I downloaded the same check_connections.pl http://exchange.nagios.org/directory/Plugins/Network-Connections,-Stats-and-Bandwidth/Check-Number-Of-Connections/details check_apacheconcreq_1.1 http://exchange.nagios.org/directory/Plugins/Web-Servers/Apache/check_apacheconcreq/...
by niraj_vara
Fri Apr 25, 2014 7:39 am
Forum: Open Source Nagios Projects
Topic: not able to generate Nagios graph for apache connection
Replies: 9
Views: 2904

not able to generate Nagios graph for apache connection

Hi

I have configure the following nagios plugin but I was not able to generate the Nagios graph. check_apacheconcreq check_connections.pl plugins.

From googling I found that perf data not generetad.

would anybody help how can I generate a perfdata for this two plugin ???
by niraj_vara
Fri Apr 25, 2014 2:09 am
Forum: Open Source Nagios Projects
Topic: check_connecation.pl having unknow status
Replies: 4
Views: 1600

Re: check_connecation.pl having unknow status

HI Problem is solved. actually $ARG1 and $ARG2 had issue. Right syntax is $ARG1$ and $ARG2$ ----- I missed the end $ in command,cfg file. so right entry is Command.cfg ----- define command { command_name check_connection command_line /usr/local/nagios/libexec/check_connections.pl --warning $ARG1$ --...
by niraj_vara
Fri Apr 25, 2014 12:46 am
Forum: Open Source Nagios Projects
Topic: check_connecation.pl having unknow status
Replies: 4
Views: 1600

Re: check_connecation.pl having unknow status

Hi

See it just a typo mistake. actually I tried the both first I used the -w and -c in command.cfg and then I tried the --warning and --critical also.

but getting the same error.
by niraj_vara
Thu Apr 24, 2014 12:09 am
Forum: Open Source Nagios Projects
Topic: check_connecation.pl having unknow status
Replies: 4
Views: 1600

check_connecation.pl having unknow status

Hi i have Nagios® Core™ 3.4.4 on centos. I was trying to integrate the check_connection.pl with nagios but I am getting the Unknown status. but when I run via the command prompt I was getting the output given below. /usr/local/nagios/libexec/check_connections.pl -w 20 -c 30 -u apache OK - Establishe...
by niraj_vara
Wed Apr 17, 2013 12:15 am
Forum: Open Source Nagios Projects
Topic: escalation not works
Replies: 16
Views: 7510

Re: escalation not works

Hi Srein

In nagios I had installed 8 live servers long time ago. and it was working the perfectly with e-mail and sms triggered.

Recently I was just trying for the escalation and in that I had issue. but now its working fine.

thnks you all for help and guidance.