From 5d31ecdde8817628dfa39eb2341db275bbea9c19 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 28 Apr 2017 17:27:48 +0800 Subject: [PATCH] Fix format error Change-Id: If360d5fdaef14fb7c91558b9b362521b7c803f1f --- specs/pike/entity-equivalence.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/pike/entity-equivalence.rst b/specs/pike/entity-equivalence.rst index 342a0e2..685a4df 100644 --- a/specs/pike/entity-equivalence.rst +++ b/specs/pike/entity-equivalence.rst @@ -55,11 +55,11 @@ Add a new file (or a set of files) that define equivalence between entities These definitions will take effect globally, i.e. for every other template The evaluator will duplicate every scenario for every equivalent alarm -automatically. For example, in case of the condition:: yaml +automatically. For example, in case of the condition:: - condition: nagios_host_problem_on_host and host_contains_vm`` + condition: nagios_host_problem_on_host and host_contains_vm -Two conditions will be created internally:: yaml +Two conditions will be created internally:: condition: nagios_host_problem_on_host and host_contains_vm condition: zabbix_host_problem_on_host and host_contains_vm