-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Minor
-
None
-
Affects Version/s: 8.0.0rc1 (master)
-
Component/s: Proxy (P), Server (S)
Steps to reproduce:
- Open zabbix_server.conf
- Add HistoryProvider with empty value, or with missing some of the options:
HistoryProvider=
- Test the configuration: zabbix_server -T (or --test-config)
- See that validation is succesful
- Start the server
Result:
Server fails, message in the log:
428809:20260916:145102.521 cannot initialize history storage: invalid HistoryProvider value ""
Expected:
The validation should fail.