Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartins Abele <martins.abele@zabbix.com>2020-04-14 16:02:18 +0300
committerMartins Abele <martins.abele@zabbix.com>2020-04-14 22:56:18 +0300
commitf86b4766b6da12229e8b79cd63235f04ab96a840 (patch)
treeedfc20ce4b3fa3d48e19e6a0593a8f89698cdfc2 /include/proxy.h
parentee98ce4172d4fdcde764eaa9197b0338272d3d10 (diff)
.......PS. [ZBX-17412] fixed updating metadata, ip, port etc. for hosts with TLS certificate encryption monitored via proxy
* commit 'adc9609b2c87f094336c32d7fdd7cc31c5c6e256': .......... [ZBX-17412] added ChangeLog entry .......PS. [ZBX-17412] removed unused function .......PS. [ZBX-17412] allow auto registration for hosts with TLS certificate encryption (cherry picked from commit 6736bc83c0ca96947b491d08b39c52b79ef7f786)
Diffstat (limited to 'include/proxy.h')
-rw-r--r--include/proxy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/proxy.h b/include/proxy.h
index dc171ad7665..d6e4219ed3d 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -55,7 +55,6 @@ void proxy_set_areg_lastid(const zbx_uint64_t lastid);
void calc_timestamp(const char *line, int *timestamp, const char *format);
int process_history_data(DC_ITEM *items, zbx_agent_value_t *values, int *errcodes, size_t values_num);
-int process_autoregistration(struct zbx_json_parse *jp, zbx_uint64_t proxy_hostid, zbx_timespec_t *ts, char **error);
int lld_process_discovery_rule(zbx_uint64_t lld_ruleid, const char *value, char **error);