Extend Configuration list for configuration change alert
We get a lot of configuration change alerts from our Postgres clusters like:
synchronousstandbynames: Changed from ANY 1 ("xxx-postgres-1","xxx-postgres-3","xxx-postgres-2") to ANY 1 ("xxx-postgres-1","xxx-postgres-2","xxx-postgres-3")
It would be great if the list for custom rules could be extended with this setting so we can ignore changes to it or even support adding custom names (so you don't have to add each and every setting known)
1
vote