Repositories
Help
ncc.zabbix_fbsd_templates
Commits
Files
Yohn Y.
2024-12-20
Parent:
084000e4f9b6
Child:
fa9f1740c55a
14:6f7c75523337
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...
awgur@0
1
get_rand_sec
()
{
awgur@12
2
awk
'BEGIN{srand();print int((rand() * 1000) % 600)}'
awgur@0
3
}
awgur@0
4
awgur@0
5
sleep_some
()
{
awgur@0
6
sleep
"
$(
get_rand_sec
)
"
awgur@10
7
}
awgur@10
8
awgur@10
9
add_pkg_mon
()
{
awgur@10
10
echo
"
$1
"
>>
"
${
USER_MON_PKG_LIST
}
"
awgur@0
11
}