summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/monitoring
diff options
context:
space:
mode:
authorRichlv <richlv@nakts.net>2019-12-09 06:46:40 +0200
committerAbhijeet Kasurde <akasurde@redhat.com>2019-12-09 10:16:40 +0530
commita56139e7923b036d7bad6ef9ce88cbf024ab65b6 (patch)
treedb540e36d0992c801a66c77764fef1f4d35f1029 /lib/ansible/modules/monitoring
parent7089fa1cd49feab2701172887adbc1ca81e7d0e2 (diff)
downloadansible-a56139e7923b036d7bad6ef9ce88cbf024ab65b6.tar.gz
Link to LTS version of Zabbix docs (#65604)
Documentation now points to version 4.0
Diffstat (limited to 'lib/ansible/modules/monitoring')
-rw-r--r--lib/ansible/modules/monitoring/zabbix/zabbix_host_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/monitoring/zabbix/zabbix_host_info.py b/lib/ansible/modules/monitoring/zabbix/zabbix_host_info.py
index aeed472498..86d6756292 100644
--- a/lib/ansible/modules/monitoring/zabbix/zabbix_host_info.py
+++ b/lib/ansible/modules/monitoring/zabbix/zabbix_host_info.py
@@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
RETURN = '''
---
hosts:
- description: List of Zabbix hosts. See https://www.zabbix.com/documentation/3.4/manual/api/reference/host/get for list of host values.
+ description: List of Zabbix hosts. See https://www.zabbix.com/documentation/4.0/manual/api/reference/host/get for list of host values.
returned: success
type: dict
sample: [ { "available": "1", "description": "", "disable_until": "0", "error": "", "flags": "0", "groups": ["1"], "host": "Host A", ... } ]