community.zabbix.zabbix_proxy 模块 – 创建/删除/获取/更新 Zabbix 代理
注意
此模块是 community.zabbix 集合(版本 3.2.0)的一部分。
如果您使用的是 ansible
包,则可能已经安装了此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install community.zabbix
。您需要进一步的要求才能使用此模块,有关详细信息,请参阅要求。
要在 Playbook 中使用它,请指定:community.zabbix.zabbix_proxy
。
概要
此模块允许您创建、修改、获取和删除 Zabbix 代理条目。
要求
执行此模块的主机上需要以下要求。
python >= 3.9
参数
参数 |
注释 |
---|---|
Zabbix 7.0 中引入的参数。 要连接的 IP 地址或 DNS 名称。 如果 Zabbix 代理的运行模式为被动,则为必需项 |
|
Zabbix 7.0 中引入的参数。 活动 Zabbix 代理的逗号分隔的 IP 地址或 DNS 名称。 |
|
证书颁发者。 |
|
Zabbix 7.0 中引入的参数。 是否在代理级别覆盖全局项目超时。 0 - 使用全局设置;1 - 覆盖超时。 选项
|
|
代理的描述。 |
|
基本身份验证密码 |
|
基本身份验证登录名 |
|
对于 Zabbix 版本 >= 7.0,已弃用。 当代理处于被动模式时,包含接口参数的字典。 有关详细信息,请查看代理接口文档: https://www.zabbix.com/documentation/current/en/manual/api/reference/proxy/object#proxy-interface. 默认值: |
|
代理接口的 DNS 名称。 如果 useip=0,则为必需项。 默认值: |
|
代理接口使用的 IP 地址。 如果 useip=1,则为必需项。 默认值: |
|
代理接口使用的端口。 默认值: |
|
使用 IP 地址而不是 DNS 名称连接到代理接口。 0(不使用 ip),1(使用 ip)。 选项
|
|
Zabbix 7.0 中引入的参数。 用于活动代理的地址。要连接的 IP 地址或 DNS 名称。 如果 proxy_groupid 不为 0,则为必需项 |
|
Zabbix 7.0 中引入的参数。 要连接的本地代理端口号。 如果 proxy_groupid 不为 0,则支持此参数 默认值: |
|
Zabbix 7.0 中引入的参数。 代理类型。 选项
|
|
Zabbix 7.0 中引入的参数。 要连接的端口号。 如果 Zabbix 代理的运行模式为被动,则支持此参数。 默认值: |
|
对于 Zabbix 版本 >= 7.0,已弃用。 接受来自活动的代理请求的逗号分隔的 IP/CIDR 地址或 DNS 名称列表。 需要 status=active。 |
|
Zabbix 7.0 中引入的参数。 代理组名称。 |
|
Zabbix 中代理的名称。 |
|
代理的状态。 如果代理不存在,则在 如果代理存在,则在 选项
|
|
对于 Zabbix 版本 >= 7.0,已弃用。 代理的类型。(4 - 活动,5 - 被动) 选项
|
|
Zabbix 7.0 中引入的参数。 在浏览器类型检查处理上花费的最大秒数。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 在数据库检查处理上花费的最大秒数。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 外部检查处理的最大超时时间(秒)。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 HTTP Agent 检查处理的最大超时时间(秒)。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 脚本类型检查处理的最大超时时间(秒)。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 简单检查处理的最大超时时间(秒)。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 SNMP Agent 检查处理的最大超时时间(秒)。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 SSH 检查处理的最大超时时间(秒)。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 Telnet 检查处理的最大超时时间(秒)。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
Zabbix 7.0 中引入的参数。 Zabbix Agent 检查处理的最大超时时间(秒)。 接受带后缀的秒或时间单位(例如,30s,1m)。 可能的值范围:1-600 秒。 如果 |
|
来自代理的连接。 选项
|
|
到代理的连接。 选项
|
|
预共享密钥,至少 32 位十六进制数字。如果 tls_connect 或 tls_accept 启用了 PSK,则为必需项。 |
|
PSK 身份。如果 tls_connect 或 tls_accept 启用了 PSK,则为必需项。 |
|
证书主题。 |
示例
# If you want to use Username and Password to be authenticated by Zabbix Server
- name: Set credentials to access Zabbix Server API
ansible.builtin.set_fact:
ansible_user: Admin
ansible_httpapi_pass: zabbix
# If you want to use API token to be authenticated by Zabbix Server
# https://www.zabbix.com/documentation/current/en/manual/web_interface/frontend_sections/administration/general#api-tokens
- name: Set API token
ansible.builtin.set_fact:
ansible_zabbix_auth_key: 8ec0d52432c15c91fcafe9888500cf9a607f44091ab554dbee860f6b44fac895
- name: Create or update a proxy with proxy type active (Zabbix version < 7.0)
# set task level variables as we change ansible_connection plugin here
vars:
ansible_network_os: community.zabbix.zabbix
ansible_connection: httpapi
ansible_httpapi_port: 443
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_zabbix_url_path: "zabbixeu" # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
ansible_host: zabbix-example-fqdn.org
community.zabbix.zabbix_proxy:
proxy_name: ExampleProxy
description: ExampleProxy
status: active
state: present
proxy_address: ExampleProxy.local
- name: Create a new passive proxy using only its IP (Zabbix version < 7.0)
# set task level variables as we change ansible_connection plugin here
vars:
ansible_network_os: community.zabbix.zabbix
ansible_connection: httpapi
ansible_httpapi_port: 443
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_zabbix_url_path: "zabbixeu" # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
ansible_host: zabbix-example-fqdn.org
community.zabbix.zabbix_proxy:
proxy_name: ExampleProxy
description: ExampleProxy
status: passive
state: present
interface:
useip: 1
ip: 10.1.1.2
port: 10051
- name: Create a new passive proxy using only its DNS (Zabbix version < 7.0)
# set task level variables as we change ansible_connection plugin here
vars:
ansible_network_os: community.zabbix.zabbix
ansible_connection: httpapi
ansible_httpapi_port: 443
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_zabbix_url_path: "zabbixeu" # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
ansible_host: zabbix-example-fqdn.org
community.zabbix.zabbix_proxy:
proxy_name: ExampleProxy
description: ExampleProxy
status: passive
state: present
interface:
dns: proxy.example.com
port: 10051
- name: Create or update a proxy with proxy type active (Zabbix version >= 7.0)
# set task level variables as we change ansible_connection plugin here
vars:
ansible_network_os: community.zabbix.zabbix
ansible_connection: httpapi
ansible_httpapi_port: 443
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_zabbix_url_path: "zabbixeu" # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
ansible_host: zabbix-example-fqdn.org
community.zabbix.zabbix_proxy:
proxy_name: ExampleProxy
description: ExampleProxy
operating_mode: operating_mode
state: present
allowed_addresses: ExampleProxy.local
- name: Create a new passive proxy using only its IP (Zabbix version >= 7.0)
# set task level variables as we change ansible_connection plugin here
vars:
ansible_network_os: community.zabbix.zabbix
ansible_connection: httpapi
ansible_httpapi_port: 443
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_zabbix_url_path: "zabbixeu" # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
ansible_host: zabbix-example-fqdn.org
community.zabbix.zabbix_proxy:
proxy_name: ExampleProxy
description: ExampleProxy
operating_mode: passive
state: present
address: 10.1.1.2
port: 10051
- name: Create a new passive proxy using only its DNS (Zabbix version >= 7.0)
# set task level variables as we change ansible_connection plugin here
vars:
ansible_network_os: community.zabbix.zabbix
ansible_connection: httpapi
ansible_httpapi_port: 443
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_zabbix_url_path: "zabbixeu" # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
ansible_host: zabbix-example-fqdn.org
community.zabbix.zabbix_proxy:
proxy_name: ExampleProxy
description: ExampleProxy
operating_mode: passive
state: present
address: proxy.example.com
port: 10051