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

Fixed path errors

parent 542b43e0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/hypervisor-show
#python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/hypervisor-show
python /usr/lib/zabbix/externalscripts/zabbix-external-scripts/hypervisor-show
#!/bin/bash
python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/prisma-iaas
#python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/prisma-iaas
python /usr/lib/zabbix/externalscripts/zabbix-external-scripts/prisma-iaas
File mode changed from 100644 to 100755
#!/bin/bash
for i in {1..500}
do
python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/ceilometer $1 $2
python /usr/lib/zabbix/externalscripts/zabbix-external-scripts/ceilometer $1 $2
#sleep `perl -e 'printf("%.2f\n", rand())'`
done
wait
File mode changed from 100644 to 100755
#!/bin/bash
python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/ceilometer-mock $1 $2
python /usr/lib/zabbix/externalscripts/zabbix-external-scripts/ceilometer-mock $1 $2
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