ncc.zabbix_fbsd_templates

Yohn Y. 2024-10-13 Parent:0f46afe818e3 Child:8e4f72f0be61

2:cf526118cff5 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() * 100) % 60)}'
3 }
5 sleep_some () {
6 sleep "$(get_rand_sec)"
7 }