ncc.zabbix_fbsd_templates
2024-10-13
Child:8e4f72f0be61
ncc.zabbix_fbsd_templates/src/aw.fbsd-mon-helper/lib/common.sh
.. init
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/aw.fbsd-mon-helper/lib/common.sh Sun Oct 13 18:44:51 2024 +0300 1.3 @@ -0,0 +1,7 @@ 1.4 +get_rand_sec () { 1.5 + awk 'BEGIN{srand();print int((rand() * 100) % 60)}' 1.6 +} 1.7 + 1.8 +sleep_some () { 1.9 + sleep "$(get_rand_sec)" 1.10 +} 1.11 \ No newline at end of file