Re: [Nagios-users] Why do I get these socket timeouts?!?!

2006-07-27 Thread Steve Shipway
> > CHECK_NRPE: Socket timeout after 10 seconds. This is the check_nrpe timing out. There are 3 or 4 timeouts to check -- 1)Service checks have a global timeout in nagios.cfg. This is usually about 30sec 2)check_nrpe has a timeout specified by -t. This is usually 10sec. 3)The remote nrpe agen

Re: [Nagios-users] defining a hostgroup

2006-07-27 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of nagios > Sent: Thursday, July 27, 2006 9:12 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] defining a hostgroup > > Hello, > > I currently setup hostgroups.cfg in which I hav

Re: [Nagios-users] how to string commands?

2006-07-27 Thread Hugo van der Kooij
On Thu, 27 Jul 2006, nagios wrote: > I am defining a template for my linux machines. I'd like the > check_command for that template to have it check ping, local drive, pop, > httpd, etc How can I string them together? Would something like this > work: > > check_command check-host-alive; check-

Re: [Nagios-users] not receiving the nagios notifications

2006-07-27 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe > Tocchetto > Sent: Wednesday, July 26, 2006 2:54 PM > To: Marc Powell > Cc: Nagios Users Mailinglist > Subject: Re: [Nagios-users] not receiving the nagios notifications > > Hi Marc > > Thaks f

[Nagios-users] defining a hostgroup

2006-07-27 Thread nagios
Hello, I currently setup hostgroups.cfg in which I have the following: define hostgroup{ hostgroup_name linux alias Linux } When I run the -v test to see if everything is alright before turning on Nagios, it throws the following error: Invalid object definition of type 'hostgroup'. Any idea wh

Re: [Nagios-users] how to string commands?

2006-07-27 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of nagios > Sent: Thursday, July 27, 2006 8:26 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] how to string commands? > > Hello, > > I am defining a template for my linux machin

[Nagios-users] how to string commands?

2006-07-27 Thread nagios
Hello, I am defining a template for my linux machines. I'd like the check_command for that template to have it check ping, local drive, pop, httpd, etc How can I string them together? Would something like this work: check_command check-host-alive; check-pop; etc.. or do I need to use comm

Re: [Nagios-users] Main page displaying old data intermittently

2006-07-27 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Guy Knights > Sent: Thursday, July 27, 2006 8:10 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Main page displaying old data intermittently > > I'm having a problem with the

Re: [Nagios-users] how to resote logs on upgraded nagios server

2006-07-27 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of [EMAIL PROTECTED] > Sent: Thursday, July 27, 2006 7:48 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] how to resote logs on upgraded nagios server > > Hi all, > > I

[Nagios-users] Main page displaying old data intermittently

2006-07-27 Thread Guy Knights
I'm having a problem with the status display on the service detail page for our nagios server. We had some systems that were fluctuating, and I was clicking between the 'service detail' page and the 'All problems' link on that page. The service details page would show various services down, I w

[Nagios-users] how to resote logs on upgraded nagios server

2006-07-27 Thread VINAY_SHARMA
Hi all, I upgraded my old nagios server from 1.x to 2.x on new linux box.how can i move my old logs from old server to new server.i was just copied all logs files from old to new.but its not working. thanks in advance. Thanks & regards ** Vinay Sharm

Re: [Nagios-users] advise on upgrage?

2006-07-27 Thread Ali Moreno
#aptitude install mondo mondo-docExcelent ;)-- Alí MorenoDirección de Proyectos ITLink Technologies, C.A.www.linktechno.com0414 1442444 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: [Nagios-users] plugns

2006-07-27 Thread Aaron Segura
Lag ftw.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Segura Sent: Wednesday, July 26, 2006 11:54 AM To: [EMAIL PROTECTED] Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] plugns   It is working as expected… It’s expecting to check F

Re: [Nagios-users] plugns

2006-07-27 Thread Aaron Segura
It is working as expected… It’s expecting to check FREE space, not USED space.   check_disk (nagios-plugins 1.4.2) 1.57 Copyright (c) 1999 Ethan Galstad <[EMAIL PROTECTED]> Copyright (c) 1999-2004 Nagios Plugin Development Team     <[EMAIL PROTECTED]>   This plugin checks t

[Nagios-users] advise on upgrage?

2006-07-27 Thread Robert Snyder
Hi, I am currently running Nagios 2.2 on an Mac OS X box. I used the instructions from Mark Duling, and the darwin ports site. It has been running since April and appears to be working just fine. I finally added parent relationships, and broke up my all inclusive minimal.cfg file into individua

Re: [Nagios-users] Nagios disaster recovery plan!

2006-07-27 Thread Max H.
Colby Williams wrote: > Has any one come up with a way to back up important Nagios files? > > Files like: > > *.cfg and httpd.conf > We check all the files in and out with svn. On top of that, I keep a CentOS server CD load running as a virtual machine on VMware. In case the live box goes dow

Re: [Nagios-users] Nagios disaster recovery plan!

2006-07-27 Thread Colby Williams
I think rsync will be the best choice.Current thoughts:I will use rsync to backup my files and setup a cron job to run everynight.I actually think that I can do the afore mentiones to back up my files and use "Norton's Ghost" to back up the server to a DVD. Bigger Picture:  If Nagios goes down, I c

Re: [Nagios-users] Nagios disaster recovery plan!

2006-07-27 Thread subscribe
The filesystem backup in webmin works ok.  I haven’t tried it but rsync should work well also.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Colby Williams Sent: Thursday, July 27, 2006 10:44 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Nagios

Re: [Nagios-users] using 'check_log ' to find and not find

2006-07-27 Thread Gerhard Lausser
Hi Ryan and all others, > i have been looking around a bit, but haven't found anything. > anyone know if there is a version of check_log floating > around that will allow me to do a find and a not find? i just released check_logfiles 1.3.2 which is capable of what you're looking for. http://sour

Re: [Nagios-users] recurring scheduled downtime?

2006-07-27 Thread Aaron Segura
http://www.nagiosexchange.org/Downtimes.38.0.html?&tx_netnagext_pi1[p_vi ew]=628 I wrote a little utility to do just that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Randall Perry Sent: Thursday, July 27, 2006 12:08 PM To: Nagios Users Mailinglist Su

Re: [Nagios-users] recurring scheduled downtime?

2006-07-27 Thread Randall Perry
> On Thu, 27 Jul 2006, Randall Perry wrote: > >> I have cron jobs which run around 12am daily, pushing running processes to >> over 300 for a brief time. >> >> I'd like to schedule downtime daily between 12:00-12:15am. I don't see a way >> to do this with the GUI. Would I have to write a script t

Re: [Nagios-users] recurring scheduled downtime?

2006-07-27 Thread Hugo van der Kooij
On Thu, 27 Jul 2006, Randall Perry wrote: > I have cron jobs which run around 12am daily, pushing running processes to > over 300 for a brief time. > > I'd like to schedule downtime daily between 12:00-12:15am. I don't see a way > to do this with the GUI. Would I have to write a script to accompli

Re: [Nagios-users] recurring scheduled downtime?

2006-07-27 Thread Joerg Linge
Am Donnerstag, 27. Juli 2006 20:07 schrieb Randall Perry: > I have cron jobs which run around 12am daily, pushing running processes to > over 300 for a brief time. > > I'd like to schedule downtime daily between 12:00-12:15am. I don't see a > way to do this with the GUI. Would I have to write a scr

[Nagios-users] recurring scheduled downtime?

2006-07-27 Thread Randall Perry
I have cron jobs which run around 12am daily, pushing running processes to over 300 for a brief time. I'd like to schedule downtime daily between 12:00-12:15am. I don't see a way to do this with the GUI. Would I have to write a script to accomplish it? -- Randall Perry sysTame Xserve Web Hosti

Re: [Nagios-users] statusmap.cgi *refuses* to compile

2006-07-27 Thread Martin J. Green
Let me just rebuild gd (used stock package) myself & see if it fixes, if not I'll post error. Update: fixed. Looks like whoever compiled stock gd lib didn't include png support :) Martin -Original Message- From: Morris, Patrick [mailto:[EMAIL PROTECTED] Sent: 27 July 2006 17:33 To: Mart

Re: [Nagios-users] statusmap.cgi *refuses* to compile

2006-07-27 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Martin J. Green > Sent: Thursday, July 27, 2006 9:30 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] statusmap.cgi *refuses* to compile > > ON slackware 10.2, kernel 2.6 with g

[Nagios-users] statusmap.cgi *refuses* to compile

2006-07-27 Thread Martin J. Green
ON slackware 10.2, kernel 2.6 with glibc 2.3.6 CFLAGS="-O3 -march=pentium4 -mtune=pentium4 -fomit-frame-pointer" CXXFLAGS=$CFLAGS ./configure --prefix=/usr --sysconfdir=/etc/nagios --localstatedir=/var/nagios --sbindir=/var/nagios/cgi --libexecdir=/usr/libexec/nagios --build=i686-slackware-linux -

Re: [Nagios-users] plugins

2006-07-27 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Martin J. Green > Sent: Thursday, July 27, 2006 9:10 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] plugins > > What's wrong with statuswrl - why does it try to pass me >

Re: [Nagios-users] plugins

2006-07-27 Thread Jim Perrin
On 7/27/06, Martin J. Green <[EMAIL PROTECTED]> wrote: > What's wrong with statuswrl - why does it try to pass me itself as a > file rather than processing as a cgi all the others run fine. Nothing is wrong with it. Something is wrong with your browser. As in: you're missing the vrml plugin neede

Re: [Nagios-users] plugins

2006-07-27 Thread Martin J. Green
What's wrong with statuswrl - why does it try to pass me itself as a file rather than processing as a cgi all the others run fine. :S M - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay pa

Re: [Nagios-users] Nagios disaster recovery plan!

2006-07-27 Thread Jim Perrin
On 7/27/06, Colby Williams <[EMAIL PROTECTED]> wrote: > Has any one come up with a way to back up important Nagios files? svn and cvs work rather well. It has the added benefit of a version history, so if you break something, you can roll back to a known good one with relative ease. > Files like:

[Nagios-users] [Fwd: Re: Nagios disaster recovery plan!]

2006-07-27 Thread Maccy
--- Begin Message --- On Thu, 2006-07-27 at 11:43 -0400, Colby Williams wrote: > Has any one come up with a way to back up important Nagios files? > > Files like: > > *.cfg and httpd.conf I rsync them to a disk on another system automatically each night. Mark --- End Message --- -

[Nagios-users] Nagios disaster recovery plan!

2006-07-27 Thread Colby Williams
Has any one come up with a way to back up important Nagios files?Files like:*.cfg and httpd.confColby - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to shar

[Nagios-users] CGI segfaults

2006-07-27 Thread Kyle Gordon
Hi all, I have just compiled up v2.5 on Suse Linux Enterprise Server 9.3, and installed Nagios with almost complete success. The only problem is the CGI files, that are failing to run. They segfault with the following data from strace. selinux is disabled on this machine, and I've been running the

[Nagios-users] Event-Handlers for sending SNMP traps on Nagios events?

2006-07-27 Thread Christian Hammers
Hello I'd like to send SNMP traps on Nagios evens using an event-handler script in misccommands.cfg and the Nagios MIBs I found with google. Has anybody already made event-handler scripts for this? Something that translates the various Nagios states (ACK, OK, CRITICAL) to MIB values and maybe doe

Re: [Nagios-users] How to monitor transient services?

2006-07-27 Thread Jason Martin
On Wed, Jul 26, 2006 at 10:11:09AM -0400, Janet Post wrote: > report will fail at a time, and I will want notifications sent for all > failures. I don't mind clumping them into one email -- but can NRPE > handle more than one line of return values? Nagios & NRPE only supports one line of text. >

Re: [Nagios-users] How to pronounce Nagios

2006-07-27 Thread Cook, Garry
The answer is in the FAQ. http://nagios.org/faqs/viewfaq.php?faq_id=3&expand=false&showdesc=false Thanks, Garry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kaushal Shriyan Sent: Wednesday, July 26, 2006 7:38 AM To: nagios-users@lists.sourceforge.net

Re: [Nagios-users] Graphs

2006-07-27 Thread Joerg Linge
Am Donnerstag, 27. Juli 2006 15:41 schrieb Ravi Kumar: > Hi, > I'm having issue to generate graphs. > > Here is what I'm doing. > > > firewall;internal;/usr/lib/nagios/rrd/fw-out-traffic.rrd;public:.1.3.6.1.2.1.2.2.1.10.1|public:.1.3.6.1.2.1.2.2.1.16.1;IN:LINE2 > OUT:LINE2;Network t

[Nagios-users] Graphs

2006-07-27 Thread Ravi Kumar
Hi, I'm having issue to generate graphs.   Here is what I'm doing.   firewall;internal;/usr/lib/nagios/rrd/fw-out-traffic.rrd;public:.1.3.6.1.2.1.2.2.1.10.1|public:.1.3.6.1.2.1.2.2.1.16.1;IN:LINE2 OUT:LINE2;Network throughput;bits/sec;   rrdtool create /usr/lib/nagios/rrd/fw-out-traffic.rrd

Re: [Nagios-users] How to pronounce Nagios

2006-07-27 Thread Dhawal Doshy
Kaushal Shriyan wrote: > Hi ALL > > the question is in the subject line > > Thanks and Regards > > Kaushal This is a FAQ!! http://www.nagios.org/faqs/viewfaq.php?faq_id=3 - dhawal - Take Surveys. Earn Cash. Influence th

Re: [Nagios-users] It appears as though you do not have permission

2006-07-27 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Rusch, Daniel > Sent: Wednesday, July 26, 2006 1:00 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] It appears as though you do not have permission > > All, > > Go

[Nagios-users] cpu usage question on solaris

2006-07-27 Thread loren jan wilson
I'm running Nagios 2.5 on Solaris 10. I've noticed that, no matter how many active service checks I add, cpu usage stays at about 30-40% idle for each of 2 cpus, even though service check latency skyrockets. (max_concurrent_checks is definitely set to zero.) Is this normal? I'd expect it to use a

Re: [Nagios-users] not receiving the nagios notifications

2006-07-27 Thread Marc Powell
I'm running out of ideas. Try changing your notify command_line to be -- command_line/bin/echo '/usr/bin/printf "%b" "* Nagios *\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATET

Re: [Nagios-users] It appears as though you do not have permission

2006-07-27 Thread Hugo van der Kooij
On Wed, 26 Jul 2006, Rusch, Daniel wrote: > I have nagios set up so that users must login to get to the main page. > That works Which username do you see in the apache logs? Is it identical to the name used with nagios? And I do not mean Identical but identical. (Windows users tend to forget that

Re: [Nagios-users] How to pronounce Nagios

2006-07-27 Thread David Price
Kaushal Shriyan wrote: > Hi ALL > > the question is in the subject line > > Thanks and Regards > > Kaushal > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the ch

Re: [Nagios-users] Using MRTGEXT with Nagios

2006-07-27 Thread Davor Grgicevic
the commands:       define command{    command_name    check_nwstat_l1    command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v LOAD1    }   define command{    command_name    check_nwstat_l5    command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v LOAD5    }   defin

Re: [Nagios-users] Using MRTGEXT with Nagios

2006-07-27 Thread Joerg Linge
Am Mittwoch, 26. Juli 2006 21:04 schrieb Ron Jenkins: > Is anyone using this to check Netware volume stats and notify used space > warnings and critical alerts? If so, how are you integrating it in the > Nagios configuration. Hi Ron, the Nagios plugin package contains check_nwstat which can be u

[Nagios-users] Using MRTGEXT with Nagios

2006-07-27 Thread Ron Jenkins
Is anyone using this to check Netware volume stats and notify used space warnings and critical alerts?  If so, how are you integrating it in the Nagios configuration.     Thanks…   Ron Jenkins (SnortCP, MCNE, CNE6, MCP, CCNA, CCEA) Senior Architect Data Integrity, LLC "We Integrate Peo

Re: [Nagios-users] plugns

2006-07-27 Thread Martin J. Green
Incidentally, the example given in the config file (where I got the 85 & 95%) is round the wrong way too :) -Original Message- From: Miles O'Neal [mailto:[EMAIL PROTECTED] Sent: 26 July 2006 19:28 To: Martin J. Green Cc: [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net Subject: Re: [

[Nagios-users] Monitoring from web interface

2006-07-27 Thread Mehmet Çelikel
Hello, when monitoring from apache i cant see visual items. there is no color which determines down or up states(red, green), only text about the states. i had installed nagios before but didnt had any problem like that. how can i handle this? thanks... -

[Nagios-users] Using NagiosGrapher

2006-07-27 Thread Thomas Mieslinger
Hello, the Readme of the latest NagiosGrapher told me that I can reach the authors of this wonderful software through this list. I'd like to know if it is possible to have a variable count of performance values per Service. As an example I use check_snmp_disk which sends as performance values fo