]> granicus.if.org Git - icinga2/commitdiff
Fixed doc formatting 5691/head
authorMichael <mcktr55@gmail.com>
Thu, 19 Oct 2017 07:56:41 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2017 07:56:41 +0000 (09:56 +0200)
This fixes a minor doc formatting bug, where one closing bracket is outside the code tag.

doc/06-distributed-monitoring.md

index 3ef8e1e57c149cdd6568b4c4c98f8370d3d5f727..e0a48eedb08598e7bd5541c6d2b8e3f2c3c08bfc 100644 (file)
@@ -1873,7 +1873,7 @@ add a dependency which prevents notifications for all other failing services:
 
       assign where host.vars.client_endpoint
       ignore where service.name == "child-health"
-   }
+    }
 
 ### Pin Checks in a Zone <a id="distributed-monitoring-pin-checks-zone"></a>