| Предыдущая версия справа и слева
Предыдущая версия
Следующая версия
|
Предыдущая версия
|
mikrotik:rb3011uias:routeros:system:scheduler [2020/10/10 14:50] Николай Солошин |
mikrotik:rb3011uias:routeros:system:scheduler [2022/02/12 11:40] (текущий) |
| ====== Настройки планировщика ====== | ====== Настройки планировщика ====== |
| |
| <code>/system scheduler</code> | Это оптимальные на мой взгляд настройки. |
| |
| [[mikrotik:rb3011uias:routeros:system:scripts:test_modem|Периодическое тестирование 3G модема]]. | [[mikrotik:rb3011uias:routeros:system:scripts:test_modem|Периодическое тестирование 3G модема]]. |
| |
| <code>add interval=12h name="Periodic modem testing" on-event=test-modem policy=\ | * interval=12h |
| ftp,read,write,policy,test,sensitive start-date=feb/26/2020 start-time=\ | * policy=ftp,read,write,policy,test,sensitive |
| 09:09:09</code> | * start-time=09:09:09 |
| |
| [[mikrotik:rb3011uias:routeros:system:scripts:trial_cookies_delete|Удаление гостевых cookies для HotSpot]]. | [[mikrotik:rb3011uias:routeros:system:scripts:trial_cookies_delete|Удаление гостевых cookies для HotSpot]]. |
| |
| <code>add interval=15m name="Remove trial cookies" on-event=trial-cookies-delete \ | * interval=15m |
| policy=read,write start-date=feb/26/2020 start-time=16:34:39</code> | * policy=read,write |
| |
| <code>add name="Initialization variables and SMS" on-event=variables-initialization \ | [[mikrotik:rb3011uias:routeros:system:scripts:variables_initialization|Инициализация переменных и SMS]]. |
| policy=read,write,policy,test,sensitive start-time=startup</code> | |
| |
| <code>add interval=3m name="Channel availability testing" on-event=failover policy=\ | * policy=read,write,policy,test,sensitive |
| ftp,read,write,policy,test,sensitive start-date=feb/27/2020 start-time=\ | * start-time=startup |
| 14:18:21</code> | |
| |
| <code>add interval=1d name="Expiration certificate check" on-event=exp-cert-check \ | [[mikrotik:rb3011uias:routeros:system:scripts:failover|Тестирование доступности каналов]]. |
| policy=read,write,policy,test start-date=mar/18/2020 start-time=09:23:15</code> | |
| | * interval=3m |
| | * policy=ftp,read,write,policy,test,sensitive |
| | |
| | [[mikrotik:rb3011uias:routeros:system:scripts:exp_cert_check|Проверка истечения срока действия сертификата]]. |
| | |
| | * interval=1d |
| | * policy=read,write,policy,test |
| |
| ===== Код для импорта ===== | ===== Код для импорта ===== |
| add interval=1d name="Expiration certificate check" on-event=exp-cert-check \ | add interval=1d name="Expiration certificate check" on-event=exp-cert-check \ |
| policy=read,write,policy,test start-date=mar/18/2020 start-time=09:23:15</file> | policy=read,write,policy,test start-date=mar/18/2020 start-time=09:23:15</file> |
| | |
| | ~~NOTOC~~ |