[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: PNG File image-2025-03-20-15-29-59-513.png    
Issue Links:
Causes
Duplicate

 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.

 
last(/Server01/vfs.fs.size[D:,pfree])<10)
works if the result is under 10.

 

This senseless trigger goes to PROBLEM, but should not:
({TRIGGER.VALUE}<>0 and {TRIGGER.VALUE}<>1 and last(/Server01/vfs.fs.size[D:,pfree])<10)
So apparently TRIGGER.VALUE is neither 1 nor 0.

 

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 ZBX-23814 is not fixed?

Generated at Thu Apr 03 00:27:32 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.