Example config: Renamed host "localhost-i2" to "localhost".

This commit is contained in:
Gunnar Beutner 2012-10-12 13:14:44 +02:00
parent 44db66d79c
commit a0e608ce97
1 changed files with 1 additions and 2 deletions

View File

@ -169,8 +169,7 @@ abstract object Service "demo" inherits "icinga-service" {
/**
* And finally we define some host that should be checked.
*/
object Host "localhost-i2" {
object Host "localhost" {
services = {
"ping", "ping6",
"http", "ssh",