Questions and Answers Updated
2026/2027 Version | Verified Answers
1. What happens if a preprocessing step fails? - ANSWER ✅ All
preprocessing stops for that item.
2. What are the three options for 'custom on fail' scenarios in preprocessing? -
ANSWER ✅ Discard value (& no more steps are processed), Set value to
(value will be changed to defined value), Set error to (item will become not
supported with custom error).
3. What happens to data that does not have any preprocessing steps defined? -
ANSWER ✅ It is still passed into preprocessing manager and placed into
the preprocessing queue.
4. What is the difference between numeric (unsigned) and numeric (float)? -
ANSWER ✅ Unsigned; whole numbers (rounds down), float; decimal
numbers.
5. What type of regular expression does Zabbix support for preprocessing? -
ANSWER ✅ PCRE (Perl Compatible Regular Expression)
6. When using regular expression, how many captured groups can be used? -
ANSWER ✅ 10
, 7. What two fields must be specified when setting up preprocessing on the
frontend? - ANSWER ✅ Pattern - regular expression & Output - capturing
group
8. What is the purpose of discard unchanged? - ANSWER ✅ To limit
unnecessary data from being added to the database. Typically data that does
not change over time.
9. What is the step that is always executed as the first preprocessing step? -
ANSWER ✅ Check if there was an error in collecting item value
10.What are the three main ways in which Items can become unsupported? -
ANSWER ✅ On data collection time, In preprocessing steps, Or when
writing into database
11.What are the three ways in which Items may become unsupported on data
collection time? And how can you fix them? - ANSWER ✅ Wrong item key
or parameters, Timeout/communication error, Wrong credentials/incorrect
permissions. Can be fixed by 'check for not supported value' preprocessing
step
12.When will not supported Items be checked? - ANSWER ✅ Every item
update interval
13.What Zabbix server command is used to reload the configuration cache? -
ANSWER ✅ zabbix-server -R config_cache_reload
14.When running a passive item test, is any of this data stored? - ANSWER ✅
No