[Nagios-users] Scheduled Downtime Seg Fault

2006-05-12 Thread David Schlecht
Hi All, We've recently upgraded to v2.2. For the most part, we're very happy with the Nagios product. However, there has been an outstanding problem that we keep hoping to see fixed. The Scheduled Downtime feature is unusable at our site because it often causes a seg fault, crashing Nagios

Re: [Nagios-users] Scheduled Downtime Seg Fault

2006-05-12 Thread Az
We had a similar issue with v1.3, but it was when we injected shutdown commands externally. Oddly, using the web interface didnt cause the issue. The format of the external command was fine. I haven't retested it with v2.x yet. --- Using To

[Nagios-users] Scheduled Downtime Seg Fault

2006-05-12 Thread David Schlecht
Hi All, We've recently upgraded to v2.2. For the most part, we're very happy with the Nagios product. However, there has been an outstanding problem that we keep hoping to see fixed. The Scheduled Downtime feature is unusable at our site because it often causes a seg fault, crashing Nagios

[Nagios-users] check_log

2006-05-12 Thread David Garvey
Hello: Newbie question here:   Is it possible to perform a check_log on a remote host and check to see if the log tail is scrolling? I have a perl script to parse for strings but I need to be able to identify if the logs are advancing?   Many Thanks, David

Re: [Nagios-users] Memory Leak on Nagios 2.3 ?

2006-05-12 Thread Matthias Eble
[EMAIL PROTECTED] schrieb: > > Hi > > Running Nagios 2.3 and Plugins 1.4.3 on a CRUX 2.2 Distro > The Server is a HP320 with 1 GB Ram > > I wondering if there is a known bug in Nagios 2.3 with a memory Leak ? > With 1GB The Server use 950MB and free are 48MB > I tried to "tune" nagios after i rea

[Nagios-users] Memory Leak on Nagios 2.3 ?

2006-05-12 Thread Jorg . Schulz
Hi Running Nagios 2.3 and Plugins 1.4.3 on a CRUX 2.2  Distro The Server is a HP320 with 1 GB Ram I wondering if there is a known bug in Nagios 2.3 with a memory Leak ? With 1GB The Server use 950MB and free are 48MB I tried to "tune" nagios after i read the Documents for Nagios BTW i run

RE: [Nagios-users] Hide certain 'Criticals'

2006-05-12 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, May 11, 2006 10:00 PM > To: nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] Hide certain 'Criticals' > > Quoting Steve Shipway <[EMAI

Re: [Nagios-users] Problems with check_disk_smb

2006-05-12 Thread Hugo van der Kooij
On Fri, 12 May 2006, Miguel Faria wrote: > define command{ > command_namecheck_disk_smb > command_line * $USER1$/check_disk_smb -H $HOSTADDRESS$ -s > $ARG1$ -u $ARG2$ -p $ARG3$* > } This is not a valid commandline. Loose the * in front and in the back. And try to us

[Nagios-users] Ingo Lantschner/EDVG ist außer Haus.

2006-05-12 Thread Ingo Lantschner
Ich werde ab 12.05.2006 nicht im Büro sein. Ich kehre zurück am 29.05.2006. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an meine Kollegen Rudolf Kanov (DW 1290) oder Sven Bison (DW 1314) oder an die EDVg Serviceline (01) 59907 DW 9970.

[Nagios-users] checking/limiting event handler execution

2006-05-12 Thread Matthias Eble
Hi list, I'm currently setting up service checks with event handlers. The special thing is that I need multiple checks for one service (two tcp ports and one http check) and the event handler has to restart the service if one check fails. The event could be called multiple times if more than o

Re: [Nagios-users] Problems with check_disk_smb

2006-05-12 Thread Miguel Faria
Ok, script definition: #'check_disk_smb command definition define command{ command_namecheck_disk_smb command_line * $USER1$/check_disk_smb -H $HOSTADDRESS$ -s $ARG1$ -u $ARG2$ -p $ARG3$* } on the service: define service{ use ge

Re: [Nagios-users] Minor timeperiods question.

2006-05-12 Thread Miguel Faria
Why not try 23:00 - 08:00? It may work even when the day changes. jeff vier wrote: The question is the midnight minute. Which is correct? define timeperiod { timeperiod_name thirdshift alias Third Shift sunday 23:00-24:00 monday 00:00-08:00,23:00-24:00 tue

[Nagios-users] Problems with check_disk_smb

2006-05-12 Thread Miguel Faria
Hi Guys, I recently installed Nagios 2.3 along-side the old Nagios 1.2. On the 1.2 the check_disk_smb script works fine, but on the 2.3 it gives the error 'invalid share name '. I run the the command using the 2.3's version of the script and it works fine. Am I missing something here?