"git@baltig.infn.it:infn-cloud/paas-ci.git" did not exist on "2ebfa3529f32cdc92e11d99e83a27f6fab5df6ca"
Newer
Older

Daniele Belfiore
committed
#!/bin/bash
for i in {1..500}
do
python /usr/lib/zabbix/externalscripts/zabbix-external-scripts/ceilometer $1 $2

Daniele Belfiore
committed
#sleep `perl -e 'printf("%.2f\n", rand())'`
done
wait