ncc.zabbix_fbsd_templates
ncc.zabbix_fbsd_templates/src/aw.fbsd-mon-helper/lib/common.sh
* Увеличен разброс по времени запуска * Отучаем утилиту freebsd-update жаловаться на отсутсвие терминала
1.1 --- a/src/aw.fbsd-mon-helper/lib/common.sh Thu Oct 17 22:58:24 2024 +0300 1.2 +++ b/src/aw.fbsd-mon-helper/lib/common.sh Wed Oct 30 09:16:50 2024 +0300 1.3 @@ -1,5 +1,5 @@ 1.4 get_rand_sec () { 1.5 - awk 'BEGIN{srand();print int((rand() * 100) % 60)}' 1.6 + awk 'BEGIN{srand();print int((rand() * 1000) % 600)}' 1.7 } 1.8 1.9 sleep_some () {