gsb2021/roles/icinga-kb/files/cfg/hostgroups_icinga.cfg
2021-01-04 22:49:46 +01:00

60 lines
1.1 KiB
INI
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Some generic hostgroup definitions
define hostgroup {
hostgroup_name all
alias All Servers
members *
}
define hostgroup {
hostgroup_name localhost
alias Debian GNU/Linux Servers
members localhost
}
define hostgroup {
hostgroup_name debian-servers
alias Serveurs distant
members s-infra, r-int, r-ext, s-adm, s-lb
}
define hostgroup { 
hostgroup_name ssh-servers
alias acces SSH
members s-adm, r-int, r-ext, localhost, s-lb-adm, s-infra-adm
}
define hostgroup { 
hostgroup_name dns-servers
alias serveurs-dns
members s-infra
}
define hostgroup { 
hostgroup_name dhcp-servers
alias serveurs-dhcp
members r-int, s-win
}
define hostgroup {
hostgroup_name http-servers
alias serveurs-web
members localhost
}
define hostgroup{
hostgroup_name windows-servers
alias windows-servers
members s-win
}
define hostgroup{
hostgroup_name uptimegrp
alias uptimegrp
members r-int, r-ext, s-adm, s-win, s-lb
}