Documentation: Fix using templates.

This commit is contained in:
Michael Friedrich 2013-10-11 13:46:06 +02:00
parent 3326b0190a
commit c7382b2acb
1 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,7 @@ configuration:
check_command = "ping4"
},
check = "ping4"
check = "ping"
}
object Host "my-server1" inherits "linux-server" {
@ -23,8 +23,9 @@ configuration:
macros["address"] = "10.0.0.2"
}
In this example both `my-server1` and `my-server2` each get their own ping
service check.
In this example both `my-server1` and `my-server2` each get their own `ping`
service check. Each host gets its own host `check` defined as the `ping`
service too.
Objects as well as templates themselves can inherit from an arbitrary number of
templates. Attributes inherited from a template can be overridden in the