Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The scheduling of Shinken Enterprise is quite simple. The first scheduling take care of the max_service_check_spread and max_host_check_spread so the time of the first schedule will be in the

...

if the Check Period agree with it. Shinken Enterprise use a random way of doing it : the check is between t=now and t=min(t from next timeperiod, max_*_check_spread), but in a random way. So you will will have the better distribution of checks in this period.

...