From c05cea4e4ea3f9ef4f9f1e77d82e3f8bb7c0367d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Jan 2021 11:28:54 +0100 Subject: [PATCH] Suppression de la machine s-test --- roles/icinga/files/cfg/hostgroups_icinga.cfg | 6 +++--- roles/icinga/files/cfg/s-test.cfg | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 roles/icinga/files/cfg/s-test.cfg diff --git a/roles/icinga/files/cfg/hostgroups_icinga.cfg b/roles/icinga/files/cfg/hostgroups_icinga.cfg index 59a9a7c..2603b32 100644 --- a/roles/icinga/files/cfg/hostgroups_icinga.cfg +++ b/roles/icinga/files/cfg/hostgroups_icinga.cfg @@ -15,13 +15,13 @@ define hostgroup { define hostgroup { hostgroup_name debian-servers alias Serveurs distant - members s-infra, s-proxy, r-int, r-ext, s-adm, s-test, s-itil + members s-infra, s-proxy, r-int, r-ext, s-adm, s-itil } define hostgroup {  hostgroup_name ssh-servers alias acces SSH - members s-adm, s-infra, s-proxy, r-int, r-ext, localhost, s-test, gwsio2, s-itil + members s-adm, s-infra, s-proxy, r-int, r-ext, localhost, gwsio2, s-itil } define hostgroup {  @@ -69,6 +69,6 @@ define hostgroup{ define hostgroup{ hostgroup_name uptimegrp alias uptimegrp - members s-infra, s-proxy, r-int, r-ext, s-adm, s-test, s-itil + members s-infra, s-proxy, r-int, r-ext, s-adm, s-itil } diff --git a/roles/icinga/files/cfg/s-test.cfg b/roles/icinga/files/cfg/s-test.cfg deleted file mode 100644 index 204262d..0000000 --- a/roles/icinga/files/cfg/s-test.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# A simple configuration file for monitoring the local host -# This can serve as an example for configuring other servers; -# Custom services specific to this host are added here, but services -# defined in nagios2-common_services.cfg may also apply. -# - -define host{ - use generic-host ; Name of host template to use - host_name s-test - alias machine test - address 172.16.0.18 - parents r-int - }