Re: [Nagios-users] NDO update delay

2009-04-01 Thread Rodney Ramos
MyISAM instead of InnoDB engine in your NODUtils db; > > 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

Re: [Nagios-users] NDO update delay

2009-03-27 Thread Rodney Ramos
made a query on this table and compare de last_chek value with the "Last Check" value showed by Nagios? Thanks, Rodney. On Thu, Mar 26, 2009 at 4:51 PM, Jim Avery wrote: > 2009/3/26 Rodney Ramos : > > Hi everybody. > > > > I´ve installed NDOUtils (nodutils-1.

[Nagios-users] NDO update delay

2009-03-26 Thread 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" on "nagios_hoststatus" table. Can anyone

Re: [Nagios-users] Check attempt number do not reset

2009-03-05 Thread Rodney Ramos
OST ALERT: sani6as05;DOWN;HARD;4;Network is unreachable In this example, after the "UP;SOFT;2" we had a "DOWN;SOFT;1". That is my doubt? Someties Nagios resets the check number, sometimes it doesn´t. Thank you again. Rodney. On Thu, Mar 5, 2009 at 12:22 PM, Marc Powell wrote:

[Nagios-users] Check attempt number do not reset

2009-03-05 Thread Rodney Ramos
I´m noticing that, sometimes, the check attempt number do not reset to "1" after a recovery state, as we can see below: [1236254782] HOST ALERT: sani6as05;DOWN;SOFT;1;No route to host [1236254852] HOST ALERT: sani6as05;UP;SOFT;2;TCP OK - 0.519 second response time on port 135 [1236255172] HOST ALE

[Nagios-users] NRPE Problems

2007-08-31 Thread Rodney Ramos
I´m testing Nagios NRPE and I´m finding serveral problems. I´m working with: - Nagios 2.9 on Solaris 9 (last CVS patch). - NRPE 2.8.1 on Solaris 8 (last CVS patch). - gcc 3.4.6 1) When I try to start a daemon using NRPE, I receive the message "CHECK_NRPE: Socket timeout after 10 seconds.", althou

[Nagios-users] Nagios SIGHUP problem

2007-08-30 Thread Rodney Ramos
I´m having a problem when I try to reload Nagios 2.9. When I run "kill -HUP ", it ends up with SIGEXIT. In the nagios.log we have "Caught SIGEXIT, shutting down...". I´m running Nagios 2.9 in Solaris 9, gcc-3-4-6. I´ve read that this a problema in the "char *sigs[]" definition on the nagios.c fi