Repositories
Help
ncc.zabbix_fbsd_templates
Commits
Files
Yohn Y.
2024-10-13
Child:
8e4f72f0be61
0:0f46afe818e3
Go to Latest
ncc.zabbix_fbsd_templates/src/aw.fbsd-mon-helper/lib/common.sh
.. init
Download raw file
View source
Diff to previous
Annotate
History
Loading...
1
get_rand_sec
()
{
2
awk
'BEGIN{srand();print int((rand() * 100) % 60)}'
3
}
4
5
sleep_some
()
{
6
sleep
"
$(
get_rand_sec
)
"
7
}