I have configured AWS monitoring with Check_MK version 1.5.0p13 (following the documentation at the official Check_MK site). Everything works, except RDS checks, when I go to discover services, I get:
Service discovery failed for this host: 'DBName'
Is there anything I can do to debug this issue, where can I get some more output? Any ideas how to solve this?
This is the output of:
cmk -vI aws
WARNING: Exception while parsing agent section 'aws_rds_summary': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds_summary", line 30, in parse_aws_rds_summary
return {instance['DBName']: instance for instance in parse_aws(info)}
File "/omd/sites/mysite/share/check_mk/checks/aws_rds_summary", line 30, in <dictcomp>
return {instance['DBName']: instance for instance in parse_aws(info)}
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds_summary': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds_summary", line 30, in parse_aws_rds_summary
return {instance['DBName']: instance for instance in parse_aws(info)}
File "/omd/sites/mysite/share/check_mk/checks/aws_rds_summary", line 30, in <dictcomp>
return {instance['DBName']: instance for instance in parse_aws(info)}
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)
WARNING: Exception while parsing agent section 'aws_rds': KeyError('DBName',)
File "/omd/sites/mysite/lib/python/cmk_base/data_sources/host_sections.py", line 260, in _update_with_parse_function
return parse_function(section_content)
File "/omd/sites/mysite/share/check_mk/checks/aws_rds", line 72, in parse_aws_rds
parsed.setdefault(metrics['DBName'], metrics)