Skip to content

Commit

Permalink
Merge pull request #1 from seatgeek/rebooting-status-passing
Browse files Browse the repository at this point in the history
Setting the status to passing for rebooting rds instances
  • Loading branch information
lorenzo authored Aug 7, 2018
2 parents 04e16c9 + 45fa4e0 commit efb249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/rds/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (r *RDS) writeBackendCatalog(instance *config.DBInstance, logger *log.Entry
case "failed":
status = "critical"
case "rebooting":
status = "critical"
status = "passing"
case "renaming":
status = "critical"
case "restore-error":
Expand Down

0 comments on commit efb249d

Please sign in to comment.