RDS events monitoring
Posted: Tue Aug 11, 2020 9:31 am
Hi Team,
We were given a request to monitor amazon RDS monitoring.
We are able to monitor few of RDS metrics through check_cloudwatch_status-2.5.07.rb plugin
`RUBYOPT=rubygems ruby /usr/local/nagios/libexec/cloud_watch/check_cloudwatch_status-2.5.07.rb -a rdsendpoint -i rdsinstance -f /usr/local/nagios/libexec/cloud_watch/ec2_credentials.cfg -D DatabaseConnections -c 20 -S Maximum ; echo -e "Return Code: $?"`
with above we are able to receice status of RDS metrics like CPU, Storage, number of DB connections from instance level.
in every instance we have multiple DBs and would like to get the status of DBs.
But we have additional request to monitor Event level monitoing like DB availability, DB failover
Could you please help us if there is a possibility to get status at amazon Event level (DB availability)
We were given a request to monitor amazon RDS monitoring.
We are able to monitor few of RDS metrics through check_cloudwatch_status-2.5.07.rb plugin
`RUBYOPT=rubygems ruby /usr/local/nagios/libexec/cloud_watch/check_cloudwatch_status-2.5.07.rb -a rdsendpoint -i rdsinstance -f /usr/local/nagios/libexec/cloud_watch/ec2_credentials.cfg -D DatabaseConnections -c 20 -S Maximum ; echo -e "Return Code: $?"`
with above we are able to receice status of RDS metrics like CPU, Storage, number of DB connections from instance level.
in every instance we have multiple DBs and would like to get the status of DBs.
But we have additional request to monitor Event level monitoing like DB availability, DB failover
Could you please help us if there is a possibility to get status at amazon Event level (DB availability)