This commit is contained in:
Louis Déprés 2023-06-03 16:02:49 +02:00
parent 0df3f20b0d
commit fbd73f14c4
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
MAIL_DEST: "anthony.arnoux@protonmail.ch" MAIL_DEST: "louis.dprs@gmail.com"

View File

@ -6,7 +6,7 @@
define host{ define host{
use linux-server ; Name of host template to use use linux-server ; Name of host template to use
host_name s-webcom host_name s-web
alias debian-servers, http-servers alias debian-servers, http-servers
address 172.16.0.12 address 172.16.0.12
parents r-int parents r-int

View File

@ -2,7 +2,7 @@ define hostgroup {
hostgroup_name debian-servers ; The name of the hostgroup hostgroup_name debian-servers ; The name of the hostgroup
alias Linux Servers ; Long name of the group alias Linux Servers ; Long name of the group
members s-infra, s-proxy, s-adm, s-nxc, s-appli, s-backup, s-itil, s-fog, r-int, r-ext, s-webcom ; Comma separated list of hosts that belong to this group members s-infra, s-proxy, s-adm, s-nxc, s-appli, s-backup, s-itil, s-fog, r-int, r-ext, s-web ; Comma separated list of hosts that belong to this group
} }
define hostgroup { define hostgroup {
@ -14,7 +14,7 @@ define hostgroup {
define hostgroup { define hostgroup {
hostgroup_name http-servers hostgroup_name http-servers
alias Serveurs web alias Serveurs web
members s-itil, s-webcom members s-itil, s-web
} }
define hostgroup { define hostgroup {