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
> 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
-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 -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> -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
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
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
> -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
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
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
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
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
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
26 matches
Mail list logo