blob: 6327c063758721b7f2e5276a697a9d55a3efbfb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
###############################################################################
###############################################################################
#
# CONTACT GROUPS
#
###############################################################################
###############################################################################
# We only have one contact in this simple configuration file, so there is
# no need to create more than one contact group.
define contactgroup{
contactgroup_name admins
alias Nagios Administrators
members root
}
|