Repositories
Help
ncc.zabbix_fbsd_templates
Commits
Files
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
* Не верная раскладка при определении триггера
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
}