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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-04 10:15:41 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-04 10:15:41 +0300
commite5f6ff69709ca75cf556cb7e5c9fb9c6edcb20bb (patch)
treeb824998e34fe66b0ebfbb469176b5620e8147e8f /src/libs/zbxaudit/audit.h
parentecf4a08c149ab0f8b411a22aa1f9607d87925f8b (diff)
........S. [ZBXNEXT-6802] added fixed to audit correct host prototype old values
Diffstat (limited to 'src/libs/zbxaudit/audit.h')
-rw-r--r--src/libs/zbxaudit/audit.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/zbxaudit/audit.h b/src/libs/zbxaudit/audit.h
index c1629999318..553bbfc1f2a 100644
--- a/src/libs/zbxaudit/audit.h
+++ b/src/libs/zbxaudit/audit.h
@@ -92,8 +92,7 @@ void zbx_audit_host_prototype_del(zbx_uint64_t hostid, const char *hostname);
void zbx_audit_host_prototype_update_json_add_details(zbx_uint64_t hostid, zbx_uint64_t templateid, const char *name,
int status, int discover, int custom_interfaces);
-void zbx_audit_host_prototype_update_json_update_templateid(zbx_uint64_t hostid, zbx_uint64_t old_templateid,
- zbx_uint64_t new_templateid);
+void zbx_audit_host_prototype_update_json_add_templateid(zbx_uint64_t hostid, zbx_uint64_t templateid);
void zbx_audit_host_prototype_update_json_update_name(zbx_uint64_t hostid, const char *old_name,
const char *new_name);
void zbx_audit_host_prototype_update_json_update_status(zbx_uint64_t hostid, int old_status, int new_status);