Teutenberg / DBAid2

SQL Server administrative support database
MIT License
1 stars 1 forks source link

Database not in AlwaysOn Availability Group #12

Open vpnicholls opened 5 years ago

vpnicholls commented 5 years ago

Require a new check for databases that are in an instance that is an AO replica but are not part of an availability group. When a database is created on an AO replica, this check should be enabled. There should be an override for cases where there is a database that legitimately does not need to be in an AG.

Teutenberg commented 5 years ago

Hmm, sounds like a good enhancement. Maybe we could add an extra column into checkmk.config_database to specify AG membership, with a default value to '# Add AG name here, or set to NULL to stop alerting #'.