[ZBX-26205] {TRIGGER.VALUE} is neither 1 nor 0 Created: 2025 Mar 20 Updated: 2025 Mar 31 |
|
Status: | Confirmed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Server (S) |
Affects Version/s: | 7.2.4 |
Fix Version/s: | None |
Type: | Problem report | Priority: | Trivial |
Reporter: | Dirk Bongard | Assignee: | Zabbix Development Team |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Zabbix 7.2.4, MySQL DB, Ubuntu 24.04 LTS |
Attachments: |
![]() |
||||||||
Issue Links: |
|
Description |
To avoid toggling, I often work with {TRIGGER.VALUE} Now I have the problem that ({TRIGGER.VALUE}=0 and last(/Server01/vfs.fs.size[D:,pfree])<10) or ({TRIGGER.VALUE}=1 and last(/Server01/vfs.fs.size[D:,pfree])<11) no longer works. The trigger is no longer activated under 10.
This senseless trigger goes to PROBLEM, but should not:
Fresh installed appliance and cloned and modiefied trigger has the same issue: I guess this has been the case since version 7.2.4
|
Comments |
Comment by Dirk Bongard [ 2025 Mar 22 ] |
It seems |