Skip to content
Snippets Groups Projects
Commit 803d448d authored by Daniele Belfiore's avatar Daniele Belfiore
Browse files

Updated relative path into *.sh

parent ccfdc9cc
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
for i in {1..500}
do
python /usr/lib/zabbix/externalscripts/ceilometer $1 $2
python ceilometer $1 $2
#sleep `perl -e 'printf("%.2f\n", rand())'`
done
wait
#!/bin/bash
python /usr/lib/zabbix/externalscripts/ceilometer $1 $2
python ceilometer $1 $2
#!/bin/bash
python /usr/lib/zabbix/externalscripts/hypervisor-show
python hypervisor-show
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment