Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| infrastructure:db:mariadb:cluster [26/12/2020 14:40] – Stéphane Paillet | infrastructure:db:mariadb:cluster [02/05/2024 10:57] (Version actuelle) – Stéphane Paillet | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Cluster MariaDB ======= | ====== Cluster MariaDB ======= | ||
| + | {{tag>DB "bases de données" | ||
| ===== Infrastructure ===== | ===== Infrastructure ===== | ||
| Ligne 423: | Ligne 423: | ||
| } | } | ||
| - | vrrp_script | + | vrrp_script |
| - | script "killall | + | script "/ |
| interval 2 | interval 2 | ||
| weight 2 | weight 2 | ||
| Ligne 444: | Ligne 444: | ||
| } | } | ||
| track_script { | track_script { | ||
| - | | + | |
| } | } | ||
| } | } | ||
| Ligne 455: | Ligne 455: | ||
| global_defs { | global_defs { | ||
| notification_email { | notification_email { | ||
| - | root@neotion.com | + | root@example.com |
| } | } | ||
| notification_email_from lac-dbcl01-lb02-noreply@neotion.com | notification_email_from lac-dbcl01-lb02-noreply@neotion.com | ||
| - | smtp_server smtp.neotion.com | + | smtp_server smtp.example.com |
| smtp_connect_timeout 30 | smtp_connect_timeout 30 | ||
| router_id lac-dbcl01-lb02 | router_id lac-dbcl01-lb02 | ||
| } | } | ||
| - | vrrp_script | + | vrrp_script |
| - | script "killall | + | script "/ |
| interval 2 | interval 2 | ||
| weight 2 | weight 2 | ||
| Ligne 484: | Ligne 484: | ||
| } | } | ||
| track_script { | track_script { | ||
| - | | + | |
| } | } | ||
| } | } | ||