commit | 333a1930a60fab3b780c2b4560655829d8ade7c7 | [log] [tgz] |
---|---|---|
author | Aldin Setiawan <aldin.setiawan@vexxhost.com> | Sun Jan 12 01:22:09 2025 +0700 |
committer | GitHub <noreply@github.com> | Sat Jan 11 18:22:09 2025 +0000 |
tree | 2c539e19461b0930df802ac87d9cecdf0f26f8f3 | |
parent | d9d94fcd2f6dc2d1a3905ba2b207f884cc8bb683 [diff] |
Enhance `MySQLDown` alert (#2186) Due to MySQLDown being very noisy even the mysql cluster still running above minimal replication, so we need to enhance it this pr will replace the MySQLDown with MysqlClusterDown, MysqlClusterDown have two severity P3(warning) and P5(info). i.e when we have 5 percona-xtradb and only 1 replication down it only trigger MysqlClusterDown with P5 because the mysql cluster still can operational normally but if we lost 3 replication(which means there only 2 replication) it will trigger MysqlClusterDown with P3 since mysql cluster unable to operate Reviewed-by: Mohammed Naser <mnaser@vexxhost.com> Reviewed-by: Aldin Setiawan <Just@Humanz.moe>
If you have any questions and discussions about Atmosphere, you can join the community:
You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::
pre-commit install --hook-type commit-msg