ncc.zabbix_fbsd_templates

Yohn Y. 2025-07-12 Parent:fa9f1740c55a

22:e386b9d6312f Go to Latest

ncc.zabbix_fbsd_templates/src/aw.fbsd-mon-helper/lib/common.sh

+ Автоматическую загрузку дистрибутива на ФС

History
1 get_rand_sec () {
2 awk 'BEGIN{srand();print int((rand() * 1000) % 120)}'
3 }
5 sleep_some () {
6 sleep "$(get_rand_sec)"
7 }
9 add_pkg_mon () {
10 echo "$1" >> "${USER_MON_PKG_LIST}"
11 }