updated required zabbix-api version for zabbix modules (#65145)
This commit is contained in:
parent
af64e9ce6a
commit
f9f19d171b
15 changed files with 17 additions and 17 deletions
|
@ -30,7 +30,7 @@ author:
|
|||
- Ruben Harutyunov (@K-DOT)
|
||||
|
||||
requirements:
|
||||
- zabbix-api
|
||||
- "zabbix-api >= 0.5.4"
|
||||
|
||||
options:
|
||||
name:
|
||||
|
|
|
@ -27,7 +27,7 @@ author:
|
|||
- "Harrison Gu (@harrisongu)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -33,7 +33,7 @@ author:
|
|||
- "Michael Miko (@RedWhiteMiko)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
hostgroup_name:
|
||||
description:
|
||||
|
|
|
@ -28,7 +28,7 @@ author:
|
|||
- Eike Frost (@eikef)
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
host_name:
|
||||
description:
|
||||
|
|
|
@ -34,7 +34,7 @@ author:
|
|||
- "Michael Miko (@RedWhiteMiko)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
host_name:
|
||||
description:
|
||||
|
|
|
@ -25,7 +25,7 @@ author:
|
|||
- Dean Hailin Song (!UNKNOWN)
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
host_name:
|
||||
description:
|
||||
|
|
|
@ -23,7 +23,7 @@ version_added: "1.8"
|
|||
author: "Alexander Bulimov (@abulimov)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -38,7 +38,7 @@ description:
|
|||
C(zbx_trigger_draw_style) contains indicator draw style. Possible values are the same as for C(zbx_draw_style)."
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
- pydotplus
|
||||
- webcolors
|
||||
- Pillow
|
||||
|
|
|
@ -22,7 +22,7 @@ version_added: "2.9"
|
|||
author:
|
||||
- Ruben Tsirunyan (@rubentsirunyan)
|
||||
requirements:
|
||||
- zabbix-api
|
||||
- "zabbix-api >= 0.5.4"
|
||||
|
||||
options:
|
||||
name:
|
||||
|
|
|
@ -36,7 +36,7 @@ author:
|
|||
- "Alen Komic (@akomic)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
proxy_name:
|
||||
description:
|
||||
|
|
|
@ -26,7 +26,7 @@ author:
|
|||
- "Harrison Gu (@harrisongu)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
screens:
|
||||
description:
|
||||
|
|
|
@ -27,7 +27,7 @@ author:
|
|||
- "Dusan Matejka (@D3DeFi)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
template_name:
|
||||
description:
|
||||
|
|
|
@ -20,8 +20,8 @@ version_added: '2.10'
|
|||
description:
|
||||
- This module allows you to search for Zabbix template.
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
- zabbix-api
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
template_name:
|
||||
description:
|
||||
|
|
|
@ -21,8 +21,8 @@ version_added: '2.10'
|
|||
description:
|
||||
- This module allows you to create, modify and delete Zabbix users.
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
- zabbix-api
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
alias:
|
||||
description:
|
||||
|
|
|
@ -23,7 +23,7 @@ version_added: '2.10'
|
|||
author:
|
||||
- "Ruben Tsirunyan (@rubentsirunyan)"
|
||||
requirements:
|
||||
- "zabbix-api >= 0.5.3"
|
||||
- "zabbix-api >= 0.5.4"
|
||||
options:
|
||||
name:
|
||||
type: 'str'
|
||||
|
|
Loading…
Reference in a new issue