add another monitor to switch ip addr

cephiroth-v3
Lzebulon 2026-02-01 15:59:03 +01:00
parent 3842a07f93
commit 5d8d0be570
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 1 additions and 5 deletions

View File

@ -13,10 +13,6 @@
# je propose comme convention, entier suivi de l'id à 2 chiffre de la machine
# les machines physique ont des id < 100, donc ca fonctionne
daemons = ["0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11"];
extraConfig = {
"public_addr" = "172.16.4.3";
"cluster_addr" = "172.16.6.3";
};
};
# monitor, garde la map du cluster
@ -26,7 +22,7 @@
"mon host" = "172.16.4.3";
"mon initial members" = "cephiroth";
};
daemons = ["cephiroth"];
daemons = ["cephiroth" "cephiroth-san"];
};
# Dashboard