Details
-
New Feature Request
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
4.4.7
-
None
-
None
-
Server: Docker Engine - Community
Engine:
Version: 19.03.8
API version: 1.40 (minimum version 1.12)
Go version: go1.12.17
Git commit: afacb8b7f0
Built: Wed Mar 11 01:24:19 2020
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.2.13
GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit: fec3683
Server: Docker Engine - Community Engine: Version: 19.03.8 API version: 1.40 (minimum version 1.12) Go version: go1.12.17 Git commit: afacb8b7f0 Built: Wed Mar 11 01:24:19 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.2.13 GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 runc: Version: 1.0.0-rc10 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd docker-init: Version: 0.18.0 GitCommit: fec3683
Description
hi Team ,
sorry if this case is overhead but I was trying to read a lot and found one more similar issue:
according to link it was fixed in 3.4
Objective: Automatically open INC if Zabbix PROBLEM event is acknowledged in WEB fronted problems widget by triggering Action Step to send message to Marval media.
Setup:
Marval media type is script that is located in \alertscripts and looking for ARGs
./trigger.sh {HOST.HOST},{HOST.IP}, {EVENT.AGE},{EVENT.ID},{ITEM.NAME},{ITEM.VALUE},{TRIGGER.NAME},{TRIGGER.SEVERITY},{TRIGGER.STATUS},{TRIGGER.VALUE}
The user and group is created with read rights to all host groups and has linked same Marval media type.
Action is created for Operations
If I remove Condition : Event acknowledged equals Ack
all works well and it sends message via trigger.sh for every new PROBLEM event.
If I add condition like in screenshot to initiate step 1 only on ACK Problem events it not trigger anything .
The user that acknowledge Problem is in same group like Ack Recipient and there should be no issues with permissions.
any feedback would be appreciated. and sorry if this is not defect but miss configuration.