Re: [Nagios-users] Set up of Nagios

2006-02-22 Thread Hugo van der Kooij
On Thu, 23 Feb 2006, Rahul Thomas Varghese wrote: > I am working as a network engineer.I heard about nagios and found that > it is good monitoring tool.I want to know how to install Nagios and monitor > the servers. I have a network with most Linux servers,windows servers so i > want to know

[Nagios-users] Set up of Nagios

2006-02-22 Thread Rahul Thomas Varghese
Hi ,     I am working as a network engineer.I heard about nagios and found that it is good monitoring tool.I want to know how to install Nagios and monitor the servers. I have a network with most Linux servers,windows servers so i want to know how i could implement nagios in this type of netwo

Re: [Nagios-users] check_procs with spaces in their path?

2006-02-22 Thread Tom Healy
Thanks Steve, that is what I was not grasping, it works like a charm now! ./check_procs -c 1:1 -C 'udt' -a 'PHANTOM HQ.PROCESS.1 OTD' PROCS OK: 1 process with command name 'udt', args 'PHANTOM HQ.PROCESS. 1 OTD' -Tom On Feb 22, 2006, at 4:30 PM, Steve Shipway wrote: # ./check_procs -c 2:

RE: [Nagios-users] check_procs with spaces in their path?

2006-02-22 Thread C. Bensend
> You are confusing the program name with its arguments. > > ./check_procs -c 1:1 -C '/usr/lib/sendmail' -a '-bd -q15m' > > IE, exactly one process, with command /usr/lib/sendmail, and arguments > '-bd > -q15m' !! While I'm not the OP, I was wrestling with one of my monitored servers, trying to

RE: [Nagios-users] check_procs with spaces in their path?

2006-02-22 Thread Steve Shipway
> # ./check_procs -c 2:2 -C '/usr/lib/sendmail' > PROCS OK: 2 processes with command name '/usr/lib/sendmail' > > # ./check_procs -c 1:1 -C '/usr/lib/sendmail -bd -q15m' > PROCS CRITICAL: 0 processes with command name > '/usr/lib/sendmail -bd - q15m' > > # ./check_procs -c 1:1 -a '/usr/lib/sendm

[Nagios-users] check_procs with spaces in their path?

2006-02-22 Thread Tom Healy
Is there a way to get check_procs to look for processes with spaces in them? I've got a series of custom unidata processes that have the bonus feature of having names like: PHANTOM FOOBAR.1.2.3 HQ PROC I've tried various methods to get it to read them but none seem to work: IE: # ps -ef|g

Re: [Nagios-users] Monitoring solaris

2006-02-22 Thread Alex Moore
On Wed, 22 Feb 2006 15:11:59 + Greg Cope <[EMAIL PROTECTED]> wrote: > Hi All, > > Has anyone got any recommendations for packages choices for solaris > (2.6, 8 and 9). 2.6 is no from here. Solaris 8 and 9, yes, at www.blastwave.org. all but nsca is available today. I am finishing testing w

[Nagios-users] CGI Authorization - HTTP Server authentication

2006-02-22 Thread Juan Mera
Good afternoon, I newer with nagios. I install with minimal config and it's working. I have problem with authentication. At Service Detail Option appear this message: It appears as though you do not have permission to view information for any of the services you requested... If you believe thi

RE: [Nagios-users] Services Script

2006-02-22 Thread Andrew Cruse
> Does anyone have a script that will monitor 1 named windows > service and restart only that one service if it fails? I don't have such a script, but here's how I'd do it: Assuming you're using NRPE-NT: 1. Configure a check for the particular service you're wanting to monitor. 2. Write a

RE: [Nagios-users] check_nt binary available?

2006-02-22 Thread Steve Shipway
> You could use NSCA. This is what I'm using to monitor Windows > servers that are behind other machines. > > The key requirement is that the Windows machines can make > outgoing connections. Your Nagios server will be passive, > only listening for the incoming connections. > > I've been us

Re: [Nagios-users] Monitoring solaris

2006-02-22 Thread Luc I. Suryo
> > Has anyone got any recommendations for packages choices for solaris > (2.6, 8 and 9). > > I need to use packages as most/none of these hosts do not have a > complier suite. > > I am planning on running nagios with nrpe and nsca to then submit data > to our server (running 2.x on linux). >

[Nagios-users] Services Script

2006-02-22 Thread Barry Maclean
Does anyone have a script that will monitor 1 named windows service and restart only that one service if it fails? Many Thanks Barry --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Downlo

RE: [Nagios-users] NSClient++ Counters

2006-02-22 Thread Steve Shipway
Brian Huffman: > I'm trying to setup counters with NSClient++ and I am having > trouble with counters that have an instance. For example, > Processor->%Processor Usage has either an instance of > "_Total" or "0" for the machine that I'm using, but I can't > get either of these to work. No mat

[Nagios-users] check_smb_shares

2006-02-22 Thread Josh
I'm having some difficulty with the check_smb_shares.pl check. Everything works fine if I execute the script from the command line (however I do get a "read_socket_with_timeout: timeout read. read error = Connection reset by peer." error but the next line has the correct response "(11 Directorys,

[Nagios-users] NSClient++ Counters

2006-02-22 Thread Brian C. Huffman
All, I'm trying to setup counters with NSClient++ and I am having trouble with counters that have an instance. For example, Processor->%Processor Usage has either an instance of "_Total" or "0" for the machine that I'm using, but I can't get either of these to work. No matter what I use, this is

RE: [Nagios-users] Tru64 NRPE client for Nagios

2006-02-22 Thread Dany Allard
Think we found the issue, the NRPE client requires SSL. So we either need to find/edit a client not to use SSL, or install the required SSL packages on the server. Thanks for your help Dany Allard -Original Message- From: Ton Voon [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22

Re: [Nagios-users] Monitoring solaris

2006-02-22 Thread Guy B. Purcell
On Feb 22, 2006, at 07:11, Greg Cope wrote: Has anyone got any recommendations for packages choices for solaris (2.6, 8 and 9). I need to use packages as most/none of these hosts do not have a complier suite. Certainly you must have hosts in some development environment running those OS ve

Re: [Nagios-users] Graph links on Nagios 2.0 web interface

2006-02-22 Thread Toto Capuccino
HiDid you put the location of your serviceextinfo.cfg file inside nagios.cfg ?The proper place is in cgi.cfg and the definition is:xedtemplate_config_file=/usr/local/nagios/etc/hostextinfo.cfgxedtemplate_config_file=/usr/local/nagios/etc/ serviceextinfo.cfg2006/2/22, Efe Ohimor <[EMAIL PROTECTED]>:

Re: [Nagios-users] Graph links on Nagios 2.0 web interface

2006-02-22 Thread Efe Ohimor
Message: 12 Date: Thu, 16 Feb 2006 20:20:51 +0100 (CET) From: Hugo van der Kooij <[EMAIL PROTECTED]> Reply-To: Nagios Users Mailinglist To: Nagios Users Mailinglist Subject: Re: [Nagios-users] Graph links on Nagios 2.0 web interface   On Thu, 16 Feb 2006, Efe Ohimor wrote:   > I

RE: R: [Nagios-users] I: NSClient++ configuration problems

2006-02-22 Thread Chris Goosen
Hello... Here are some of my configs : (checkcommands.cfg) beware of wrapping # 'nt_check_disk_c' command definition define command{ command_nament_check_disk_c command_line$USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckDriveSize -a Drive=C: ShowAll=long MaxWarn=85%

[Nagios-users] check_swap always returns 100% free on HP-UX

2006-02-22 Thread Alberto
is this a bug? [node1:nagios] nagios/bin $ ./check_swap -V check_swap (nagios-plugins 1.4.2) 1.52 [node1:nagios] nagios/bin $ ./check_swap -w 10% -c 5% SWAP OK - 100% free (0 MB out of 0 MB) |swap=0MB;0;0;0;0

RE: R: [Nagios-users] I: NSClient++ configuration problems

2006-02-22 Thread Dany Allard
This is what I am running --- check_nt (nagios-plugins 1.4.2) 1.39 --- NRPE Plugin for Nagios Copyright (c) 1999-2004 Ethan Galstad ([EMAIL PROTECTED]) Version: 2.1 Last Modified: 01-19-2004 --- Hope this helps -Original Message- From: Marco Borsani [mailto:[EMAIL PROTECTED] Sent: Wedn

R: R: [Nagios-users] I: NSClient++ configuration problems

2006-02-22 Thread Marco Borsani
Dany, Do I need particular versions of check_nrpe or check_nt ? Actually I have: check_nt (nagios-plugins 1.3.1) 1.7.2.3 Check_nrpe - Version: 1.9 - Last Modified: 07-22-2003 Regards Marco -}-Messaggio originale- -}Da: [EMAIL PROTECTED] -}[mailto:[EMAIL PROTECTED] Per conto -}di Dany A

RE: [Nagios-users] Internal Server Error on Nagios 2.0

2006-02-22 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Pete Shelfo > Sent: Tuesday, February 21, 2006 3:08 PM > To: Jim Perrin > Cc: nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] Internal Server Error on Nagios 2.0 > > I f

[Nagios-users] Monitoring solaris

2006-02-22 Thread Greg Cope
Hi All, Has anyone got any recommendations for packages choices for solaris (2.6, 8 and 9). I need to use packages as most/none of these hosts do not have a complier suite. I am planning on running nagios with nrpe and nsca to then submit data to our server (running 2.x on linux). Thanks Greg

RE: R: [Nagios-users] I: NSClient++ configuration problems

2006-02-22 Thread Dany Allard
Marco Your syntax looks correct, here are a couple examples from my system.. ./check_nrpe -H hostName -c check_load NOW: Mean:0.437500% Variance: 0.114844% CUMULATIVE: Mean:0.437500% Variance: 0.114844% ./check_nt -H hostName -p 1248 -v UPTIME System Uptime - 14 day(s) 19 hour(s) 55 minute(s) Ho

[Nagios-users] Re: DEL_ALL_SVC_COMMENTS not always working?

2006-02-22 Thread Jörg Berning
First, I have to correct myself, "Trying to reproduce the problem under Nagios 1.3(AIX 5.2) did not work, Nagios worked perfectly" in my first posting in this thread is wrong, I tried to to reproduce it under Nagios 1.2(AIX 5.2), which did work. So Nagios 1.3 did not get tested with this problem

Re: [Nagios-users] check_nt binary available?

2006-02-22 Thread Rex Wickham
Hi Steve You could use NSCA. This is what I'm using to monitor Windows servers that are behind other machines. The key requirement is that the Windows machines can make outgoing connections. Your Nagios server will be passive, only listening for the incoming c

Re: [Nagios-users] Tru64 NRPE client for Nagios

2006-02-22 Thread Ton Voon
On 21 Feb 2006, at 22:33, Dany Allard wrote: Hello Everyone Does anyone have a compiled NRPE client for Tru64 5.1a? We tried to compile the source from http://altinity.blogs.com/dotorg/2005/09/22/index.html#a000694 Hi Dany, What were the errors? Our server is 5.1b Ton http://www.al

R: R: [Nagios-users] I: NSClient++ configuration problems

2006-02-22 Thread Marco Borsani
Hi May someone give me any examples of commands to use to communicate with NSClient++? I tried: ./check_nt -H 151.x.x.x -v USEDDISKSPACE -l check_disk_c Where "check_disk_c" is a line uncommented in the nsc.ini file The answer is: "wrong -l argument" Or ./check_nrpe -H 151.x.x.x -c check_users Wh