<div>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.</div>
<div> </div>
<div>As I´ve told, I´ve noticed that making a query on the nagios_hoststatus table.</div>
<div> </div>
<div>Does anybody has a similiar problem? Has anybody made a query on this table and compare de last_chek value with the "Last Check" value showed by Nagios?</div>
<div> </div>
<div>Thanks,</div>
<div>Rodney.</div>
<div><br><br> </div>
<div class="gmail_quote">On Thu, Mar 26, 2009 at 4:51 PM, Jim Avery <span dir="ltr"><<a href="mailto:jim@jimavery.me.uk">jim@jimavery.me.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">2009/3/26 Rodney Ramos <<a href="mailto:rodneyra@gmail.com">rodneyra@gmail.com</a>>:<br>
<div>
<div></div>
<div class="h5">> Hi everybody.<br>><br>> I´ve installed NDOUtils (nodutils-1.4b7) whith Nagios (nagios-3.0.6) and<br>> it´s working.<br>><br>> However I´ve noticed that it´s taking more than 30 minutes to update the<br>
> MySQL tables.<br>><br>> I´ve detected the problem making a query on the field "last_check" on<br>> "nagios_hoststatus" table.<br>><br>> Can anyone help me? There is a parameter to make the update process faster?<br>
<br><br></div></div>You can try reducing the number of days data you keep and adding some<br>indexes.  The solution I think helps most though was contributed by<br>Marc DeTrano here in a thread here on 3rd/4th March which I summarised<br>
thus:<br><br>I simply added a file "nagios.cnf"<br>under /etc/mysql/conf.d like so:<br><br> [mysqld]<br> innodb_flush_log_at_trx_commit = 2<br><br>and it reduced my Nagios startup time from more than 3 minutes to only<br>
30 seconds!<br><br>I already had quite a few of the data_processing_options disabled in<br>ndomod.cfg and had reduced all of the max_*_age parameters in<br>ndo2db.cfg to 24 hours (before those my startup time was more than 5<br>
minutes).<br></blockquote></div><br>