On Qui, 2013-06-27 at 09:23 +0100, Rui Miguel Silva Seabra wrote:
> Hi,
>
> We'd like to keep nagios_servicecheks for 14 months of current time but,
> of course, it can get quite big (37GB just for the table with about 6
> months of data).
>
> So I tried partitioning it:
>
> ALTER TABLE nagio
Hi,
We'd like to keep nagios_servicecheks for 14 months of current time but,
of course, it can get quite big (37GB just for the table with about 6
months of data).
So I tried partitioning it:
ALTER TABLE nagios_servicechecks PARTITION BY RANGE(TO_DAYS(end_time)) (
partition p201301 VAL
So i set data_processing_options to 12480
moved the timeouts back to the standards
I am still seeing the same behavior.
As soon as I start ndoutils the service and host checks stop. In the
performance info the number of checks in the last 1min goes to 0 and
if i wait long enough the 5 min also g
Greg Pangrazio wrote:
> I don't really care about historical data so i was reducing those
> times to get data out of the DB faster and improve startup times.
>
Check on indexes for the MySQL schema. there is a -mod sql script next
to the normal db schema definition.
> Should I go back to the
I don't really care about historical data so i was reducing those
times to get data out of the DB faster and improve startup times.
Should I go back to the defaults there?
Here is the SQL
+--+
| CNT |
+--+
| 3232 |
+--+
Really I only need service and host status nothing else is of u
Hi,
Greg Pangrazio wrote:
> max_timedevents_age=60
>
If you remove that from data_processing_options, it won't be used in the
future.
> max_systemcommands_age=90
> max_servicechecks_age=90
> max_hostchecks_age=90
> max_eventhandlers_age=1440
>
Quite low values, could be that the cleanup
ndo2db:
ndo2db_user=nagios
ndo2db_group=nagios
socket_type=unix
socket_name=/var/cache/nagios3/ndo.sock
tcp_port=5668
db_servertype=mysql
db_host=localhost
db_port=
db_name=ndoutils
db_prefix=nagios_
db_user=php_user
db_pass=ph...@ssw0rd
max_timedevents_age=60
max_systemcommands_age=90
max_servicec
Greg Pangrazio wrote:
> Is there a way to limit which hosts get put into the NDO database? My
> install is getting a bit big and NDO is taking up too much of the CPU
> and making the system sluggish. If i turn of NDO it works fine.
>
> I use ndo for some custom pages for groups that do not have a
Unless you wish to somehow modify the source code to ignore certain
hosts (a very risky proposition unless you are good at C), I'd recommend
against trying to limit the number of hosts that NDO puts in the
database. Also, having that many services in NDO shouldn't be an issue
with the hardware
Is there a way to limit which hosts get put into the NDO database? My
install is getting a bit big and NDO is taking up too much of the CPU
and making the system sluggish. If i turn of NDO it works fine.
I use ndo for some custom pages for groups that do not have access to
nagios and only need t
In my nagios setup all object_id from nagios_object table jumped down to
31 to 3 on January 5, 2010 around 11: 06 PM, can someone shed any
light to this issue? Thanks
--
Cordially,
Shadhin Rahman
--
Download Inte
All,
I have two machines which are responsible for nagios monitoring. One is
master and one is fail over. I am also keeping historical data in
NdoUtils. I am using mysql for Ndoutils and they have master-master
replication. So in master I have active check and active notification
enabled.
All,
in case anyone is interested. I solved the problem. My
"config_output_options' was set to zero in ndomod.cfg. If you set to 1 or
3 depending on your need then it works fine. Thanks
On Mon, Jun 15, 2009 at 2:50 PM, shadih rahman wrote:
> I am running nagios version 3.0.6 and ndoutils
Hi everyone,
I have a quick question about Nagios and NDOUtils I was hoping someone
could answer.
What happens if the database that NDO Utils is using becomes
unavailable? (e.g. the server has crashed).
I'm assuming Nagios will continue to monitor and send notifications as
normal, is this correc
The error message says that ndoutils is running, but can't connect to
the database.
Can you try and see if port 3306 is open? That is the one MySQL should
be listening on. The command to do that is:
netstat -ltunp
Next, check if there might be a firewall blocking access. For instance,
to see
'Nagios Users Mail-list'
Subject: Re: [Nagios-users] NDO Utilities install NDO database error for NDO
Util 1.3.1
That's just what I told you with these commands.
For what I've seen from your dirlisting, you have afile called "mysql.sql"
So after these steps you sho
_schema |
| cactidb|
| mysql |
| nagios |
| test |
++
5 rows in set (0.00 sec)
-Original Message-
*From:* Michael Friedrich [mailto:michael.friedr...@univie.ac.at]
*Sent:* Friday, June 19, 2009 09:13 AM
*From:* Michael Friedrich [mailto:michael.friedr...@univie.ac.at]
*Sent:* Friday, June 19, 2009 05:47 AM
*To:* 'Natalie Aloi'
*Cc:* 'Nagios Users Mail-list'
*Subject:* Re: [Nagios-users] NDO Utilities install NDO database
error for NDO Util 1.3.1
Hi,
if it
drich [mailto:michael.friedr...@univie.ac.at]
Sent: Friday, June 19, 2009 05:47 AM
To: 'Natalie Aloi'
Cc: 'Nagios Users Mail-list'
Subject: Re: [Nagios-users] NDO Utilities install NDO database error for NDO
Util 1.3.1
Hi,
if it helps do the following:
# mysql -u root -p
CREATE
Hi,
if it helps do the following:
# mysql -u root -p
CREATE USER 'nagios'@'localhost' IDENTIFIED BY 'nagios';
GRANT USAGE ON * . * TO 'nagios'@'localhost' IDENTIFIED BY
'' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0
MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;
CREATE DATABASE
Thanks for the reply Marc...
I am using ver 2.11 Nagios the most recent version of ndo utils said I had to
have a higher version of nagios to use (2.5?) which is why I selected 1.3.1
Natalie
On Jun 17, 2009, at 11:09 AM, Natalie Aloi wrote:
> Hello I am attempting to install NDO Utils - I am
On Jun 17, 2009, at 11:09 AM, Natalie Aloi wrote:
> Hello I am attempting to install NDO Utils - I am at the Create NDO
> Database section...except I don't have this installdb file in my db
> directory I have what is below:
> as you can see I am installing ndoutils 1.3.1 since I am using
>
Hello I am attempting to install NDO Utils - I am at the Create NDO Database
section...except I don't have this installdb file in my db directory I have
what is below:
as you can see I am installing ndoutils 1.3.1 since I am using nagios 2.11
[r...@nagios ndoutils-1.3.1]# cd db
[r...@nagios db]
OK, that explains it. Use 127.0.01 instead.
MySQL tries to be "smart" and in the process confuses everybody; it
interprets "localhost" to mean "I want to use Unix sockets". But based
on your configuration file, you obviously want to use TCP sockets. Using
the IP address instead tells MySQL to u
I don't see where you specified the db_host in ndo2db.cfg.
rajashekar.s wrote:
> Hi all,
> I have installed Nagios 3.0.6 and Nagios Plugin-1.4.13 and NDO
> Utils1.4b7 as given in the installtion manual. but I get message
> ndomod:Still unable to connect to data sink
>
> The following are the rela
I am running nagios version 3.0.6 and ndoutils 1.47b. My nagios is running
properly without any error. However in my ndoutils database I am seeing
is_active is always 0. Can someone direct me to right direction to solve
this problem. Thanks
On Fri, Jun 12, 2009 at 12:38 PM, shadih rahman wrot
Can someone please tell me why am I seeing all my nagios_objects are shwoing
is_active 0 in nagios_objects table of my ndoutils database? Thanks in
advance.
On Wed, Jun 10, 2009 at 11:17 AM, shadih rahman wrote:
> is_active shows 0 for all my entries nagios_object. Can someone tell me if
> is
shadih rahman wrote:
> All,
>I have been running ndoutils with nagios for a while. When I initially
> setup my nagios, I played around with a lot of different service checks and
> changed around a lot of config parameters. Now, I have a solid setup and I
> have not changed configuration for a
All,
I have been running ndoutils with nagios for a while. When I initially
setup my nagios, I played around with a lot of different service checks and
changed around a lot of config parameters. Now, I have a solid setup and I
have not changed configuration for a while. When I go into the dat
Hello Everybody
I have setup nagios for the Datacentre. Now I need to setup NDO for database
logging. Setup everything according to the DOC.
I got an error when I tried to start the daemon using à
/usr/local/nagios/bin/ndo2db-3x -c /usr/local/nagios/etc/ndo2db.cfg.
Support for the specifi
hi
I've a problem with ndo database. Every time I restart nagios, the colum
named "is_active" of the "nagios_objects" table turn to =0. With this
value, the plugin Bussines Project can't extract anything and as a
result of this, all bussines checks turned to "UNKNONW". If I turn
"is_active" t
Good luck.
If any problem, reply to the list, or to me :)
2009/4/2 Rodney Ramos :
> Hi Lei.
>
> I´m using MyISAM engine.
>
> Thanks,
> Rodney.
>
> On Tue, Mar 31, 2009 at 4:59 AM, lei chen wrote:
>>
>> The primary reason maybe the low performance in your mysql server with
>> innodb engine.
>>
>>
Hi Lei.
I´m using MyISAM engine.
Thanks,
Rodney.
On Tue, Mar 31, 2009 at 4:59 AM, lei chen wrote:
> The primary reason maybe the low performance in your mysql server with
> innodb engine.
>
> Two solutions:
> 1. tuning your my.cnf to improve the mysql performance;
> 2. use MyISAM instead of In
The primary reason maybe the low performance in your mysql server with
innodb engine.
Two solutions:
1. tuning your my.cnf to improve the mysql performance;
2. use MyISAM instead of InnoDB engine in your NODUtils db;
2009/3/26 Rodney Ramos :
> Hi everybody.
>
> I´ve installed NDOUtils (nodutils-1
Sorry, Jim, but my problem is not with Nagios startup. The problem is that
NDOUtils does not update MySQL tables fast. It takes more than 30 minutos do
make an update.
As I´ve told, I´ve noticed that making a query on the nagios_hoststatus
table.
Does anybody has a similiar problem? Has anybody m
2009/3/26 Rodney Ramos :
> Hi everybody.
>
> I´ve installed NDOUtils (nodutils-1.4b7) whith Nagios (nagios-3.0.6) and
> it´s working.
>
> However I´ve noticed that it´s taking more than 30 minutes to update the
> MySQL tables.
>
> I´ve detected the problem making a query on the field "last_check" o
Hi everybody.
I´ve installed NDOUtils (nodutils-1.4b7) whith Nagios (nagios-3.0.6) and
it´s working.
However I´ve noticed that it´s taking more than 30 minutes to update the
MySQL tables.
I´ve detected the problem making a query on the field "last_check" on
"nagios_hoststatus" table.
Can anyone
Hi all,
We are currently trying to extract data for a SLA report from our
NDO-installation.
So far we are well on our way, not at least with the help of netMySLA :)
But we are left with one question right now - where is the historical
scheduleddowntime data available?
When listing events for
--Original Message-
From: Hoot, Joseph
Sent: Monday, June 30, 2008 2:18 PM
To: Hoot, Joseph; Nagios User list
Subject: RE: [Nagios-users] ndo-utils not populating hostgroups
I just installed ndoutils on mon Nagios v2.12 system and it appears to
be populating these fields correctly. I'll drop t
Sent: Monday, June 30, 2008 1:51 PM
To: Nagios User list
Subject: Re: [Nagios-users] ndo-utils not populating hostgroups
Yup... that event_broker_options=-1. I had forgot to send that to you.
All other INSERTS appear to be working and are selectable from the
database.
-Original Message-
User list
Subject: Re: [Nagios-users] ndo-utils not populating hostgroups
On Jun 30, 2008, at 12:09 PM, Hoot, Joseph wrote:
> OK. So from what you can tell, Marc, my config files should be
> setup to
> collect information properly.
If event_broker_options=-1, that would appear to be
On Jun 30, 2008, at 12:09 PM, Hoot, Joseph wrote:
> OK. So from what you can tell, Marc, my config files should be
> setup to
> collect information properly.
If event_broker_options=-1, that would appear to be the case from my
novice perspective.
> So what is interesting is that if I'm get
EMAIL PROTECTED] On Behalf Of Marc
Powell
Sent: Monday, June 30, 2008 11:32 AM
To: Nagios User list
Subject: Re: [Nagios-users] ndo-utils not populating hostgroups
On Jun 30, 2008, at 9:36 AM, Hoot, Joseph wrote:
> Marc,
>
> I don't see anything in hostgroups or servicegroup
On Jun 30, 2008, at 9:36 AM, Hoot, Joseph wrote:
> Marc,
>
> I don't see anything in hostgroups or servicegroups table:
>
> mysql> select * from nagios_hostgroups;
> Empty set (0.00 sec)
>
> mysql> select * from nagios_servicegroups;
> Empty set (0.00 sec)
>
> mysql>
>
> I believe that it is setu
TED] On Behalf Of Marc
Powell
Sent: Monday, June 30, 2008 10:27 AM
To: Nagios User list
Subject: Re: [Nagios-users] ndo-utils not populating hostgroups
On Jun 30, 2008, at 7:33 AM, Hoot, Joseph wrote:
> OK. For some reason, ndo2db is giving errors in my /var/log/messages
> file:
>
On Jun 30, 2008, at 7:33 AM, Hoot, Joseph wrote:
> OK. For some reason, ndo2db is giving errors in my /var/log/messages
> file:
>
> Jun 30 08:14:02 mon01 ndo2db: Successfully connected to MySQL database
> Jun 30 08:14:27 mon01 ndo2db: Error: mysql_query() failed for 'INSERT
> INTO nagio
> s_conf
years now.
And it reads them properly. Does anyone know why ndo2db might be dieing
on these? Those ".../etc/buc" and ".../etc/suf" (there are a lot more
too) directories contain all of my information for hostgroups,
servicegroups and other things.
-Original Message-
F
On Jun 27, 2008, at 1:35 PM, Hoot, Joseph wrote:
> The documentation for ndoutils talks about the debugging. I turned
> it on, but don’t see any information getting fed into it. I thought
> maybe it was a permission issue, so I set it to nagios:nagios
> instead of root.
Check /var/log/me
Hi all,
I've upgraded my failover nagios system with v3.0.2 (I know that 3.0.3
is out now, but haven't yet upgraded to that). So I have now
implemented ndoutils as well. I have it going to a unix socket and then
into a mysql database. I am attempting to get Nagvis going and we
noticing that
Hi,
Is anyone using a round robin database with the NDO2DB plugin?
I've seen tools that create an RRD from the Nagios log files, but what I'd
like to do is have the NDO database kept under control, not the log files.
In other words, if left unchecked, the NDO database can grow to be pretty
huge.
Hi,
I'm trying to create an availability report with i-net crystal clear.
We are running nagios 3.0.2 with ndo utils 1.47b.
The report has to show the uptime in percent of special services for a
whole month.
Does anybody know how to query the database and how to calculate the uptime?
I only see t
[EMAIL PROTECTED] schrieb:
Hi
05-08-2008 13:09:02] Error: Could not load module
'/usr/local/nagios/bin/ndomod.o' ->
/usr/local/nagios/var/spool/checkresults/nebmodaLM3P1: undefined
symbol: serviceextinfo_list
[05-08-2008 13:09:02] LOG VERSION: 2.0
this error i get after i have installed n
Hi
05-08-2008 13:09:02] Error: Could not load module
'/usr/local/nagios/bin/ndomod.o' ->
/usr/local/nagios/var/spool/checkresults/nebmodaLM3P1: undefined symbol:
serviceextinfo_list
[05-08-2008 13:09:02] LOG VERSION: 2.0
this error i get after i have installed ndo utils and i restart my nagi
Hello all,
I'm new to nagios, and I'm trying to play around with the NDO plugin. I
have a basic configuration (just for testing):
- 1 nagios intance
- 1 hostemplate (the default inux-server)
- 1 host set up using the linux-server template
- 1 contact
- default services and checkcommands
Ev
Doese anyone knows how to get in contact with the author of the
postgresql ndo plugin which is posted here?
http://www.nagiosexchange.org/Utilities.16.0.html?&tx_netnagext_pi1[p_view]=1131
Perhaps someone else knows how to benefit from ndo postgresql database
because currently I don't know of a
; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] NDO and Nagvis Integration
If you will give me a day I would be happy to write up a howto for you.
Stephen Valdinger
MIS Helpdesk Coordinator
P: 330.365.3622
C: 740.491.0958
-Original Message-
From: James Devroy <[EM
Hello,
I am having an issue integrating NDO and Nagvis into my Nagios
installation.
I get the following error when I try to view a nagvis map:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL
result resource in
/usr/local/nagios/share/nagvis/nagvis/includes/classe
On Jan 23 11:00, Giles Coochey wrote:
> >
> Have you tried the advice of someone else to give InnoDB loads of
> memory? I would like to try that, but have no idea as to how to do it!
> Perhaps someone can advise?
Have a look at the sample mysql configs that come w/ the mysql-server package
(/usr/
>
> you just delete the database and ndodaemon back to work ?
>
I have to run the db installation script that comes with ndoutils to
recreate the db schema.
> if you use postgresql? same problem ??
Is postgresql support actually working? I found conflicting information
as to whether it would w
you just delete the database and ndodaemon back to work ?
if you use postgresql? same problem ??
(if i dont solve my problem with NDO tomorow my boss will abort nagios
in the company.. :-( )
Em Seg, 2008-01-21 às 09:33 +0100, Giles Coochey escreveu:
> >
> > List,
> >
> >
> > Today our ND
Hi all
i using nagios 3.10 and ndo in the same version..i ahve the same
problem...the ndo2db say in the log is conect in mysqk, but the ndodamen
saying "error to write in the data sink"
Em Sex, 2008-01-18 às 14:34 -0500, [EMAIL PROTECTED] escreveu:
> List,
>
>
> Today our NDOUtils broker...b
> In order to resolve it, I stop Nagios, stop NDO, restart mysql, drop the
> Nagios database, recreate the Nagios database, start Nagios and start
> NDO.
>
> Once done everything works again. If I don't restart mysql I cannot drop
> the Nagios database within the mysql client and sometimes I need t
>
> List,
>
>
> Today our NDOUtils broker...broke. I'm not entirely sure what
happened,
> but I can tell you what is going on and what I've done...
> Nagios 2.10, 1.4.10 plugs on Ubuntu 7.10
>
> This has been fine for about 3 months now.
>
> Today however, we started seeing some issues with th
On 1/18/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> List,
>
>
> Today our NDOUtils broker...broke. I'm not entirely sure what happened,
> but I can tell you what is going on and what I've done...
> Nagios 2.10, 1.4.10 plugs on Ubuntu 7.10
>
> This has been fine for about 3 months now.
>
>
List,
Today our NDOUtils broker...broke. I'm not entirely sure what happened,
but I can tell you what is going on and what I've done...
Nagios 2.10, 1.4.10 plugs on Ubuntu 7.10
This has been fine for about 3 months now.
Today however, we started seeing some issues with the daemon. In the
even
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Brian Loe
> Sent: Wednesday, January 16, 2008 2:46 PM
> To: Nagios Users
> Subject: [Nagios-users] NDO
>
> Now that I do have Nagios in a mysql database, what ot
Now that I do have Nagios in a mysql database, what other add-ons
utilize it? The documentation on it is pretty thin... I would assume
its very helpful when you have lots of Nagios servers feeding a
centralized one?
-
This SF.
Alex Burger wrote:
>
> Hi Dallas.
>
> What platform are you running on? Are you running a 32 or 64 bit OS?
ndo2db is running on 64 bit ( 2.6.9-34.EL #1 Thu Mar 9 06:03:30 GMT 2006
x86_64 x86_64 x86_64 GNU/Linux)
I've tried ndomod on both 64 & 32 bit (CentOS 4.x)
-dallas
>
> Alex
>
>
> Da
Hi Dallas.
What platform are you running on? Are you running a 32 or 64 bit OS?
Alex
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 runnin
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
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
Hi all,
On Thursday 09 August 2007 11:18, Dirk Westfal wrote:
> Hi all,
>
> I`m trying to get ndoutils-1.4b4 to run with nagios 2.9, but regardless
> what i try, i get the dreaded "could not open datasink" message from the
> ndomod module.
I found it... after i added debug code to ndomod_open_sin
Hi all,
I`m trying to get ndoutils-1.4b4 to run with nagios 2.9, but regardless what i
try, i get the dreaded "could not open datasink" message from the ndomod
module.
The ndo2db deamon is running, login to the mysql database successfull.
The error occurs when using a unxisocket but also whe
opher Yates" <[EMAIL PROTECTED]>
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] NDO 1.4b3 programstatus table not populating
Date: Tue, 22 May 2007 13:26:26 -0500
Hello,
I am running Nagios 2.9 with NDO utils 1.4b3 and MySQL 5.0.26-12.
Hoststatus and Servicestat
Hello,
I am running Nagios 2.9 with NDO utils 1.4b3 and MySQL 5.0.26-12.
Hoststatus and Servicestatus tables are being populated as expected,
however, programstatus is never being populated. All in all, NDO seems to
be functioning fine, as programstatus table not populating seems to be the
I tried to get NDOutils 1.4b3 running with my Nagios 2.9 installation on
Solaris 8 and run
into the following problems:
1. error during compile: Solaris 8 doesn't provide the SUN_LEN macro, so i
copied it from one of
my Linux - systems ---> compile ok.
2. error during linking: Solaris 8 d
Hello,
I'm looking for the explanation for some files of NDO database. These
fields arn't covered in
http://nagios.sourceforge.net/docs/ndoutils/NDOUtils_DB_Model.pdf (yet).
In the service table there is a field config_type (also in the hosts)
table. This field is filled with either a '0' of a '1
Hello,
i have NDO utils 1.3.1 and nagios 2.7 installed.
When i start the ndo2db daemon i have a lot a insert erros like this :
localhost ndo2db: Error: mysql_query() failed for 'INSERT INTO servicechecks
SET instance_id='0', service_object_id='0', check_type='0',
current_check_attempt='1', m
Title: NDO - Using up RAM?
I notice that NDO2DB (version 1.2) is starting to take up a lot of memory on my system. It starts out using 20% of the 2GB of RAM, now 4 hours later it's now using 40+% of the available RAM.
Has anyone else seen this?
Mike
-
Title: NDO 1.3.1
I tried to upgrade to NDO 1.3.1 and it appears that even though I configured (./configure --with-mysql-lib=/usr/lib/mysql) and compile without errors, I get an error message When I try to start the daemon.
./ndo2db-2x -c /usr/local/nagios/etc/ndo2db.cfg
Support for the spec
Hi all, i'm a bit lost here and i need some help.
I need to setup a nagios monitoring environement with high
avaliability and load balancing. When i was ressearching this i first
considered the option of doing it with nsca and just submiting the
checks passively to my visualization servers.
Other
s time for a beer.. maybe two.
Mike
-Original Message-
From: Patrick Morris [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 03, 2006 3:54 PM
To: Mike Koponick
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] NDO Services
On Thu, 03 Aug 2006, Mike Koponick wrote
On Thu, 03 Aug 2006, Mike Koponick wrote:
> Hello,
>
> I'm looking at implementing syslog via Nagios in a distributed
> environment. I want to report historical information for network devices
> that output syslog information. Of course, I will be parsing out syslog
> information so I don't have
Title: NDO Services
Hello,
I’m looking at implementing syslog via Nagios in a distributed environment. I want to report historical information for network devices that output syslog information. Of course, I will be parsing out syslog information so I don’t have a flood of traffic. I see how
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Mike Koponick
> Sent: Sunday, July 30, 2006 7:08 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] NDO - Log_Entries
>
> Does anyone know how t
Does anyone know how the field "logentry_type" is
defined? I see many entries and numbers in this field, but I wonder what they
mean.
Thanks!
Mike-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net'
Title: NDO - Table Curruption?
Hello,
I’m running into a bit of an issue with NDO (version 1.2) where I’m seeing random tables getting corrupted. Typically, I will see this in the syslog message stating that it cannot insert the MYSQL command….
Has anyone else seen this issue?
Thanks!
Mi
hi all,
I just tried to set up the ndo db-structure (mysql.sql) on a 4.0 mysql
instance but it seems that the create syntax has changed from 4.0 to 4.1
since the DEFAULT keyword in front of CHARSET=ascii is not accepted.
The setup works flawlessly on my laptop (mysql 4.1). Has anyone else
ex
Am Dienstag 23 Mai 2006 13:43 schrieb Samba:
> What about NDO 1.3, will that work with my version of Nagios?
I think 1.2 should work.
Jörg
pgp2Gq1DyFRjj.pgp
Description: PGP signature
What about NDO 1.3, will that work with my version of Nagios?
Thanks!
Josh
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joerg Linge
Sent: Tuesday, May 23, 2006 6:38 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] NDO Utils
Am Dienstag 23 Mai 2006 13:31 schrieb Samba:
> Hi,
Hi Josh
> I have the NDO Utils 1.3.1 compiled successfully with MySQL. I have the
> MySQL DB setup and I'm using Nagios 2.0 B4.
NDO 1.3.1 works with nagios > 2.0rc1
The event broker api changed in this release.
http://nagios.org/development/ch
Hi,
I have the NDO Utils 1.3.1 compiled successfully with MySQL. I have the
MySQL DB setup and I'm using Nagios 2.0 B4.
When I add the Event Broker command to the Nagios.cfg file I get the
following error in the Event Log:
[05-23-2006 06:27:29] Error: Could not load module
/usr/local/nagios/b
Hi Mike,
this is quiet normal Nagios doing.
The "secret" are the difference states of a check.
You set you retry value to two, so the first Critical is a Softstate
Critical and the second one a hard state Critical.
The Notifications are triggered only on a hard state - so it works for
you for
Hello Everyone,
I was wondering I currently have Nagios configured to notify me after it
has seen a problem twice, which means I have the retry value set to two.
This works fine for me since I don't want to get notified if there is
some sort of anomaly on the network.
My issue is that Nagios is w
94 matches
Mail list logo