minor docfix
This commit is contained in:
parent
f8306c76ed
commit
c54f2c0a77
1 changed files with 5 additions and 2 deletions
|
@ -27,7 +27,10 @@ short_description: Zabbix screen creates/updates/deletes
|
||||||
description:
|
description:
|
||||||
- This module allows you to create, modify and delete Zabbix screens and associated graph data.
|
- This module allows you to create, modify and delete Zabbix screens and associated graph data.
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
author: Tony Minfei Ding, Harrison Gu
|
author:
|
||||||
|
- "(@cove)"
|
||||||
|
- "Tony Minfei Ding"
|
||||||
|
- "Harrison Gu (@harrisongu)"
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
- zabbix-api
|
- zabbix-api
|
||||||
|
@ -49,7 +52,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The timeout of API request (seconds).
|
- The timeout of API request (seconds).
|
||||||
default: 10
|
default: 10
|
||||||
zabbix_screens:
|
screens:
|
||||||
description:
|
description:
|
||||||
- List of screens to be created/updated/deleted(see example).
|
- List of screens to be created/updated/deleted(see example).
|
||||||
- If the screen(s) already been added, the screen(s) name won't be updated.
|
- If the screen(s) already been added, the screen(s) name won't be updated.
|
||||||
|
|
Loading…
Reference in a new issue