Update the example config.

Refs #5979
This commit is contained in:
Gunnar Beutner 2014-04-09 00:11:29 +02:00
parent 0529d3f1f5
commit 510610741b
1 changed files with 2 additions and 5 deletions

View File

@ -9,11 +9,8 @@ object User "icingaadmin" {
display_name = "Icinga 2 Admin"
groups = [ "icingaadmins" ]
vars.name = "Icinga 2 Admin"
vars.email = "icinga@localhost"
vars.pager = "icingaadmin@localhost.localdomain"
vars.notes = "This is the Icinga 2 Admin account."
email = "icinga@localhost"
pager = "icingaadmin@localhost.localdomain"
}
object UserGroup "icingaadmins" {