Re: [Nagios-users] Problem starting Nagios

2009-11-10 Thread Marco Ramos
gt;> So, how do I find what it's unhappy about, with no logs and a manual >> check that indicates no problems? > > It seems likely to me that either: > > a) The config you're checking and the one the init script is telling > Nagios to load are not the same thi

[Nagios-users] Nagios with Cfengine/Puppet

2008-07-09 Thread Marco Ramos
Hi! Does anyone have experience automating Nagios with Cfengine or Puppet? How do you accomplish that? Do you integrate Nagios with your System Inventory? TIA, Marco Ramos - Sponsored by: SourceForge.net Community

Re: [Nagios-users] Soft critical state and sound alarms (Jim Avery)

2007-06-21 Thread Marco Ramos
exist...but I was thinking to modify the code of > the cgi to avoid to play on SOFT STATE. Yep, I think that's the only way if you want it to be something really integrated in Nagios. I've also hacked the code to do that and a couple of things more

Re: [Nagios-users] nagios Caught SIGSEGV, shutting down

2007-06-21 Thread Marco Ramos
Hi, try to strace it when you start it and look for potential errors. HTH, Marco Ramos On Wed, 2007-06-20 at 13:53 -0700, Kevin Zhang wrote: > > > > > I am using nagios 2.2 and RedHat 9.0. > It has been working fine until recently when sometimes I cann't start

Re: [Nagios-users] Excluding timeperiods

2007-06-19 Thread Marco Ramos
have to apply this timeperiod to every object you want. HTH, Marco Ramos - Original Message - From: "john" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 19, 2007 11:21 PM Subject: [Nagios-users] Excluding timeperiods > Hi, > I'm using nagios 2.5 and I need to

Re: [Nagios-users] Best Distro

2007-05-17 Thread Marco Ramos
t. > > Thanks for the reply!! > > > Marco Ramos wrote: >> >> Hi, >> >> well, according with the official stats >> (http://www.nagios.org/userprofiles/quickstats.php) RedHat is the most >> popular distro among Nagios users, with 30%. I must say I&#x

Re: [Nagios-users] Best Distro

2007-05-17 Thread Marco Ramos
ever had a single problem regarding the distro. HTH, Marco Ramos - Original Message - From: "Jeff Sullivan" <[EMAIL PROTECTED]> To: Sent: Thursday, May 17, 2007 10:07 PM Subject: [Nagios-users] Best Distro > Hello!! > > I have a Nagios box that croaked and I am i

Re: [Nagios-users] How to stop a scheduled download during running?

2007-05-07 Thread Marco Ramos
Hi, yep, I suggest that you use external commands: http://nagios.sourceforge.net/docs/1_0/extcommands.html HTH, Marco Ramos On Mon, 2007-05-07 at 15:18 +0200, Marco Borsani wrote: > > > Hi all > > > > I am preparing an authomatic procedure to start scheduled downl

Re: [Nagios-users] Nagios, Zabbix, OpenNMS?

2007-05-03 Thread Marco Ramos
e overhead. It is only suitable for LAN environments > though. I totaly agree with you. And using SNMP has other major advantage: you can easily combine it with rrdtool. Btw, I use Cacti as a frontend to rrdtool. Best regards, Marco Ramos > > Just my $0.02. > > > > On

Re: [Nagios-users] NRPE vs NCSA

2006-09-13 Thread Marco Ramos
Hi, On Wed, 2006-09-13 at 12:28 +0100, Hari Sekhon wrote: > Marco Ramos wrote: > > Hi, > > > > On Wed, 2006-09-13 at 12:14 +0100, Hari Sekhon wrote: > > > > > I want to extend my nagios configuration to cover things like disk space > > > on serv

Re: [Nagios-users] NRPE vs NCSA

2006-09-13 Thread Marco Ramos
Hi, On Wed, 2006-09-13 at 12:14 +0100, Hari Sekhon wrote: > I want to extend my nagios configuration to cover things like disk space > on servers etc so I need to evaluate which is better for this purpose: > NRPE or NCSA. IMHO, you should also consider SNMP. Best regards, Marco R

Re: [Nagios-users] How to Display Status Map???

2006-08-07 Thread Marco Ramos
u can help > me to solve my problem. try to do a ldd to your statusmap.cgi. I'm guessing that you haven't installed libgd, libpng or libjpg. HTH, Marco Ramos > thanks > > > > __ > Do You Yahoo!? > Tired of sp

Re: [Nagios-users] check_ping is segfaulting

2006-06-20 Thread Marco Ramos
nagios/check_ping -H 172.25.1.98 -w 100.0,20% -c 500.0,60% -p 5). Maybe this will give and idea of what's happening. I'm guessing that's some kind of issue with libresolve. HTH, Marco Ramos > comparing the two. In both cases it seems to try an DNS lookup on > the IP addr

Re: [Nagios-users] Service Groups

2006-05-31 Thread Marco Ramos
Hi, On Wed, 2006-05-31 at 11:34 +0100, Oliver Marshall wrote: > Does Nagios support service groups ? I want to create a group called Nagios 2.x does, Nagios 1.x doesn't. http://nagios.org/development/changelog.php HTH, Marco Ramos > "Fil Print Servers" which contains

Re: [Nagios-users] Checks that compare previous values

2006-05-30 Thread Marco Ramos
easy, or do I need to write a wrapper of some description for > this? No. I think the easiest way is to write a wrapper that writes each script iteration to disk so it can always compare each iteration with the previous one. I'm using this approach in some sc

Re: [Nagios-users] Errors in my log since upgrade to 2.1

2006-04-04 Thread Marco Ramos
Hi, try to tune your max_concurrent_checks and service_reaper_frequency. Take a look at http://www.nagios.org/faqs/viewfaq.php?faq_id=115 HTH, Marco Ramos On Tue, 2006-04-04 at 08:08 -0500, Gabriel Matthews wrote: > I've been > having some problems. It runs fine during the d

Re: [Nagios-users] Scheduled Host Downtime via commandline

2006-03-24 Thread Marco Ramos
Hi, yes. Check this out: http://nagios.sourceforge.net/docs/1_0/extcommands.html HTH, Marco Ramos On Fri, 2006-03-24 at 09:12 +0100, Richard Gliebe wrote: > Hi all, > > is it possible to schedule a Host Downtime via command line, and delete > this scheduled downtime also via

RE: [Nagios-users] Nagios 'Out Of Memory' Problems

2006-03-24 Thread Marco Ramos
Hi, I had some out of memory and forking problems a while ago. After some debugging I've tunned some parameters, namely service_reaper_frequency and max_concurrent_checks. Maybe this URL will help you: http://www.nagios.org/faqs/viewfaq.php? faq_id=115 HTH, Marco Ramos On Thu, 2006-03-

Re: [Nagios-users] nagios starting problem

2005-12-19 Thread Marco Ramos
ar/nagios.lock' for reading: No such file or > directory Does this directory have read/write permissions for the user nagios? HTH, Marco Ramos --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for prob

Re: [Nagios-users] nagios starting problem

2005-12-19 Thread Marco Ramos
What's the homedir of the user nagios? Is this the directory under which Nagios is installed? HTH, Marco Ramos On Mon, 2005-12-19 at 19:12 +0500, Askar Ali wrote: > I have installed nagios 2.0b6 on OS slackware, when I starts it, it > gives error... > (actaully migrated from

RE: [Nagios-users] Nagios HANGS scheduling info

2005-12-12 Thread Marco Ramos
The problem should be your max_concurrent_checks set to 0. Run "nagios - s nagios.cfg" and set the max_concurrent_check to the value suggested. This should fix it. Best regards, Marco Ramos On Mon, 2005-12-12 at 10:54 -0300, Fernando Shayani wrote: > Well, it's STILL h

RE: [Nagios-users] Nagios HANGS scheduling info

2005-12-06 Thread Marco Ramos
Try to tune your service_reaper_frequency and max_concurrent_checks values. Take a look at http://nagios.org/faqs/viewfaq.php?faq_id=115. Had the same problem a while ago and managed to solve it tunning this two options. regards, Marco Ramos On Tue, 2005-12-06 at 14:53 -0300, Fernando Shayani

Re: [Nagios-users] Possible BUG: No Service Notifications - HELP!!!

2005-12-06 Thread Marco Ramos
Do you have service escalations defined in your escalations.cfg? Do you have notifications_enabled set to 1 in the services you want? How does your services.cfg look like for the services you want to be notified? regards, Marco Ramos On Tue, 2005-12-06 at 09:51 -0500, Ron Gage wrote: >

Re: [Nagios-users] plugin check_load

2005-11-24 Thread Marco Ramos
Hi, you should use integers instead of floats. $ ./check_load -w 10,10,10 -c 15,15,15 OK - load average: 1.51, 0.94, 1.04 This works but I suggest that you use SNMP for system metrics (load, cpu, disk space, etc). It's easy to work with and it's platform independent. Regards, Marco

Re: [Nagios-users] check disks by remote

2005-11-16 Thread Marco Ramos
Hi, I'd recommend that you use SNMP. We use net-snmp agents to check disk space, load average, cpu usage, etc, and works great. regards, Marco Ramos On Wed, 2005-11-16 at 13:38 +, Miguel Faria wrote: > Hi, > > I am wondering if you could give me a clue to which plugin I