zabbix_update_proxy
Update an existing proxy in Zabbix to change its name, address, port, hosts, TLS settings, operating mode, and timeouts.
Instructions
Update an existing proxy in Zabbix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the proxy | |
| port | No | Port number of the passive proxy | |
| hosts | No | Hosts to be monitored by this proxy (replaces all existing hosts) | |
| address | No | IP address or DNS name of the passive proxy | |
| proxyid | Yes | ID of the proxy to update | |
| tls_psk | No | PSK value | |
| tls_accept | No | What connections to accept from proxy | |
| tls_issuer | No | Certificate issuer | |
| description | No | Description of the proxy | |
| tls_connect | No | How to connect to proxy | |
| tls_subject | No | Certificate subject | |
| operating_mode | No | Proxy operating mode: 0 (active), 1 (passive) | |
| timeout_script | No | Script timeout | |
| custom_timeouts | No | Whether to use custom timeouts | |
| tls_psk_identity | No | PSK identity | |
| timeout_ssh_agent | No | SSH agent timeout | |
| timeout_db_monitor | No | Database monitor timeout | |
| timeout_http_agent | No | HTTP agent timeout | |
| timeout_snmp_agent | No | SNMP agent timeout | |
| timeout_simple_check | No | Simple check timeout | |
| timeout_telnet_agent | No | Telnet agent timeout | |
| timeout_zabbix_agent | No | Zabbix agent timeout | |
| timeout_external_check | No | External check timeout |