Fichiers configs nagios
This commit is contained in:
22
sisr2/sisr-cyber/20-nagios/objects/groups.cfg
Normal file
22
sisr2/sisr-cyber/20-nagios/objects/groups.cfg
Normal 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>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user