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:
authorAndris Zeila <andris.zeila@zabbix.com>2020-06-08 10:02:56 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-06-08 10:03:21 +0300
commit4d14067ae5c279b8dbdccd3bd82078433273645a (patch)
tree76417f8a32936a1186bda7b75fa705c5bf04f3a7 /include/zbxjson.h
parentaff6112e4b6325fa50ca4a5841b13ce8611a7f27 (diff)
A.F.....S. [ZBXNEXT-5847] added logging of global script executions into audit log
* commit '1bd5f7c55bc10ca9ed2105de3472c95872c0dddf': ........S. [ZBXNEXT-5847] changed global script manual execution protocol clientip field to be optional ..F....... [ZBXNEXT-5847] fixed code style ..F....... [ZBXNEXT-5847] fixed code style ..F....... [ZBXNEXT-5847] fixed resourceid validation ..F....... [ZBXNEXT-5847] fixed code style; fixed filter ..F....... [ZBXNEXT-5847] fixed resourceid clear ..F....... [ZBXNEXT-5847] changed filter in Auditlog page ..F....... [ZBXNEXT-5847] changed user input to multiselect .......... [ZBXNEXT-5847] removed extra indentation .......... [ZBXNEXT-5847] added changelog entry A.F....... [ZBXNEXT-5847] moved code to new function. Replaced all places with new function ..F....... [ZBXNEXT-5847] added clientip to protocol ........S. [ZBXNEXT-5847] added audit logging of global script execution results A.F....... [ZBXNEXT-5847] added new action to audit log (cherry picked from commit 941917c7c4ee22bb15dda87c34a0ff939e8ca1d2)
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index c311cc39f3a..499ff77bf5e 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -174,6 +174,7 @@
#define ZBX_PROTO_TAG_PROXY_DELAY "proxy_delay"
#define ZBX_PROTO_TAG_EXPRESSIONS "expressions"
#define ZBX_PROTO_TAG_EXPRESSION "expression"
+#define ZBX_PROTO_TAG_CLIENTIP "clientip"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"