We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was really happy to see someone created this integration. Its well done. Having one issue collecting data.
Traceback (most recent call last): File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 370, in cw_data = getCloudWatchData(aws_account, aws_region, aws_service, dimensions) File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 154, in getCloudWatchData aws_account = awsAccount(account) File "/opt/zabbix/cloudwatch/awsAccount.py", line 20, in init options = Config.options(account) File "/usr/lib/python2.7/ConfigParser.py", line 279, in options raise NoSectionError(section) ConfigParser.NoSectionError: No section: ''
The text was updated successfully, but these errors were encountered:
Is the account name (between the square brackets in awscred), the same as the one after ACCOUNT= in your cron script?
Sorry, something went wrong.
No branches or pull requests
I was really happy to see someone created this integration. Its well done. Having one issue collecting data.
Traceback (most recent call last):
File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 370, in
cw_data = getCloudWatchData(aws_account, aws_region, aws_service, dimensions)
File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 154, in getCloudWatchData
aws_account = awsAccount(account)
File "/opt/zabbix/cloudwatch/awsAccount.py", line 20, in init
options = Config.options(account)
File "/usr/lib/python2.7/ConfigParser.py", line 279, in options
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: ''
The text was updated successfully, but these errors were encountered: