Fichiers configs nagios

This commit is contained in:
2025-09-26 14:56:55 +02:00
parent fda826343a
commit a1e253ba26
13 changed files with 2602 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
###############################################################################
#
# HOST GROUP DEFINITION
#
###############################################################################
# Define an optional hostgroup for Linux machines
define hostgroup {
hostgroup_name linux-servers ; The name of the hostgroup
alias Linux Servers ; Long name of the group
members localhost, srv1, gwsio ; Comma separated list of hosts that belong to this group
}
define hostgroup {
hostgroup_name windows-servers ; The name of the hostgroup
alias Windows Servers ; Long name of the group
members w10-srv ; Comma separated list of ho>
}