Documentation: Fix using templates.

This commit is contained in:
Michael Friedrich 2013-10-11 13:46:06 +02:00
parent 3326b0190a
commit c7382b2acb

View File

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