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.
Enable active checks of all services in this hostgroup
Re: Enable active checks of all services in this hostgroup
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:
You can modify these settings, however use caution - read this document first:
Code: Select all
auto_reschedule_checks=0
auto_rescheduling_interval=30
auto_rescheduling_window=180http://nagios.sourceforge.net/docs/nagi ... gmain.htmlAuto-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!
Be sure to check out our Knowledgebase for helpful articles and solutions!