From 51e503fe0ab6de37b0ef78d0602176b031c9707d Mon Sep 17 00:00:00 2001 From: Adam Bolte Date: Thu, 20 Apr 2017 18:45:06 +1000 Subject: [PATCH] Add missing object type to Apply Rules doc example fixes #5173 --- doc/3-monitoring-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index 7b6b0ff53..8dcc053a7 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -430,7 +430,7 @@ Several object types require an object relation, e.g. [Service](9-object-types.m If you for example create a service object you have to specify the [host_name](9-object-types.md#objecttype-service) attribute and reference an existing host attribute. - object "ping4" { + object Service "ping4" { check_command = "ping4" host_name = "icinga2-client1.localdomain" } -- 2.40.0