1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-10 01:17:40 +03:00

bug #1060: fix parameter order in ganglia poll

This commit is contained in:
Javi Fontan 2012-01-20 17:23:08 +01:00
parent 77dbb2778d
commit cd9f6d6705

View File

@ -50,9 +50,8 @@ GANGLIA_PORT=8649
domain=ARGV[0]
dom_id=ARGV[1]
host=ARGV[2]
dom_id=ARGV[2]
host=ARGV[1]
# Gets monitoring data from ganglia or file
begin