Re: [Nagios-users-br] Help

2008-08-15 Thread Marcel
Opa, troque SERVICESTATE por PROCSTATE.

HTH

2008/8/13 Jardel Fischer [EMAIL PROTECTED]

 Bom dia,



 Prezados, sou novo no nagios.



 Preciso monitorar o serviço removable storage do ruindows que tem seu
 executável em:



 C:\WINDOWS\system32\svchost.exe -k netsvcs



 Minha configuracao esta:



 define service{

use generic-service

host_name   servidorxyz

service_description teste

check_command   check_nt!SERVICESTATE!-d SHOWALL -l netsvcs

}



 Já testei com netsvcs.exe mas não tive êxito. Alguma idéia?



 Um abraço,



 Jardel



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 --
 Nagios-users-br@lists.sourceforge.net mailing list
 https://lists.sourceforge.net/lists/listinfo/nagios-users-br
 Wiki: http://nagios-br.sf.net/wiki

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
-- 
Nagios-users-br@lists.sourceforge.net mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users-br
Wiki: http://nagios-br.sf.net/wiki


Re: [Nagios-users] (no subject)

2008-08-15 Thread Tijn
After I killed all Nagios-daemons and started Nagios again it works  
fine. Before your mail I was already surprised how quick I saw the  
Nagios information in my browser window after a restart. It's clear  
to me now.

Tijn


 On Aug 13, 2008, at 1:42 PM, Tijn wrote:

 After an upgrade from Nagios 3.0.1 to 3.0.3 I have some trouble. When
 I remove an object, a server, from the configuration file; the server
 is also gone from the web interface, everything looks well.  But
 Nagios keeps sending mails about the server that would be down.

 You have multiple nagios daemons running at the same time. One with
 the old config and one with the new.


 --
 Marc


 -- 
 ---
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Nagios fails to start after adding'check_logs.pl' service

2008-08-15 Thread Bret Goodfellow
I have run the command as the user Nagios from the shell prompt, and
it works fine. But when called from Nagios, it fails.   In fact,
check_logs.pl is running perfectly on all of the Nagios client machines
without a problem.  The problem started when I wanted to monitor the
/var/log/messages file on the Nagios server.  I'm having trouble
monitoring the local logs, but not logs from remote clients.

My last post has output from strace.  I'm not sure how to read it, but
it appears to me that there may be a rights issue.  What does -1 ENOTTY
(Inappropriate ioctl for device) mean?  Here again, are the last few
lines from the strace:

11:59:13 nanosleep({0, 25000}, NULL) = 0
11:59:14 stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=877,
...}) = 0
11:59:14 open(/usr/lib64/nagios/plugins/check_logs.pl, O_RDONLY) = 8
11:59:14 fstat(8, {st_mode=S_IFREG|0755, st_size=6609, ...}) = 0
11:59:14 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a95558000
11:59:14 read(8, #!/usr/bin/perl -w\n#\n# Log file ..., 4096) = 4096
11:59:14 close(8)   = 0
11:59:14 munmap(0x2a95558000, 4096) = 0
11:59:14 stat(/usr/lib64/nagios/plugins/check_logs.pl,
{st_mode=S_IFREG|0755, st_size=6609, ...}) = 0
11:59:14 open(/usr/lib64/nagios/plugins/check_logs.pl, O_RDONLY) = 8
11:59:14 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fbfffa590) = -1
ENOTTY (Inappropriate ioctl for device)
11:59:14 lseek(8, 0, SEEK_CUR)  = 0
11:59:14 fstat(8, {st_mode=S_IFREG|0755, st_size=6609, ...}) = 0
11:59:14 fcntl(8, F_SETFD, FD_CLOEXEC)  = 0
11:59:14 fstat(8, {st_mode=S_IFREG|0755, st_size=6609, ...}) = 0
11:59:14 read(8, #!/usr/bin/perl -w\n#\n# Log file ..., 6609) = 6609
11:59:14 close(8)   = 0
11:59:14 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
11:59:14 stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=877,
...}) = 0
11:59:14 stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=877,
...}) = 0
11:59:14 stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=877,
...}) = 0
11:59:14 sendto(3, 14Aug 14 11:59:14 nagios: Caug..., 61,
MSG_NOSIGNAL, NULL, 0) = 61
11:59:14 open(/var/log/nagios/nagios.log, O_RDWR|O_CREAT|O_APPEND,
0666) = 8
11:59:14 fstat(8, {st_mode=S_IFREG|0664, st_size=165977, ...}) = 0
11:59:14 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a95558000
11:59:14 write(8, [1218736754] Caught SIGSEGV, shu..., 46) = 46
11:59:14 close(8)   = 0
11:59:14 munmap(0x2a95558000, 4096) = 0
11:59:14 rt_sigreturn(0x9)  = 105
11:59:14 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
11:59:14 exit_group(-2) = ?
Process 24972 detached
[EMAIL PROTECTED] nagios]# 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jon
Angliss
Sent: Thursday, August 14, 2008 7:25 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios fails to start after
adding'check_logs.pl' service

On Thu, 14 Aug 2008 09:10:19 -0600, Bret Goodfellow
[EMAIL PROTECTED] wrote:

I have started monitoring the nagios server (local checks), and all has
worked fine until I added a service to check the local logs.  When the
'check_local_logs' service is added, the startup of Nagios fails after
about 10 seconds.  I have also run 'strace' but am not sure how to
interpret.

[..]

command_line$USER1$/check_logs.pl -c $ARG1$
check_local_logs!/etc/nagios/check_logs_linux.cfg!

As well as Mark Powell's suggestions, try running the command as
nagios to see what happens to it.

  ./check_logs.pl -c /etc/nagios/check_logs_linux.cfg
-- 
Jon Angliss



-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK  win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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 

[Nagios-users] snmp proxy daemon help

2008-08-15 Thread Jonathan Mills
I have compiled and installed snmppd on my nagios systems.  I'd heard  
that using the snmp proxy daemon would help reduce snmp check times  
and loads on the servers being monitored.  We have been noticing very  
high CPU utilization on our NetApp filers every time nagios does an  
snmp check on them.  When we disable nagios checks on the filers, load  
decreases significantly.

However, we've seen no improvement by using snmppd thus far, which  
makes me question if perhaps I'm not using it the right way.  Other  
than installing it via rpm and starting the service, all I've done is  
symlink check_snmp to the new check_snmpp in my plugins directory.

Does anyone have more experience with this?

Yours truly,

J. Mills

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Nagios fails to start afteradding'check_logs.pl' service

2008-08-15 Thread Marc Powell


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Bret Goodfellow
 Sent: Friday, August 15, 2008 8:27 AM
 To: Jon Angliss; nagios-users@lists.sourceforge.net
 Subject: Re: [Nagios-users] Nagios fails to start
 afteradding'check_logs.pl' service


 My last post has output from strace.  I'm not sure how to read it,
but
 it appears to me that there may be a rights issue.  What does -1
ENOTTY
 (Inappropriate ioctl for device) mean?  Here again, are the last few
 lines from the strace:

Nothing to worry about in this case. Since you're not running the
command from a shell, NOTTY is expected.

 11:59:14 open(/usr/lib64/nagios/plugins/check_logs.pl, O_RDONLY) = 8
 11:59:14 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fbfffa590) = -1
 ENOTTY (Inappropriate ioctl for device)
 11:59:14 lseek(8, 0, SEEK_CUR)  = 0
 11:59:14 fstat(8, {st_mode=S_IFREG|0755, st_size=6609, ...}) = 0
 11:59:14 fcntl(8, F_SETFD, FD_CLOEXEC)  = 0
 11:59:14 fstat(8, {st_mode=S_IFREG|0755, st_size=6609, ...}) = 0
 11:59:14 read(8, #!/usr/bin/perl -w\n#\n# Log file ..., 6609) = 6609
 11:59:14 close(8)   = 0
 11:59:14 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

This is an interesting bit. The plugin is a perl program. Nagios loaded
it and would have been ready to execute it. Perl plugins could possibly
be treated 'specially' and have special requirements if you compile
Nagios with the embedded perl interpreter (ePN) enabled. Did you do so?
In the command{} definition for check_logs.pl, try disabling the use of
ePN by prefacing the command with your /path/to/perl --

(from memory)
define command {
command_name   check_logs ; or whatever it is
command_line   /path/to/perl $USER1$/check_logs.pl (... other stuff
here)
}

--
Marc


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Nagios fails to start afteradding'check_logs.pl'service

2008-08-15 Thread Bret Goodfellow
Not sure if Nagios was compiled with the ePN.  I used an RPM to install
Nagios.  Installation was pretty simple using the RPM.  Needless to say
Marc, your suggestion to run the perl script with /usr/bin/perl WORKED!
You are the Man!  Thanks again for all your help Marc.

Bret Goodfellow
Questar Gas
S.L.C,  Ut

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc
Powell
Sent: Friday, August 15, 2008 8:58 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios fails to start
afteradding'check_logs.pl'service



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Bret Goodfellow
 Sent: Friday, August 15, 2008 8:27 AM
 To: Jon Angliss; nagios-users@lists.sourceforge.net
 Subject: Re: [Nagios-users] Nagios fails to start
 afteradding'check_logs.pl' service


 My last post has output from strace.  I'm not sure how to read it,
but
 it appears to me that there may be a rights issue.  What does -1
ENOTTY
 (Inappropriate ioctl for device) mean?  Here again, are the last few
 lines from the strace:

Nothing to worry about in this case. Since you're not running the
command from a shell, NOTTY is expected.

 11:59:14 open(/usr/lib64/nagios/plugins/check_logs.pl, O_RDONLY) = 8
 11:59:14 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fbfffa590) = -1
 ENOTTY (Inappropriate ioctl for device)
 11:59:14 lseek(8, 0, SEEK_CUR)  = 0
 11:59:14 fstat(8, {st_mode=S_IFREG|0755, st_size=6609, ...}) = 0
 11:59:14 fcntl(8, F_SETFD, FD_CLOEXEC)  = 0
 11:59:14 fstat(8, {st_mode=S_IFREG|0755, st_size=6609, ...}) = 0
 11:59:14 read(8, #!/usr/bin/perl -w\n#\n# Log file ..., 6609) = 6609
 11:59:14 close(8)   = 0
 11:59:14 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

This is an interesting bit. The plugin is a perl program. Nagios loaded
it and would have been ready to execute it. Perl plugins could possibly
be treated 'specially' and have special requirements if you compile
Nagios with the embedded perl interpreter (ePN) enabled. Did you do so?
In the command{} definition for check_logs.pl, try disabling the use of
ePN by prefacing the command with your /path/to/perl --

(from memory)
define command {
command_name   check_logs ; or whatever it is
command_line   /path/to/perl $USER1$/check_logs.pl (... other stuff
here)
}

--
Marc



-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK  win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] elapsed down time

2008-08-15 Thread James
I want to include the elapsed time from the host down alert to the
Notification Type: RECOVERY.



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] FreeBSD 7 and Nagios 2.12

2008-08-15 Thread Jonathan Call
I'm running FreeBSD 7 (amd64 at that) and Nagios 2.12.

It ran great for about a month. And then today I found that Nagios had
stopped processing checks and there are a few unkillable processes
lingering.

I remember at least one other person posting something similar to this.
Has anyone found a solution?

Jonathan


This email message is intended for the use of the person to whom it has been 
sent, and may contain information that is confidential or legally protected. If 
you are not the intended recipient or have received this message in error, you 
are not authorized to copy, distribute, or otherwise use this message or its 
attachments. Please notify the sender immediately by return e-mail and 
permanently delete this message and any attachments. Verio, Inc. makes no 
warranty that this email is error or virus free.  Thank you.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Monitoring Windows Clients

2008-08-15 Thread Jeff Marble
My Solaris clients all work great but a few of the windows clients die each day.

I have installed and configured nsclient from MikeM on 15 Windows
servers.  6-8 times each day, the nsclient++ service will die with no
information in the NSC.log file.

I am using nsclient, not nrpe.  No preference here, just what was the
most straight forward for a Solaris guy to monitor a few windows
servers.

I enabled the recommended modules in the instructions and monitory cpu
load, disk space, a process and memory usage in the NSC.ini file.
These work fine.  I have since commented out NRPEListener, SysTray,
CheckEvenLog and CheckHelpers.  Remaining is FileLogger, CheckSystem,
CheckDisk, and NSClientListener.  I only allow the nagios host to
connect on port 12489.  I bind to one NIC on the windows server.
Debug is turned on.


I am a newbie to monitoring windows clients.  Please point me in the
right direction. I suspect I have configured something wrong because I
assume many others are also using NSCLient++.I have googled, read
blogs, and read the list.

At this point, I will attempt to switch to NRPE and see if that makes
a difference.  Unless there is a fix or a better option.

Thank you,
Jeff

-- 
Jeff Marble
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Monitoring Windows Clients

2008-08-15 Thread Dario B. Bestetti

- Jeff Marble [EMAIL PROTECTED] escreveu:

 My Solaris clients all work great but a few of the windows clients die
 each day.
 
 I have installed and configured nsclient from MikeM on 15 Windows
 servers.  6-8 times each day, the nsclient++ service will die with no
 information in the NSC.log file.
 
 I am using nsclient, not nrpe.  No preference here, just what was the
 most straight forward for a Solaris guy to monitor a few windows
 servers.
 
 I enabled the recommended modules in the instructions and monitory
 cpu
 load, disk space, a process and memory usage in the NSC.ini file.
 These work fine.  I have since commented out NRPEListener, SysTray,
 CheckEvenLog and CheckHelpers.  Remaining is FileLogger, CheckSystem,
 CheckDisk, and NSClientListener.  I only allow the nagios host to
 connect on port 12489.  I bind to one NIC on the windows server.
 Debug is turned on.
 
 
 I am a newbie to monitoring windows clients.  Please point me in the
 right direction. I suspect I have configured something wrong because
 I
 assume many others are also using NSCLient++.I have googled, read
 blogs, and read the list.
 
 At this point, I will attempt to switch to NRPE and see if that makes
 a difference.  Unless there is a fix or a better option.
 
 Thank you,
 Jeff
 
 -- 
 Jeff Marble
 [EMAIL PROTECTED]

Try OpMon Agent: 
http://www.opservices.com.br/index.php?option=com_contenttask=viewid=54Itemid=54

[]s
Dario
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] elapsed down time

2008-08-15 Thread James
On Fri, August 15, 2008 12:50 pm, Hugo van der Kooij wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1


 Marc Powell wrote:
 | On Aug 15, 2008, at 10:30 AM, James wrote:
 |
 | I want to include the elapsed time from the host down alert to the
 | Notification Type: RECOVERY.
 |
 | Isn't it awesome then that there are several macros available that'll
 | help you accomplish that?


 Would you care to elaborate?

He's telling me to RTFM. :-)


 I recall a similar discussion here that did not result in a simple
 solution. So I may have missed something here.

 Hugo.



 - --
 [EMAIL PROTECTED]   http://hugo.vanderkooij.org/
 PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc


 A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting frowned upon?


 Bored? Click on http://spamornot.org/ and rate those images.


 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (GNU/Linux)


 iD8DBQFIpbO+BvzDRVjxmYERAo5YAKCg+BfAGep41nXgVIDni6tS1Og43ACeI1Ew
 dRFVfe5lpntylpOnb9CucEY= =ManH
 -END PGP SIGNATURE-


 -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge Build the coolest Linux based applications with Moblin SDK  win
 great prizes Grand prize is a trip for two to an Open Source event
 anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Nagios Status Map

2008-08-15 Thread Tom Ammon
I have used Nagvis extensively in our environment and it does a good job
of visualizing nagios status data.

I highly recommend it. To make it look really nice, however, you will
need to create your own icon sets, which can take some time. The
included icon sets work, but I found that they didn't meet our needs.

Tom

Doug Veldhuisen wrote:

 NagVis is supposed to be one options to do this, Not had enough time 
 to check it out myself.

 I am currently monitoring a couple of hundred devices and my standard 
 map looks terrible.

  

 Doug

  

  

 *From:* [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] *On Behalf Of 
 *Charles Breite
 *Sent:* Thursday, August 14, 2008 1:46 PM
 *To:* nagios-users@lists.sourceforge.net
 *Subject:* [Nagios-users] Nagios Status Map

  

  

 I have started adding icons to our Nagios status map first by adding 
 parents and then by adding hostext info. But the icons on the default 
 (circular markup)status map still overlap and are unreadable. I am 
 slowly adding user defined coordinates but would like the auto matic 
 circular markup map to look good also.

 Does anyone know of a way to make sure they cant auto overlap themselves?

 Thanks

  

  

 

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 

 ___
 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

-- 
-
Tom Ammon
Network Engineer

Business Card at http://tomsbox.net/bizcard_TomAmmon.jpg

Center for High Performance Computing
University of Utah
http://www.chpc.utah.edu



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Freshness checking and a distributed Nagios system.

2008-08-15 Thread Tom Ammon
Nagios forces active checks to be run when used in conjuction with 
freshness checking, even when active checks for that service are 
disabled. The docs describe it pretty well at 
http://nagios.sourceforge.net/docs/2_0/distributed.html under the 
Freshness Checking section. You have to read it carefully, though.

Tom

Jonathan Call wrote:
 Correct me if I'm wrong:
 In order to run a distributed system, the central server should have
 active service checks disabled. But freshness checking executes the
 check command when it doesn't receive a passive response in a timely
 manner. This means the freshness check never runs.

 How do you get around that?


 This email message is intended for the use of the person to whom it has been 
 sent, and may contain information that is confidential or legally protected. 
 If you are not the intended recipient or have received this message in error, 
 you are not authorized to copy, distribute, or otherwise use this message or 
 its attachments. Please notify the sender immediately by return e-mail and 
 permanently delete this message and any attachments. Verio, Inc. makes no 
 warranty that this email is error or virus free.  Thank you.

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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
   

-- 
-
Tom Ammon
Network Engineer

Business Card at http://tomsbox.net/bizcard_TomAmmon.jpg

Center for High Performance Computing
University of Utah
http://www.chpc.utah.edu


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] AUTO: Eliot Picken is out of the office (returning 18/08/2008)

2008-08-15 Thread Eliot . Picken

I am out of the office until 18/08/2008.

I am currently out of the office, returning Monday 18th August.  Please do
feel free to contact me on my mobile.

Best regards

Eliot





Note: This is an automated response to your message  Re: [Nagios-users]
snmp proxy daemon help sent on 8/15/2008 5:44:25 PM.

This is the only notification you will receive while this person is away.


 Important Note:  This message contains confidential information which is 
intended to be recevied by the addressee only.   We acknowledge that e-mail is 
not an entirely secure medium of communication and you should be aware of this 
when replying.  If you have received this email in error, please advise the 
sender of this at the earliest opportunity.  We take all reasonable steps to 
ensure this email is free from any malicious content, but cannot provide any 
guarantee that this is the case.  The company's  email and internet traffic is 
also monitored under the provisions of the Regulation of Investigatory Powers 
Act 2000. Wenaas UK Ltd is a limited company registered in Scotland, under 
company number 62062. Registered Office : Unit 1 Hareness Circle, Altens, 
Aberdeen, AB12 3LY, United Kingdom 

   
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
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] Internal Server Error

2008-08-15 Thread Kulcsar, Stefan
Hi,

i think we found the problem
it was a backslash \ at the end of a plugin_output

-- 
stefan 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Mark Young
 Sent: Tuesday, August 12, 2008 4:46 PM
 To: Nagios User list
 Subject: Re: [Nagios-users] Internal Server Error
 
 Hi Stefan,
 
 On Aug 12, 2008, at 4:18 AM, Kulcsar, Stefan wrote:
 
  Hi Assaf,
 
  glibc is at version glibc-2.5-24
  it is a i585.
 
  Nagios version: 3.0.3
  Distribution: CentOS 5.2
 
  I don't installed anything on this server the problem 
 appears from  
  one to
  the other day and i dont know from where it comes. It must be  
  something in
  the object definition files but i dont know what. If i 
 stop nagios  
  it runs
  perfectly for a while(15-30 mins) after this time the problem  
  appears
  again.
 
 
 Are you saying that you have had this problem since your first  
 install?  It is possible that you have found a bug but many 
 people are  
 running Nagios 3.0.3 on CentOS.  Is there anything 
 interesting/out of  
 the ordinary in your configuration of Nagios that you could think  
 of?  Could we get more on what causes this error to start?
 
 The object definition files should be carefully checked by Nagios on  
 startup unless there is some illusive bug.  Have you tried running  
 nagios with a simple configuration.
 
 I would try two things: I would back up nagios/etc and then install  
 the sample configs (make install-config) and see if that shows any  
 difference.  And I would still strongly suggest to reconfigure/ 
 recompile nagios using the method as described in the 
 quickstart guide  
 for fedora; scaning over the configuration output for anything  
 interesting.
 
 Hope this helps.
 
 Mark Young
 ___
 Nagios Enterprises, LLC
 Web:www.nagios.com
 
 --
 ---
 This SF.Net email is sponsored by the Moblin Your Move 
 Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  
 win great prizes
 Grand prize is a trip for two to an Open Source event 
 anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Monitoring Windows Clients

2008-08-15 Thread Anthony Montibello
OR try NC_Net (http://sourceforge.net/projects/nc-net)

NC_NEt, OpMon, NSCLinet(http://nsclient.ready2run.nl/),NSClient++
All Use check_NT and you should be able to easily interchange between them.
(all Window  client side configuring) provided you are using the Official
Check_nt Plugin.

NC_Net offers an array of additional commands as well as Passive checks via
NSCA
instead of NRPE it has its own RUNSCRIPT command.  these and other addtional
commads are availible by compilling check_nc_net.c instead of Check_nt.c

Tony (Author of NC_Net)



On Fri, Aug 15, 2008 at 1:24 PM, Dario B. Bestetti 
[EMAIL PROTECTED] wrote:


 - Jeff Marble [EMAIL PROTECTED] escreveu:

  My Solaris clients all work great but a few of the windows clients die
  each day.
 
  I have installed and configured nsclient from MikeM on 15 Windows
  servers.  6-8 times each day, the nsclient++ service will die with no
  information in the NSC.log file.
 
  I am using nsclient, not nrpe.  No preference here, just what was the
  most straight forward for a Solaris guy to monitor a few windows
  servers.
 
  I enabled the recommended modules in the instructions and monitory
  cpu
  load, disk space, a process and memory usage in the NSC.ini file.
  These work fine.  I have since commented out NRPEListener, SysTray,
  CheckEvenLog and CheckHelpers.  Remaining is FileLogger, CheckSystem,
  CheckDisk, and NSClientListener.  I only allow the nagios host to
  connect on port 12489.  I bind to one NIC on the windows server.
  Debug is turned on.
 
 
  I am a newbie to monitoring windows clients.  Please point me in the
  right direction. I suspect I have configured something wrong because
  I
  assume many others are also using NSCLient++.I have googled, read
  blogs, and read the list.
 
  At this point, I will attempt to switch to NRPE and see if that makes
  a difference.  Unless there is a fix or a better option.
 
  Thank you,
  Jeff
 
  --
  Jeff Marble
  [EMAIL PROTECTED]

 Try OpMon Agent:
 http://www.opservices.com.br/index.php?option=com_contenttask=viewid=54Itemid=54

 []s
 Dario
  
  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
  challenge
  Build the coolest Linux based applications with Moblin SDK  win great
  prizes
  Grand prize is a trip for two to an Open Source event anywhere in the
  world
  http://moblin-contest.org/redirect.php?banner_id=100url=/
  ___
  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 the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
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] elapsed down time

2008-08-15 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marc Powell wrote:
|
| On Aug 15, 2008, at 11:50 AM, Hugo van der Kooij wrote:
|
| -BEGIN PGP SIGNED MESSAGE-
| Hash: SHA1
|
| Marc Powell wrote:
| | On Aug 15, 2008, at 10:30 AM, James wrote:
| |
| | I want to include the elapsed time from the host down alert to the
| | Notification Type: RECOVERY.
| |
| | Isn't it awesome then that there are several macros available that'll
| | help you accomplish that?
|
| Would you care to elaborate?
|
| I recall a similar discussion here that did not result in a simple
| solution. So I may have missed something here.
|
| Either of these seem feasible, depending on specificity --
|
| $LASTHOSTSTATECHANGE$ This is a timestamp in time_t format (seconds
| since the UNIX epoch) indicating the time the host last changed state.
| $LASTHOSTUP$ This is a timestamp in time_t format (seconds since the
| UNIX epoch) indicating the time at which the host was last detected as
| being in an UP state.

I recall that $LASTHOSTSTATECHANGE$ only worked to indicate the previous
working period on a down message but the up message showed a bogus
counter (being 0 or close to zero). So that variable is not that usefull.

I for one would not care about how long the UP period was but I do care
about the DOWN period. But I have not yet found a way to add it to the
report.

Hugo.

PS: I see no reason to take this off the list. Hence I used the
Reply-To: header.

- --
[EMAIL PROTECTED]   http://hugo.vanderkooij.org/
PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc

A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting frowned upon?

Bored? Click on http://spamornot.org/ and rate those images.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFIpgdvBvzDRVjxmYERAryyAJ9GxSDrCMCUUDH5j76SjqviaGnIwACgj7zi
Cns1UDxaZsb6jVMW9z+ippQ=
=Lja5
-END PGP SIGNATURE-

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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