Traceback (most recent call last):
File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 352, in
dimensions = dimConvert(options.dimensions)
File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 50, in dimConvert
dim[secondSplit[0]] = secondSplit[1]
IndexError: list index out of range
Hi while running below command , i am getting below error
/usr/bin/python /opt/zabbix/cloudwatch/zabbixCloudWatch.py -z "172.31.31.18" -x "aniltariyal4c.mylabserver.com" -a "rahprasingh" -r "ap-south-1a" -s "RDS" -d "zabbixdb" -p "300" -f "2019-09-18 16:20:00" -t "2019-09-18 16:25:00"
Traceback (most recent call last): File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 352, in
dimensions = dimConvert(options.dimensions)
File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 50, in dimConvert
dim[secondSplit[0]] = secondSplit[1]
IndexError: list index out of range
i have only basic knowledge of python , pls help