Merge "Fix example errors in documentation"

This commit is contained in:
Zuul 2020-04-24 17:02:09 +00:00 committed by Gerrit Code Review
commit 52b6c0664a
2 changed files with 7 additions and 7 deletions

View File

@ -81,7 +81,7 @@ There exists an instance on Host but there is no Alarm on the instance.
entities:
- entity:
category: ALARM
type: instance_mem_performance_problem
name: instance_mem_performance_problem
template_id: instance_alarm # some string
- entity:
category: RESOURCE
@ -135,7 +135,7 @@ There exists a host with no alarm.
entities:
- entity:
category: ALARM
type: host_high_mem_load
name: host_high_mem_load
template_id: host_alarm # some string
- entity:
category: RESOURCE
@ -291,7 +291,7 @@ In the subgraphs above, we had only one vertex which was not connected to the ma
template_id: stack
- entity:
category: ALARM
type: stack_high_mem_load
name: stack_high_mem_load
template_id: stack_alarm
relationships:
- relationship:

View File

@ -175,11 +175,11 @@ The following template demonstrates
entities:
- entity:
category: ALARM
type: host_high_mem_load
name: host_high_mem_load
template_id: host_alarm # some string
- entity:
category: ALARM
type: instance_mem_performance_problem
name: instance_mem_performance_problem
template_id: instance_alarm
- entity:
category: RESOURCE
@ -317,11 +317,11 @@ an alarm on the hosting zone or an alarm on the hosting host.
entities:
- entity:
category: ALARM
type: zone_connectivity_problem
name: zone_connectivity_problem
template_id: zone_alarm
- entity:
category: ALARM
type: host_connectivity_problem
name: host_connectivity_problem
template_id: host_alarm
- entity:
category: RESOURCE