Page 1 of 1

Enable active checks of all services in this hostgroup

Posted: Thu Sep 01, 2011 12:33 pm
by joaovdn
Hi,

When i enable de hostgroup in option "Enable active checks of all services in this hostgroup", all the services are automatic Reschedule. If the hostgroup have many checks, its a problem for our business.
How can i execute this command and make nagios dont do reschedules?

Tks.

Re: Enable active checks of all services in this hostgroup

Posted: Fri Sep 02, 2011 12:12 pm
by lmiltchev
You can change your setting under the Nagios Core Config Manager. Click on "Nagios Core Main Config" under "Advanced" from the left panel menu. You will see something like this:

Code: Select all

auto_reschedule_checks=0
auto_rescheduling_interval=30
auto_rescheduling_window=180
You can modify these settings, however use caution - read this document first:
Auto-Rescheduling Option

Format: auto_reschedule_checks=<0/1>
Example: auto_reschedule_checks=1

This option determines whether or not Nagios will attempt to automatically reschedule active host and service checks to "smooth" them out over time. This can help to balance the load on the monitoring server, as it will attempt to keep the time between consecutive checks consistent, at the expense of executing checks on a more rigid schedule.

WARNING: THIS IS AN EXPERIMENTAL FEATURE AND MAY BE REMOVED IN FUTURE VERSIONS. ENABLING THIS OPTION CAN DEGRADE PERFORMANCE - RATHER THAN INCREASE IT - IF USED IMPROPERLY!
http://nagios.sourceforge.net/docs/nagi ... gmain.html