Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
jaanca
Hi,
This addon consume 100% de cpu and disk i/o...
in this page explain how fix the problem...
http://www.iojo.net/nagios/ndo
only i need create index for tables, this:
CREATE INDEX start_time_idx ON nagios_hostchecks (start_time);
CREATE INDEX start_time_idx ON nagios_servicechecks (start_time);
CREATE INDEX scheduled_time_idx ON nagios_timedeventqueue (scheduled_time);
This addon consume 100% de cpu and disk i/o...
in this page explain how fix the problem...
http://www.iojo.net/nagios/ndo
only i need create index for tables, this:
CREATE INDEX start_time_idx ON nagios_hostchecks (start_time);
CREATE INDEX start_time_idx ON nagios_servicechecks (start_time);
CREATE INDEX scheduled_time_idx ON nagios_timedeventqueue (scheduled_time);
byjaanca, May 16, 2012
Entrega datos correctos como lo dice el programador.