The scheduling of La planification dans Shinken Enterprise is quite simple. The first scheduling take care of the est très simple. La 1ère planification prend en compte le max_service_check_spread and spread et max_host_check_spread so the time of the first schedule will be in the afin que le temps soit dans :
| Code Block |
|---|
start+max_*_check_spread |
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.
Si la période de vérification correspond, Shinken Enterprise utilise une méthode aléatoire pour le faire : le check est entre t=maintenant et t=min, cela permet d'avoir une meilleure distribution des checks dans la période.
Après la 1ère planification, le temps pour le prochain check est tAfter this first scheduling, the time for the next check is just t_check+check_interval if the timepriod is agree for it (or just the next time available in the timeperiod(ou juste le prochain temps disponible dans la période).