[Nagios-users] Data protector plugs

2006-02-06 Thread Toto Capuccino
Hi list,I wonder if anyone is aware of plugins that could perform checks on HP Data Protector backup software. I would like to receive a notification if backups have been performed with errors.If no ones exist, i'd like to discuss with initiates developpers the possibility for me to start writing my first plugin, as i seek to learn programming at least one language.
Thanks.-- Le bon sens est la chose du monde la mieux partagée.


[Nagios-users] Service definition with * and host-templates

2006-02-06 Thread Kai Reese
Hey list.

I'm having a slight problem with understanding templates, it seems.

I use a service definition:
## PING
define service{
host_name   *,!sv-proxy
use PING
}

where PING is:
## PING Template
define service{
host_name   PING
namePING
service_description PING
use generic
check_command   check_ping!100.0,20%!500.0,60%
register0
}

and generic is:
define service{
host_name   GENERIC
namegeneric
service_description generic
is_volatile 0
check_period24x7
max_check_attempts  3
normal_check_interval   5
retry_check_interval1
contact_groups  admin
notification_interval   120
notification_period workhours
notification_optionsc,r
register0
}


And have host definitions using templates as well.

## generic template
define host{
host_name   generic
alias   GenericTemplate
contact_groups  admin
check_command   check-host-alive
max_check_attempts  5
notification_optionsd,u,r
notification_interval   24x7
namegeneric
register0
}

## router template
define host{
use generic
host_name   router
alias   Template: Router
namerouter
register0
}


And now I keep getting mail notifications telling me:
* Nagios  *

Notification Type: PROBLEM

Service: PING
Host: Template: Router
Address: IP
State: CRITICAL

Date/Time: Mon Feb 6 09:44:32 CET 2006

Additional Info:

CRITICAL - Plugin timed out after 10 seconds



I wonder, if the name is just wrong in the notification email, because
the ip is one of the routers I use, or if I really receive a
notification about a register 0 template.

Anyone ?
Thanks, Kai


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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] Problems with NRPE

2006-02-06 Thread Kannberg, Andy
Title: Problems with NRPE





Hi,


I've got some problems with connecting to NRPE on a remote host. 


I've got Nagios running, along with the 1.4.2 plugin set and NRPE on the host (Slackware Linux)
On the remote client, a Tru64 box, the nrpe daemon runs under inet. Also, the plugins are compiled and installef.
But for some reason, NRPE on the host can't reach the nrpe daemon on the client. The message is:


Connection refused or timed out 


I've checked and checked again, but can't find any error. Anyone a good suggestion or hint ?


thanks,
Andy






Re: [Nagios-users] Problems with NRPE

2006-02-06 Thread Askar Ali
Title: Problems with NRPE




Kannberg, Andy wrote:

  
  
  
  Hi,
  
  I've got some problems with connecting to NRPE on a
remote host. 
  
  I've got Nagios running, along with the 1.4.2
plugin set and NRPE on the host (Slackware Linux)
  
  On the remote client, a Tru64 box, the nrpe daemon
runs under inet. Also, the plugins are compiled and installef.
  
  But for some reason, NRPE on the host can't reach the
nrpe daemon on the client. The message is:
  
  Connection refused or timed out 
  
  I've checked and checked again, but can't find any
error. Anyone a good suggestion or hint ?
  
  thanks,
  
  Andy
  

Add your nagios IP to nrpe.cfg on remote host ie..

allowed_hosts=




Re: [Nagios-users] Problems with NRPE

2006-02-06 Thread Johan Corsini
Hello,

Did you add the nrpe port to the list in the /etc/services file? There should 
be a line with something like that :
nrpe5666/tcp

Also, did you check with a netstat -a | grep nrpe if the port is listening?


Johan 

Le Lundi 06 Février 2006 13:53, Kannberg, Andy a écrit :
 Hi,

 I've got some problems with connecting to NRPE on a remote host.

 I've got Nagios running, along with the 1.4.2 plugin set and NRPE on the
 host (Slackware Linux)
 On the remote client, a  Tru64 box, the nrpe daemon runs under inet. Also,
 the plugins are compiled and installef.
 But for some reason, NRPE on the host can't reach the nrpe daemon on the
 client. The message is:

 Connection refused or timed out

 I've checked and checked again, but can't find any error. Anyone a good
 suggestion or hint ?

 thanks,
 Andy


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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] Problems with NRPE

2006-02-06 Thread Johan Corsini
Is there any firewall between the Nagios host and the remote one?
Did you try, from your Nagios host, something like telnet remote_host 5666?  
If you did, could you please tell us what was the result?

Johan


Le Lundi 06 Février 2006 14:13, Kannberg, Andy a écrit :
 Johan,

 Yes, the port has been added to the services file, and netstat show me that
 nrpe is listening on port 5666

  -Original Message-
  From: Johan Corsini [mailto:[EMAIL PROTECTED]
  Sent: maandag 6 februari 2006 14:07
  To: nagios-users@lists.sourceforge.net
  Subject: Re: [Nagios-users] Problems with NRPE
 
 
  Hello,
 
  Did you add the nrpe port to the list in the /etc/services
  file? There should
  be a line with something like that :
  nrpe5666/tcp
 
  Also, did you check with a netstat -a | grep nrpe if the
  port is listening?
 
 
  Johan
 
  Le Lundi 06 Février 2006 13:53, Kannberg, Andy a écrit :
   Hi,
  
   I've got some problems with connecting to NRPE on a remote host.
  
   I've got Nagios running, along with the 1.4.2 plugin set
 
  and NRPE on the
 
   host (Slackware Linux)
   On the remote client, a  Tru64 box, the nrpe daemon runs
 
  under inet. Also,
 
   the plugins are compiled and installef.
   But for some reason, NRPE on the host can't reach the nrpe
 
  daemon on the
 
   client. The message is:
  
   Connection refused or timed out
  
   I've checked and checked again, but can't find any error.
 
  Anyone a good
 
   suggestion or hint ?
  
   thanks,
   Andy
 
  ---
  This SF.net email is sponsored by: Splunk Inc. Do you grep
  through log files
  for problems?  Stop!  Download the new AJAX search engine that makes
  searching your log files as easy as surfing the  web.
  DOWNLOAD SPLUNK!
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486;

 dat=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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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] Problems with NRPE

2006-02-06 Thread Kannberg, Andy
Title: RE: [Nagios-users] Problems with NRPE







Johan, 


There are some issues when I try to telnet from the nagios host to the remote host. 
For example, a simple telnet result in 'no route to host', and when pinging the remote host, I get a 'time to live exceeded' from another IP adres, probably a router or firewall. I'll delve into this an will see if I can solve these problems.

Thanks for pointing me out on this !


andy



 -Original Message-
 From: Johan Corsini [mailto:[EMAIL PROTECTED]]
 Sent: maandag 6 februari 2006 14:27
 To: nagios-users@lists.sourceforge.net
 Subject: Re: [Nagios-users] Problems with NRPE
 
 
 Is there any firewall between the Nagios host and the remote one?
 Did you try, from your Nagios host, something like telnet 
 remote_host 5666? 
 If you did, could you please tell us what was the result?
 
 Johan
 
 
 Le Lundi 06 Février 2006 14:13, Kannberg, Andy a écrit :
  Johan,
 
  Yes, the port has been added to the services file, and 
 netstat show me that
  nrpe is listening on port 5666
 
   -Original Message-
   From: Johan Corsini [mailto:[EMAIL PROTECTED]]
   Sent: maandag 6 februari 2006 14:07
   To: nagios-users@lists.sourceforge.net
   Subject: Re: [Nagios-users] Problems with NRPE
  
  
   Hello,
  
   Did you add the nrpe port to the list in the /etc/services
   file? There should
   be a line with something like that :
   nrpe 5666/tcp
  
   Also, did you check with a netstat -a | grep nrpe if the
   port is listening?
  
  
   Johan
  
   Le Lundi 06 Février 2006 13:53, Kannberg, Andy a écrit :
Hi,
   
I've got some problems with connecting to NRPE on a remote host.
   
I've got Nagios running, along with the 1.4.2 plugin set
  
   and NRPE on the
  
host (Slackware Linux)
On the remote client, a Tru64 box, the nrpe daemon runs
  
   under inet. Also,
  
the plugins are compiled and installef.
But for some reason, NRPE on the host can't reach the nrpe
  
   daemon on the
  
client. The message is:
   
Connection refused or timed out
   
I've checked and checked again, but can't find any error.
  
   Anyone a good
  
suggestion or hint ?
   
thanks,
Andy
  
   ---
   This SF.net email is sponsored by: Splunk Inc. Do you grep
   through log files
   for problems? Stop! Download the new AJAX search engine 
 that makes
   searching your log files as easy as surfing the web.
   DOWNLOAD SPLUNK!
   http://sel.as-us.falkag.net/sel?cmd=lnk=103432=230486&
 
  dat=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
 
 
 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep 
 through log files
 for problems? Stop! Download the new AJAX search engine that makes
 searching your log files as easy as surfing the web. 
 DOWNLOAD SPLUNK!
 http://sel.as-us.falkag.net/sel?cmd=lnk=103432=230486&
dat=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





[Nagios-users] web and 3-D Status Map

2006-02-06 Thread Wianecki, Christopher
Whenever I do press on 3-D Status Map I get a File Download window where it
asks me to save file called statuswrl, how can I remove this or have it
fixed? Do I need to install any kind of plugin on my browser since it does
not recognize that format? If yes what plugin do I need to download? I did
not find much info about that... Thanks.

Chris



**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the postmaster at [EMAIL PROTECTED]


www.sothebys.com
**



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] web and 3-D Status Map

2006-02-06 Thread Wianecki, Christopher
Ups, sorry I've missed that one.. Thank you.

Chris


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Powell
Sent: Monday, February 06, 2006 10:25 AM
To: Nagios users
Subject: RE: [Nagios-users] web and 3-D Status Map



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Wianecki, Christopher
 Sent: Monday, February 06, 2006 9:16 AM
 To: 'nagios-users@lists.sourceforge.net'
 Subject: [Nagios-users] web and 3-D Status Map
 
 Whenever I do press on 3-D Status Map I get a File Download window
where
 it
 asks me to save file called statuswrl, how can I remove this or have
it
 fixed? Do I need to install any kind of plugin on my browser since it
does
 not recognize that format? If yes what plugin do I need to download? I
did
 not find much info about that... Thanks.

http://www.nagios.org/faqs/viewfaq.php?faq_id=52expand=falseshowdesc=f
alse

--
Marc


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the postmaster at [EMAIL PROTECTED]


www.sothebys.com
**



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] Setting up NCSA

2006-02-06 Thread Marc Powell


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Rex Wickham (2020Media.com)
 Sent: Monday, February 06, 2006 9:54 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Setting up NCSA
 
 Hi
 
 I've got stuck with NCSA and wondered if anyone could help.
 
 On my Windows box I've installed
 1- send_nsca.exe - which is working - sending results over port 5667
to
 my nagios server
 2- NC_Net from Shatter It which is also working - generating disk
usage
 reports and so on.
 
 on my Nagios box I have installed NCSA started the deamon ok. It
appears
 to be listening becuase I am getting entries in the logs like this:
 Feb  6 11:41:51 nagios2 nagios: EXTERNAL COMMAND:
 PROCESS_SERVICE_CHECK_RESULT;Vision;freespace;0;C: - total: 5.85 Gb -
 used: 4.54 Gb (78%) - free 1.31 Gb (22%) | 'C:\ Free
 Space'=1.31Gb;0.58;0.29;0.00;5.85
 Feb  6 11:41:51 nagios2 nagios: EXTERNAL COMMAND:
 PROCESS_SERVICE_CHECK_RESULT;Vision;freespace;1;C: - total: 5.85 Gb -
 used: 4.54 Gb (78%) - free 1.31 Gb (22%) | 'C:\ Free
 Space'=1.31Gb;2.92;0.58;0.00;5.85
 (Vision is the name of the host being checked)
 
 
 As I understand it, NCSA is copying these results to the nagios
command
 file (command_file=/usr/local/nagios/var/rw/nagios.cmd)
 
 What I don't understand is how to get Nagios to do anything with these
 results.
 What service check options should I be using to pick these up?
 What alerts am I going to be getting?

Reread the section on Central Server Configuration at
http://nagios.sourceforge.net/docs/1_0/distributed.html.

Once you have verified you have host and service definitions for your
distributed checks (i.e. host 'Vision' and service 'freespace') on your
nagios host and enabled passive checks for the services (and/or host if
you are using 2.0), notifications etc are just like a normal active
check.

--
Marc


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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] Data protector plugs

2006-02-06 Thread Jason Martin
On Mon, Feb 06, 2006 at 10:07:08AM +0100, Toto Capuccino wrote:
 I wonder if anyone is aware of plugins that could perform checks on HP Data
 Protector backup software. I would like to receive a notification if backups
 have been performed with errors.
If this data is logged, then you could use the existing log
checking plugins to alert on the error.

-Jason Martin
-- 
A waist is a terrible thing to mind.
This message is PGP/MIME signed.


pgpUQOprmGknw.pgp
Description: PGP signature


[Nagios-users] Plugin to check firmware status on dell systems.

2006-02-06 Thread Mike Linden
I am wanting to check the status of dell systems for hardware errors
(amber lights) using the bmcutils.

For example:
ipmish -ip hostname -u username -p password sel get

returns


1=  2005/04/05 17:34:19,#81 Event Logging Disabled, Log Area
Reset/Clear
2=  2006/01/13 14:51:56,#1  Memory, Correctable ECC/other
correctable memory error
3=  2006/01/13 14:51:56,#1  Memory, Correctable ECC/other
correctable memory error
4=  2006/01/13 14:51:56,#1  Memory, Correctable ECC/other
correctable memory error
5=  2006/01/13 14:51:56,#1  Memory, Correctable ECC/other
correctable memory error
6=  2006/01/13 14:51:56,#1  Memory, Correctable ECC/other
correctable memory error
7=  2006/01/13 14:51:57,#1  Memory, Correctable ECC/other
correctable memory error
8=  2006/01/13 14:51:58,#1  Memory, Correctable ECC/other
correctable memory error
9=  2006/01/13 14:51:59,#1  Memory, Correctable ECC/other
correctable memory error
10= 2006/01/13 14:52:00,#1  Memory, Correctable ECC/other
correctable memory error
11= 2006/01/13 14:52:00,#1  Memory, Correctable ECC/other
correctable memory error
12= 2006/01/13 14:52:00,#6  Event Logging Disabled,
Correctable Memory Error Logging Disabled


if there are errors.  But basically I want an alert if there is more than
one line in this output.

I have not run across a plug that would allow for this, does any one know
of one that might suffice.  BTW, the bmcutils are only installed on a
couple of the nodes in the cluster so I need to run the ipmish command on
a remote host not the node that I am checking for.  Example:  host242 is
the nagios server and also has the ipmish/bmc utilities installed, and can
provide the information for all hosts.

Thanks

Mike


-- 


-- 
Mike Linden



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


[Nagios-users] Setting up NCSA

2006-02-06 Thread Rex Wickham (2020Media.com)
Hi

I've got stuck with NCSA and wondered if anyone could help.

On my Windows box I've installed
1- send_nsca.exe - which is working - sending results over port 5667 to
my nagios server
2- NC_Net from Shatter It which is also working - generating disk usage
reports and so on.

on my Nagios box I have installed NCSA started the deamon ok. It appears
to be listening becuase I am getting entries in the logs like this:
Feb  6 11:41:51 nagios2 nagios: EXTERNAL COMMAND:
PROCESS_SERVICE_CHECK_RESULT;Vision;freespace;0;C: - total: 5.85 Gb -
used: 4.54 Gb (78%) - free 1.31 Gb (22%) | 'C:\ Free
Space'=1.31Gb;0.58;0.29;0.00;5.85
Feb  6 11:41:51 nagios2 nagios: EXTERNAL COMMAND:
PROCESS_SERVICE_CHECK_RESULT;Vision;freespace;1;C: - total: 5.85 Gb -
used: 4.54 Gb (78%) - free 1.31 Gb (22%) | 'C:\ Free
Space'=1.31Gb;2.92;0.58;0.00;5.85
(Vision is the name of the host being checked)


As I understand it, NCSA is copying these results to the nagios command
file (command_file=/usr/local/nagios/var/rw/nagios.cmd)

What I don't understand is how to get Nagios to do anything with these
results.
What service check options should I be using to pick these up?
What alerts am I going to be getting?

I thought at first it was check_nt, but this is an active check and also
wants to check on a particlar port, so surely this can't be right???

I'm actually using NagiosQL for my config, but it just creates standard
looking config files.

Cheers,

Rex Wickham

-- 
TwentyTwentyMedia Ltd - http://www.2020media.com/ - Straightforward Hosting
User-friendly packages: Java Servlets/JSP, ColdFusion, MySQL, ASP, PHP.
tel: 0870 321 2020 fax: 0870 094 2020 e-mail: [EMAIL PROTECTED] int:
+44 870 321 2020

Want Unlimited broadband? Get 2020Media ADSL. Contact me for pricing and
availability on your line. Terms and conditions apply.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


[Nagios-users] No output - WRNING messages

2006-02-06 Thread Wianecki, Christopher
Sunserver1  PING  WARNING 02-06-2006 12:47:31 0d 0h 47m 25s 3/3 (No output!)


For some reason I am getting (NO output!) messages all the time, when I
access Service Detail. I cannot determine from logs why that is... I did
search FAQ for that but I was unable to get any information on this. When I
do run PING commands from shell I get output, when I run check_ping I also
do get output. But under web interface I get this message and lots of
warnings...

Regards,

Chris




**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the postmaster at [EMAIL PROTECTED]


www.sothebys.com
**



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] Setting up NCSA

2006-02-06 Thread Rex Wickham
In case people are viewing this on the web and can't see Marc's
 reply, here it is:



Reread the section on Central Server Configuration at

http://nagios.sourceforge.net/docs/1_0/distributed.html.



Once you have verified you have host and service definitions for
 your

distributed checks (i.e. host 'Vision' and service 'freespace')
 on your

nagios host and enabled passive checks for the services (and/or
 host if

you are using 2.0), notifications etc are just like a normal active

check.



--

Marc



This helped me becuase I didn't realise I had to make the service
 name the same as the results I was getting back from NC_Net



- Rex Wickham (2020media)



---

This thread is located in the archive at this URL:

http://www.nagiosexchange.org/nagios-users.34.0.html?tx_maillisttofaq_pi
1[showUid]=15039




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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] nagiosgrapher v1.3 unreliable

2006-02-06 Thread Hugo van der Kooij
Hi,

I have been trying to get nagiosgraper v1.3 working reliable. But it is
not at all reliable.

Some services are updated properly every poll. But some other fail to
update sometimes or even fail to update most of the times resulting in
graphs with only some snippets.

If the service was failing intermittently I might explain the issue but I
would go crazy by the alerts if this was the case. The nagios log does not
show problem with the services that do not update.

Might this be an issue with the named pipe setup? Perhaps a limit on the
number of events it can handle? (With 26 hosts and 57 services I would
expect this is not the issue.)

The log file (ngrap.log) is consistent with the rrd graphs.
Nagios is v2.0 RC2 and the nagios log does not show any down issue.

I did put some screen shots in http://hvdkooij.xs4all.nl/Nagios/

How can I establish if Nagios is in fact sending all the performance data?

Hugo.

-- 
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]   http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] No output - WRNING messages

2006-02-06 Thread Arno Lehmann

Hello,

On 2/6/2006 6:54 PM, Wianecki, Christopher wrote:

Sunserver1  PING  WARNING 02-06-2006 12:47:31 0d 0h 47m 25s 3/3 (No output!)


For some reason I am getting (NO output!) messages all the time, when I
access Service Detail. I cannot determine from logs why that is... I did
search FAQ for that but I was unable to get any information on this. When I
do run PING commands from shell I get output, when I run check_ping I also
do get output.


Make sure you run these tests as the user nagios runs as. Most probably 
you'll see that you aren't allowed to run the commands in question.


Also, for host checks at least, consider using check_icmp's alias of 
check_host instead of check_ping.


Arno


But under web interface I get this message and lots of
warnings...

Regards,

Chris




**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the postmaster at [EMAIL PROTECTED]


www.sothebys.com
**



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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




--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] nagiosgrapher v1.3 unreliable

2006-02-06 Thread Tedman Eng
While I can't comment on nagiosgrapher specifically, since I don't use it, I
would suggest for RRDtool in general you take a look at tuning the RRD
heartbeat and step values used in the rrdcreate command.

The factor in Nagios that would cause RRD gaps is most likely service check
latency.  Check latency is (in my experience) amplified by large numbers of
host problems (since everything stops while host-checking)

Using a heartbeat larger than the step value (2x is safe) will give you
headroom in the event that your check latency becomes very large.  This
should help prevent gaps from appearing in the RRD data.


 -Original Message-
 From: Hugo van der Kooij [mailto:[EMAIL PROTECTED]
 Sent: Monday, February 06, 2006 11:07 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] nagiosgrapher v1.3 unreliable
 
 
 Hi,
 
 I have been trying to get nagiosgraper v1.3 working reliable. 
 But it is
 not at all reliable.
 
 Some services are updated properly every poll. But some other fail to
 update sometimes or even fail to update most of the times resulting in
 graphs with only some snippets.
 
 If the service was failing intermittently I might explain the 
 issue but I
 would go crazy by the alerts if this was the case. The nagios 
 log does not
 show problem with the services that do not update.
 
 Might this be an issue with the named pipe setup? Perhaps a 
 limit on the
 number of events it can handle? (With 26 hosts and 57 services I would
 expect this is not the issue.)
 
 The log file (ngrap.log) is consistent with the rrd graphs.
 Nagios is v2.0 RC2 and the nagios log does not show any down issue.
 
 I did put some screen shots in http://hvdkooij.xs4all.nl/Nagios/
 
 How can I establish if Nagios is in fact sending all the 
 performance data?
 
 Hugo.
 
 -- 
   I hate duplicates. Just reply to the relevant mailinglist.
   [EMAIL PROTECTED]   
http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] nagiosgrapher v1.3 unreliable

2006-02-06 Thread Andrew Cruse
[EMAIL PROTECTED] wrote:
 While I can't comment on nagiosgrapher specifically, since I
 don't use it, I would suggest for RRDtool in general you take
 a look at tuning the RRD heartbeat and step values used in the
 rrdcreate command. 
 
 The factor in Nagios that would cause RRD gaps is most likely
 service check latency.  Check latency is (in my experience)
 amplified by large numbers of host problems (since everything stops
 while host-checking) 
 
 Using a heartbeat larger than the step value (2x is safe)
 will give you headroom in the event that your check latency
 becomes very large.  This should help prevent gaps from appearing in
 the RRD data. 

Also along the same lines, check what you have your Min and Max values
set to.  Values returned out of those bounds won't show up on your
graphs either.

Andrew



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] RE: Reporting and misc rave.

2006-02-06 Thread Steve Shipway
Stanley Hopcroft wrote:
 Mr Shipways approach is too process the Nag logs periodically 
 with private/in-house (AFAIK) code to extract the entries of 
 interest and insert them as rows in a table(s).
 
 (Incidentally, this sounds very enterprising since the 
 extraction code has to deal with all the cases handled by 
 avail.cgi. The difficulty of extracting outages from the logs 
 is why I chose to use avail.cgi as a source of availability data).

My perl script eats the nagios log files (from the archive directory), and
copies them straight to a database.  It actually filters out just the ones
I'm currently interested in - host and service alerts, and host and service
downtime.  The script also creates all the database tables and so on if
necessary.  Then, my reporting tool takes care of calculating on a per-host
and service basis what the downtime is (much easier using a database).

The problem with it is that a particular stretch of downtime may lie partly
in  scheduled and partly in unscheduled, or the parent host of a service may
be down for part of it.  This means you cannot flag each event with a
'scheduled/unscheduled' flag.  It is possible, though, to calculate event
length as you go although the ends of a logfile present a bit of a problem,
too.  I did think of splitting events up into scheduled/unscheduled
portions, but this would give problems when counting events from the log.

I'm also putting together some scripts (using Nagios::Config as suggested)
which load the current configuration of hosts, services, and hostextinfo
into a database, mainly for reading purposes (we have a different tool which
maintains the config files).  The hostextinfo is a useful one, since I've
already modified an existing tool for maintaining the 2d-coords to
read/write its data to the mysql database.

Once this is a bit more stable and documented, I hope to upload to
nagiosexchange.

It does bring the question, though, of why Nagios itself does not contain at
least mysql database support, and preferably some sort of database plugin
for this.

Steve




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] No output - WRNING messages

2006-02-06 Thread Wianecki, Christopher
Thanks but I think I did all of that what you suggested, for example I did
login as Nagios (this is as which user suppose to run those commands and I
am able to run check_ping. Here is what I get:
/appl/nagios/etc  su - nagios
Sun Microsystems Inc.   SunOS 5.8   Generic February 2000
$ bash
bash-2.03$ libexec/check_ssh sunserver
SSH OK - OpenSSH_3.1p1 (protocol 1.99)
bash-2.03$

Also under web interface I get every item as WARNING with (No output!) under
Status Information column. So under server defined as localhost I also do
get the same for checks that I have:
Current Load
Current Users
PING
Root Partition
And Total Processes

Any more ideas what could that be?

Thanks.

Chris


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Arno Lehmann
Sent: Monday, February 06, 2006 2:46 PM
To: 'nagios-users@lists.sourceforge.net'
Subject: Re: [Nagios-users] No output - WRNING messages

Hello,

On 2/6/2006 6:54 PM, Wianecki, Christopher wrote:
 Sunserver1  PING  WARNING 02-06-2006 12:47:31 0d 0h 47m 25s 3/3 (No
output!)
 
 
 For some reason I am getting (NO output!) messages all the time, when I
 access Service Detail. I cannot determine from logs why that is... I did
 search FAQ for that but I was unable to get any information on this. When
I
 do run PING commands from shell I get output, when I run check_ping I also
 do get output.

Make sure you run these tests as the user nagios runs as. Most probably 
you'll see that you aren't allowed to run the commands in question.

Also, for host checks at least, consider using check_icmp's alias of 
check_host instead of check_ping.

Arno

 But under web interface I get this message and lots of
 warnings...
 
 Regards,
 
 Chris
 
 
 
 
 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the postmaster at [EMAIL PROTECTED]
 
 
 www.sothebys.com
 **
 
 
 
 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
 for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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
 

-- 
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the postmaster at [EMAIL PROTECTED]


www.sothebys.com
**



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] nagiosgrapher v1.3 unreliable

2006-02-06 Thread Hugo van der Kooij
On Mon, 6 Feb 2006, Hugo van der Kooij wrote:

 On Mon, 6 Feb 2006, Hugo van der Kooij wrote:

  How can I establish if Nagios is in fact sending all the performance data?

 I forgot to add the config entries:

 nagios.cfg

 perfdata_timeout=5
 process_performance_data=1
 service_perfdata_command=process-service-perfdata
 #service_perfdata_file_mode=a

While reading the file I noticed that named pipes are one reason why one
want to use the W option instead of the A option.

And after only a short period it seems this seems to do the job much
better.

So the lines now reads:

#service_perfdata_file_mode=a
service_perfdata_file_mode=w

Hugo.

-- 
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]   http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] No output - WRNING messages

2006-02-06 Thread Jim Perrin
On 2/6/06, Wianecki, Christopher [EMAIL PROTECTED] wrote:
 Thanks but I think I did all of that what you suggested, for example I did
 login as Nagios (this is as which user suppose to run those commands and I
 am able to run check_ping. Here is what I get:
 /appl/nagios/etc  su - nagios
 Sun Microsystems Inc.   SunOS 5.8   Generic February 2000
 $ bash
 bash-2.03$ libexec/check_ssh sunserver
 SSH OK - OpenSSH_3.1p1 (protocol 1.99)
 bash-2.03$

 Also under web interface I get every item as WARNING with (No output!) under
 Status Information column. So under server defined as localhost I also do
 get the same for checks that I have:
 Current Load
 Current Users
 PING
 Root Partition
 And Total Processes

 Any more ideas what could that be?

It's possible that your command is not defined properly. Do you have
$USER1$ set, or are you pointing the full way to the plugin in the
commandcfg ?

--
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety''
Benjamin Franklin 1775


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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] No output - WRNING messages

2006-02-06 Thread Jim Pye
This could be a version of NRPE issue.

Check out this on nagiosexchange:


http://www.nagiosexchange.org/nagiosplug-devel.31.0.html?tx_maillist
tofaq_pi1[mode]=1tx_maillisttofaq_pi1[showUid]=14546

(un-word wrap above)

There is a bug in the 2.2 version. Download v 2.3 as this fixes this
issue.

Jim


On Mon, 2006-02-06 at 12:54 -0500, Wianecki, Christopher wrote:
 Sunserver1  PING  WARNING 02-06-2006 12:47:31 0d 0h 47m 25s 3/3 (No output!)
 
 
 For some reason I am getting (NO output!) messages all the time, when I
 access Service Detail. I cannot determine from logs why that is... I did
 search FAQ for that but I was unable to get any information on this. When I
 do run PING commands from shell I get output, when I run check_ping I also
 do get output. But under web interface I get this message and lots of
 warnings...
 
 Regards,
 
 Chris
 
 
 
 
 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the postmaster at [EMAIL PROTECTED]
 
 
 www.sothebys.com
 **
 
 
 
 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
 for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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
-- 
Jim Pye
PyeNet Universal

email: [EMAIL PROTECTED] | Phone: +64 4 527 8284 | Fax: +64 4 528 9693
 web site: http://www.pyenet.co.nz



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] No output - WRNING messages

2006-02-06 Thread Wianecki, Christopher
Great, I did miss that.. thanks a lot for pointing this to me.. :) I think
it will work now...
Just to much on my head and I've missed that... I need to take a break from
this maybe for a day or two... :) Thanks a lot once again.

Chris


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim Perrin
Sent: Monday, February 06, 2006 4:14 PM
To: Wianecki, Christopher
Cc: Arno Lehmann; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] No output - WRNING messages

On 2/6/06, Wianecki, Christopher [EMAIL PROTECTED] wrote:
 Thanks but I think I did all of that what you suggested, for example I did
 login as Nagios (this is as which user suppose to run those commands and I
 am able to run check_ping. Here is what I get:
 /appl/nagios/etc  su - nagios
 Sun Microsystems Inc.   SunOS 5.8   Generic February 2000
 $ bash
 bash-2.03$ libexec/check_ssh sunserver
 SSH OK - OpenSSH_3.1p1 (protocol 1.99)
 bash-2.03$

 Also under web interface I get every item as WARNING with (No output!)
under
 Status Information column. So under server defined as localhost I also do
 get the same for checks that I have:
 Current Load
 Current Users
 PING
 Root Partition
 And Total Processes

 Any more ideas what could that be?

It's possible that your command is not defined properly. Do you have
$USER1$ set, or are you pointing the full way to the plugin in the
commandcfg ?

--
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety''
Benjamin Franklin 1775


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the postmaster at [EMAIL PROTECTED]


www.sothebys.com
**



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


[Nagios-users] NSCA Wierdness?

2006-02-06 Thread Brady Maxwell

I have errors in my nagios.log that look like this.

[1139251531] EXTERNAL COMMAND: PROCESS_HOST_CHECK_RESULT;IVAN;0;0
[1139251531] Warning:  Passive check result was received for host 
'IVAN', but the host could not be found!


Ivan is a server on a remote network the nagios server there is using 
send_nsca to send service check results to a central server. The one 
with the log entries in question.

In the host file on the central server i have defined IVAN.

Anyone know why it will not process these results.

thanks
brady


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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] NSCA Wierdness?

2006-02-06 Thread Steve Shipway
 [1139251531] EXTERNAL COMMAND: PROCESS_HOST_CHECK_RESULT;IVAN;0;0
 [1139251531] Warning:  Passive check result was received for 
 host 'IVAN', but the host could not be found!

This message means that Nagios cannot find a host called 'IVAN' in the
definitions.

Are you 100% sure you have defined this host, on the server which is
receiving the NSCA alerts and producing this log (the central server)?  Have
you defined it in all upper case, like the NSCA alert is being received?
It's case sensitive, remember.  Nagios will not automatically define a host
just because it is defined on a downstream server, so you have to define it
on both servers.

Steve




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


[Nagios-users] Nagios Behaviors

2006-02-06 Thread Garringer, Mark
Title: Message



This may be rather long, please 
bare with me.
I am currently running Nagios 
2.0rc2 with 451 hosts and 1733 services. I've recently upgraded from Netsaint 
(0.78b I think). During this upgrade I took the time to reexamine my 
configurations to take advantage of the grouping logic and regular _expression_ 
features in Nagios. This help make the setup much easier, faster, and more 
consistent than it ever was under Netsaint. Kudos!
All of the following assumes 
that I'm doing things to the best of my understanding, and if they are incorrect 
or misguided in some way, I'd be more than happy to discuss the 'correct' way of 
implementing these features.
I'm starting to run into a few 
operational issues that I'd like to raise. One of the most annoying is that 
RECOVERY should actually have a state for EACH type of RECOVERY that can exist. 
That way, I'm not getting RECOVERY notices for WARNINGS that I didn't get in the 
first place (because I don't care about WARNINGS in most cases.). I should only 
ever get RECOVERY for states which I've already indicated I want to receive 
their corresponding original alert from. 
The other is that HOST level 
notification/check_periods should be inherited by any service being check on 
that HOST unless explicitly overridden. 
For example, I have a host with 
10 services on it (checking disk space in various file systems, checking for 
certain named processes to be running) and it has a HOST level 
notification_period (maintenance window) from Saturday at 1800 till Sunday 1000. 
Every week. I don't want to, or need to know about service changes during these 
times. I'm the user, and I'm requesting a black out of notifications during this 
time. If there are (still) problems after 1000 on Sunday, I do need to know 
about them or take action. The best answers I can seem to find seem to be 
workarounds that will cause me more overall upkeep and/or are counter to the 
whole idea of using grouping logic to begin with. 
Creating a separate, 
non-dynamic cron offshoot to take care of this for me while functional requires 
me to basically go and define another list of items (and upkeep them) to deal 
with and is completely external to Nagios. 
Defining each service 
individually so that they all can have 1 host assigned to them so they can have 
different maintenance windows as needed is totally against the grouping logic 
and allows again for much easier divergence from a set standard. Having 25 linux 
machines all in a linux host group because I want to check 10 common services 
rocks. However, not all 25 servers will have the same (or even overlapping) 
maintenance windows, so creating 25*10 separate service entries instead of just 
10 sucks eggs. Maintaining the maintenance window at the host level makes 
perfect sense to me.
Creating more host 
groups doesn't seem like any better of a solution and will just make things more 
difficult to find under the Hostgroup sections of the web display.
By not understanding something 
am I trying to use this in a way which it was never intended? This seem like a 
pretty logical feature to me, of course. Can anyone offer me advice?
Thanks!


[Nagios-users] Notifications not coming through

2006-02-06 Thread JoAnne . Schmitz
I am running Nagios 2.0b3. 

About a week and a half ago, notifications stopped going out in email or 
page.  I didn't notice it until Saturday, unfortunately, and I've been 
changing the .cfg files throughout that time, so I can't be sure what 
things looked like before versus after.

The odd thing is that verification shows no major problems.  And it thinks 
it did send out the notifications.  If I go to the notification page, it 
shows all the alerts that should have been sent, to me and others.  So 
it's not a question of a status I think should trigger a notification and 
doesn't.  It's just that the notification never gets anywhere.

If I go to the mail spool, there doesn't seem to be anything waiting.  If 
I look at the mail log, it doesn't show anything being sent from Nagios.

Any ideas where I should look for clues?

Thanks,
JoAnne


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=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


[Nagios-users] Sending availability reports by email

2006-02-06 Thread Soumya Nambiar
Hi,

Is there any way by which we can send the availability report of a hostgroup
for a certain period of time by email automatically.(maybe say once a week).

Soumya Nambiar
Satcom Networks Africa Ltd

attachment: winmail.dat