ajout nagios4

This commit is contained in:
root
2025-09-26 11:13:53 +02:00
parent fad7dd9680
commit 07af0e72f9
12 changed files with 2597 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
###############################################################################
#
# 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, srv ; Comma separated list of hosts that belong to this group
}