Re: [Nagios-users] Timeout Limits

2007-08-03 Thread Tom Ray [Lists]
Marc Powell wrote:
   
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Tom Ray [Lists]
 Sent: Friday, August 03, 2007 12:53 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Timeout Limits

 How do I raise the timeout limits from 10 seconds on things like the
 smtp_check, httpd_check, etc?
 

 1) if the plugin has a timeout option, typically -t but you can use
 --help to verify, modify your command{} definitions to pass it.
 2) modify the host and service check timeout options in nagios.cfg to be
 greater than your highest plugin specific timeout.
 3) reload nagios.

 --
 Marc

   

Thanks, that worked great. I'm still getting a timeout error though even 
at 30 secondswhat do you recommend for a busy mail server? 60? 120?

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Timeout Limits

2007-08-02 Thread Tom Ray [Lists]
How do I raise the timeout limits from 10 seconds on things like the 
smtp_check, httpd_check, etc?

Thanks!

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Issues installing Plugins

2006-05-26 Thread Tom Ray [Lists]
I've just installed Nagios and that seemed to have gone very well but 
when I try installing the plugins I get the following errors during the 
the make process:


then mv -f .deps/check_snmp.Tpo .deps/check_snmp.Po; else rm -f 
.deps/check_snmp.Tpo; exit 1; fi

check_snmp.c: In function `main':
check_snmp.c:341: parse error before `char'
check_snmp.c:342: `str' undeclared (first use in this function)
check_snmp.c:342: (Each undeclared identifier is reported only once
check_snmp.c:342: for each function it appears in.)
make[3]: *** [check_snmp.o] Error 1
make[3]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom/nagios-plugins-1.4.3'
make: *** [all] Error 2

I really would like to get this working, I've used nagios in the past 
and think it's a great product but I'm stumped as to why I keep getting 
this error.


Any help would be appreciated.


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Issues installing Plugins

2006-05-26 Thread Tom Ray [Lists]



Marcel Mitsuto Fucatu Sugano wrote:
Hello, comments inline... 


On Fri, 2006-05-26 at 14:30 -0400, Tom Ray [Lists] wrote:
  
I've just installed Nagios and that seemed to have gone very well but 
when I try installing the plugins I get the following errors during the 
the make process:


then mv -f .deps/check_snmp.Tpo .deps/check_snmp.Po; else rm -f 
.deps/check_snmp.Tpo; exit 1; fi

check_snmp.c: In function `main':
check_snmp.c:341: parse error before `char'
check_snmp.c:342: `str' undeclared (first use in this function)
check_snmp.c:342: (Each undeclared identifier is reported only once
check_snmp.c:342: for each function it appears in.)
make[3]: *** [check_snmp.o] Error 1
make[3]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom/nagios-plugins-1.4.3'
make: *** [all] Error 2



Try it with the -i flag:

make -i 


hth
  
Well that did it I was able to run make -i then make -i install and 
it's installed. Now it's testing time.


Thanks!


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null