Minor typo/language fixes in the documentation (#58856)

Minor typo/language fixes in the zabbix_map documentation
pull/58869/head
Richlv 7 years ago committed by Abhijeet Kasurde
parent d50531c6bd
commit 1d50d308fc

@ -29,11 +29,11 @@ description:
C(zbx_image_maintenance) contains name of the image used to display map element in maintenance. C(zbx_image_maintenance) contains name of the image used to display map element in maintenance.
C(zbx_image_problem) contains name of the image used to display map element with problems. C(zbx_image_problem) contains name of the image used to display map element with problems.
C(zbx_url) contains map element URL in C(name:url) format. C(zbx_url) contains map element URL in C(name:url) format.
More than one url could be specified by adding some prefix (e.g., C(zbx_url1), C(zbx_url2))." More than one URL could be specified by adding a postfix (e.g., C(zbx_url1), C(zbx_url2))."
- "The following extra link attributes are supported: - "The following extra link attributes are supported:
C(zbx_draw_style) contains link line draw style. Possible values: C(line), C(bold), C(dotted), C(dashed). C(zbx_draw_style) contains link line draw style. Possible values: C(line), C(bold), C(dotted), C(dashed).
C(zbx_trigger) contains name of the trigger used as a link indicator in C(host_name:trigger_name) format. C(zbx_trigger) contains name of the trigger used as a link indicator in C(host_name:trigger_name) format.
More than one trigger could be specified by adding some prefix (e.g., C(zbx_trigger1), C(zbx_trigger2)). More than one trigger could be specified by adding a postfix (e.g., C(zbx_trigger1), C(zbx_trigger2)).
C(zbx_trigger_color) contains indicator color specified either as CSS3 name or as a hexadecimal code starting with C(#). C(zbx_trigger_color) contains indicator color specified either as CSS3 name or as a hexadecimal code starting with C(#).
C(zbx_trigger_draw_style) contains indicator draw style. Possible values are the same as for C(zbx_draw_style)." C(zbx_trigger_draw_style) contains indicator draw style. Possible values are the same as for C(zbx_draw_style)."
requirements: requirements:
@ -80,7 +80,7 @@ options:
default: 40 default: 40
expand_problem: expand_problem:
description: description:
- Whether the the problem trigger will be displayed for elements with a single problem. - Whether the problem trigger will be displayed for elements with a single problem.
required: false required: false
type: bool type: bool
default: true default: true
@ -114,11 +114,11 @@ EXAMPLES = '''
# [web] # [web]
# web[01:03].example.com ansible_host=127.0.0.1 # web[01:03].example.com ansible_host=127.0.0.1
# [db] # [db]
# db.example.com ansible_host=127.0.0.1 # db.example.com ansible_host=127.0.0.1
# [backup] # [backup]
# backup.example.com ansible_host=127.0.0.1 # backup.example.com ansible_host=127.0.0.1
### ###
### Each inventory host presents in Zabbix with same name. ### Each inventory host is present in Zabbix with a matching name.
### ###
### Contents of 'map.j2': ### Contents of 'map.j2':
# digraph G { # digraph G {

Loading…
Cancel
Save