Fix format error

Change-Id: If360d5fdaef14fb7c91558b9b362521b7c803f1f
This commit is contained in:
Yujun Zhang 2017-04-28 17:27:48 +08:00
parent 9885b6cdbc
commit 5d31ecdde8

View File

@ -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 These definitions will take effect globally, i.e. for every other template
The evaluator will duplicate every scenario for every equivalent alarm 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: nagios_host_problem_on_host and host_contains_vm
condition: zabbix_host_problem_on_host and host_contains_vm condition: zabbix_host_problem_on_host and host_contains_vm