Monitoring RDS Instances
Posted: Wed Nov 29, 2023 11:34 pm
Hi
I am monitoring RDS Instances using this plugin https://manpages.org/pmp-check-aws-rdspy/7#description
Script can be found here https://github.com/percona/percona-moni ... aws-rds.py
It's working for all RDS instances except anything in the eu-west-3 region.
I am not so confident with Python and need some help.
Error message I am getting back is
Traceback (most recent call last):
File "/usr/local/nagios/libexec/./check_rds_baseline.py", line 404, in <module>
main()
File "/usr/local/nagios/libexec/./check_rds_baseline.py", line 232, in main
info = rds.get_list()
File "/usr/local/nagios/libexec/./check_rds_baseline.py", line 68, in get_list
result[reg] = rds.get_all_dbinstances()
AttributeError: 'NoneType' object has no attribute 'get_all_dbinstances'
I am monitoring RDS Instances using this plugin https://manpages.org/pmp-check-aws-rdspy/7#description
Script can be found here https://github.com/percona/percona-moni ... aws-rds.py
It's working for all RDS instances except anything in the eu-west-3 region.
I am not so confident with Python and need some help.
Error message I am getting back is
Traceback (most recent call last):
File "/usr/local/nagios/libexec/./check_rds_baseline.py", line 404, in <module>
main()
File "/usr/local/nagios/libexec/./check_rds_baseline.py", line 232, in main
info = rds.get_list()
File "/usr/local/nagios/libexec/./check_rds_baseline.py", line 68, in get_list
result[reg] = rds.get_all_dbinstances()
AttributeError: 'NoneType' object has no attribute 'get_all_dbinstances'