-
New Feature Request
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Sprint 32, Sprint 33, Sprint 34
-
0.125
Current boolean mappings:
if (SUCCEED == (res = str_in_list("true,t,yes,y,on,up,running,enabled,available", tmp, ','))) *value = 1; else if (SUCCEED == (res = str_in_list("false,f,no,n,off,down,unused,disabled,unavailable", tmp, ','))) *value = 0;
Additional mapping for Redis rdb_last_bgsave_status
ok - 0 err - 1
P.S. Thinking about the future we could consider to allow users specify their own mappings for boolean in preprocessing tab.
- is duplicated by
-
ZBXNEXT-2039 Add master/slave => 1/0 mapping to Boolean data type
- Closed