Re: [Nagios-users] NDO Issues

2007-09-20 Thread Alex Burger
Dallas Helquist wrote: > I am running nagios 2.9, and am now trying to get ndoutils-1.4b5 working > properly. I followed the README and now have data being written to the > database. The problem I am running into is that ndomod can't seem to > stay connected to ndo2db. I have tried with ndo2db

Re: [Nagios-users] Nagios Log Management Tips?

2007-09-20 Thread Rogelio Bastardo
> Good grief, what on earth are you logging? I'm monitoring over 1000 > hosts and 1600 services and my daily logs range between 600KB and > 1.5MB. Can you post a snippet of your log (say a 15min span ) so we can > get an idea of what it is logging? This is just a test box, and I'm wondering if i

Re: [Nagios-users] Nagios Log Management Tips?

2007-09-20 Thread Tom Nail
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rogelio Bastardo wrote: > Anyone have any tips for dealing with Nagios logs? > > Things are getting a little crazy, and I haven't even been logging very much! > > e.g. > > [EMAIL PROTECTED] run]# find / *nagios* -type f -size +100k > -exec ls -

Re: [Nagios-users] Nagios Log Management Tips?

2007-09-20 Thread Aidan Anderson
Rogelio Bastardo wrote: > Anyone have any tips for dealing with Nagios logs? > > Things are getting a little crazy, and I haven't even been logging very much! > > e.g. > > [EMAIL PROTECTED] run]# find / *nagios* -type f -size +100k > -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' > /var/log/n

[Nagios-users] Nagios Log Management Tips?

2007-09-20 Thread Rogelio Bastardo
Anyone have any tips for dealing with Nagios logs? Things are getting a little crazy, and I haven't even been logging very much! e.g. [EMAIL PROTECTED] run]# find / *nagios* -type f -size +100k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' /var/log/nagios/archives/nagios-08-14-2007-00.log

Re: [Nagios-users] Standard Nagios Plugins 1.4.9 and IPv6 problem?

2007-09-20 Thread Mick
On Thursday 20 September 2007, you wrote: > Hi Mick, > > Just another approach: install a caching only nameserver on the > monitoring server and configure that as the first nameserver in > resolv.conf. This way, you will probably reduce the traffic and maybe > even increase speed... > > I am not to

Re: [Nagios-users] Standard Nagios Plugins 1.4.9 and IPv6 problem?

2007-09-20 Thread Clemens Sibon
Hi Mick, Just another approach: install a caching only nameserver on the monitoring server and configure that as the first nameserver in resolv.conf. This way, you will probably reduce the traffic and maybe even increase speed... I am not too familiar with IPv6 so maybe caching doesn't work as it

Re: [Nagios-users] Standard Nagios Plugins 1.4.9 and IPv6 problem?

2007-09-20 Thread Frost, Mark {PBG}
Another team here manages IPs/DNS so we're not looking to hardcode IPs for hundreds of hosts we don't manage and won't be aware of IP changes for. The thing about #3 is that it seems that no matter how compile the plugins, it will still use IPv6 if it detects that your include files support AF_IN

Re: [Nagios-users] Standard Nagios Plugins 1.4.9 and IPv6 problem?

2007-09-20 Thread Mick
On Thursday 20 September 2007, Hugo van der Kooij wrote: > >> On Wed, 19 Sep 2007, Frost, Mark {PBG} wrote: > >>> Hello. We've been noticing that our Nagios host (Red Hat ES 3 release > >>> 3) has been sending out quite a lot of IPv6 DNS requests (I guess those > >>> are "" record requests on

Re: [Nagios-users] Problem with Nagios && NRPE solved!

2007-09-20 Thread Clemens Sibon
Hi all, I got the solution to my problem within 20 minutes (thans again Janet)! The IP address in the config file was wrong and the command line tool uses the hostname so I was checking two different servers! -- Met vriendelijke groet / with kind regards, Clemens Sibon Triple IT Pettemerstraat

Re: [Nagios-users] Standard Nagios Plugins 1.4.9 and IPv6 problem?

2007-09-20 Thread Hugo van der Kooij
On Thu, 20 Sep 2007, Andreas Ericsson wrote: > Hugo van der Kooij wrote: >> On Wed, 19 Sep 2007, Frost, Mark {PBG} wrote: >> >>> Hello. We've been noticing that our Nagios host (Red Hat ES 3 release >>> 3) has been sending out quite a lot of IPv6 DNS requests (I guess those >>> are "" record

[Nagios-users] Problem with Nagios && NRPE

2007-09-20 Thread Clemens Sibon
Hello all, After 3 days of frustrated debugging, I turn to the mailinglist because I don't get it anymore.. I successfully installed Nagios (first 3.0.3b, later tried the latest 2.9 release), nagios-plugins 1.4.9 and nrpe 2.8.1 (with SSL). My problem is that I can successfully check all the remo

Re: [Nagios-users] Nagios processes hang

2007-09-20 Thread Marantz, Roy
FYI I think this is (mostly) fixed by adjusting the non-documented? external_command_buffer_slots parameter to be a large value, I'm using 1 and by turning OFF aggregate_writes in nsca.cfg. I think there may still be a problem in that passive check can take many minutes to be reflected in the

Re: [Nagios-users] new host added to config file and not showing up GUI

2007-09-20 Thread vuppala rupesh
I have added below service to the host. even i checked no process were running when i restarted nagios. # "oracle-standby-process-service" define service { name oracle-standby-process-service service_description standby use passive-service host_name ANCC-Stdby check_command st

Re: [Nagios-users] new host added to config file and not showing up GUI

2007-09-20 Thread Giles Coochey
Couple of things come to mind. Have you defined any services for this host? When you stop nagios are there any left over nagios processes still running? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vuppala rupesh Sent: 20 September 2007

[Nagios-users] new host added to config file and not showing up GUI

2007-09-20 Thread vuppala rupesh
Hi I have added a new host to my config file when i restart nagios my GUI is not showing up instance added. Any idea?? define host { host_name ANCC-Stdby alias SOMP Stdby database ab35 parents ab35 use generic-host address 10.1.3.250 check_command check_host_ANCC-Stdb

[Nagios-users] NDO Issues

2007-09-20 Thread Dallas Helquist
Hello, I am running nagios 2.9, and am now trying to get ndoutils-1.4b5 working properly. I followed the README and now have data being written to the database. The problem I am running into is that ndomod can't seem to stay connected to ndo2db. I have tried with ndo2db running on the local hos

Re: [Nagios-users] Nagios latency on service more than 1000

2007-09-20 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of sunchai (gillnaldo : sun) > Sent: Thursday, September 20, 2007 8:08 AM > To: nagios-users@lists.sourceforge.net > Cc: [EMAIL PROTECTED] > Subject: [Nagios-users] Nagios latency on service

[Nagios-users] Nagios latency on service more than 1000

2007-09-20 Thread sunchai (gillnaldo : sun)
Hi nagios list, I've problem with service/host check latency with service more than 1000 and host more than 100. Please advise me to tune-up as my requirement. My requirement need service check & alert not more than 5 minutes. All alert must check interval 3 times before alert. The server c

Re: [Nagios-users] No statusmap.cgi

2007-09-20 Thread Mick
On Thursday 20 September 2007, you wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:nagios-users- > > [EMAIL PROTECTED] On Behalf Of Mick > > Sent: 20 September 2007 14:09 > > To: nagios-users@lists.sourceforge.net > > Subject: [Nagios-users] No statusmap.cgi > > > > Hi All

Re: [Nagios-users] No statusmap.cgi

2007-09-20 Thread Giles Coochey
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Mick > Sent: 20 September 2007 14:09 > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] No statusmap.cgi > > Hi All, > > I am looking at a Nagios installation which does

[Nagios-users] No statusmap.cgi

2007-09-20 Thread Mick
Hi All, I am looking at a Nagios installation which does not seem to have a statusmap spider diagram. Could you please help me troubleshoot this? I have these entries in cgi.cgf: physical_html_path=/home/webadmin/nagios.my_domain.com/html url_html_pa

Re: [Nagios-users] Standard Nagios Plugins 1.4.9 and IPv6 problem?

2007-09-20 Thread Andreas Ericsson
Hugo van der Kooij wrote: > On Wed, 19 Sep 2007, Frost, Mark {PBG} wrote: > >> Hello. We've been noticing that our Nagios host (Red Hat ES 3 release >> 3) has been sending out quite a lot of IPv6 DNS requests (I guess those >> are "" record requests on port 53). As our box is not configured

Re: [Nagios-users] dont check service when host down

2007-09-20 Thread Hari Sekhon
You should send email or at least CC to the Nagios-users@lists.sourceforge.net so that everyone else can read your email posting. I think that we have discussed the issue enough and it is not a huge problem. After max check attempts which is configurable, the scheduled checking of services will

[Nagios-users] Statusmap.cgi User Coord Map Colors

2007-09-20 Thread Ross Goble
Hi Looking for some help regarding the statusmap.cgi user supplied coordinate map. My problem is that the colours of the map are being distorted for some reason, that is both the colours of my "statusmap_background_image=" underlay and the colours of my custom icons. However when one clic

Re: [Nagios-users] Nagios Plugin for WinCC Simatic

2007-09-20 Thread Evgeny Stepanov
I Think, there is no ready nagios plugin for this very specific task. There is library to communicate with siemens PLC's, it's used in automation. Maybe it will help you. It's http://libnodave.sourceforge.net/ Maybe there would be a simpler way to read WinCC database directly (usually Access or