From 2d39ca8d64ab2fe1940411ed659e2f36491b8f5e Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Wed, 19 Apr 2017 16:27:09 +0200 Subject: [PATCH] Renommage Howto icinga2 -> Howto icinga --- HowtoIcinga2.md => HowtoIcinga.md | 6 ++---- ...d_roles.png => howtoicinga_distributed_roles.png | Bin 2 files changed, 2 insertions(+), 4 deletions(-) rename HowtoIcinga2.md => HowtoIcinga.md (99%) rename howtoicinga2_distributed_roles.png => howtoicinga_distributed_roles.png (100%) diff --git a/HowtoIcinga2.md b/HowtoIcinga.md similarity index 99% rename from HowtoIcinga2.md rename to HowtoIcinga.md index 105f9353..00cb5e08 100644 --- a/HowtoIcinga2.md +++ b/HowtoIcinga.md @@ -1,10 +1,8 @@ --- categories: monitoring -title: Howto Icinga2 +title: Howto Icinga --- -**Cette page a été importée automatiquement de notre ancien wiki. Elle est en cours de révision** - ## Introduction Icinga2 est un logiciel de monitoring réseau qui vise à surveiller des services en place sur des serveurs. @@ -19,7 +17,7 @@ Il existe plusieurs manières de déployer Icinga2 pour surveiller un ensemble d * Noeud satellite : C'est un fils d'un master ou d'un autre satellite. * Noeud client : Il est en bas de la hierarchie, connecté a un satellite ou un master. Il agit comme un agent. -![Illustration des noms des rôles dans icinga2](howtoicinga2_distributed_roles.png) +![Illustration des noms des rôles dans icinga2](howtoicinga_distributed_roles.png) A noter que cette hiérarchie s'applique en premier lieux à des `zones`, les noeuds étant membres d'une seule zone. Habituellement une zone contient un seul noeud et porte le même nom que celui-ci par convention. Mais pour un master ou des satellites, on peut être amené à placer plusieurs noeuds dans une même zone pour les faire travailler ensemble en mode haute disponibilité et répartition de charge. La notion de `zones` est très importante en mode cluster, car c'est elles qui sont directement configués, les machines récupérant la configuration de la `zone` qui leur a été attribuée diff --git a/howtoicinga2_distributed_roles.png b/howtoicinga_distributed_roles.png similarity index 100% rename from howtoicinga2_distributed_roles.png rename to howtoicinga_distributed_roles.png