-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Minor
-
Affects Version/s: 6.0.44rc1, 7.0.23rc1, 7.4.7rc1, 8.0.0alpha1
-
Component/s: Frontend (F)
-
Sprint candidates
-
0.5
Steps to reproduce:
- Setup zabbix frontend config file,
$HISTORY['url'] = [ 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] = ['uint', 'text'];
- Navigate to the Latest data page,
- Wait ~30 sec to see second error message.
Result:
Expected: The error should appear only once.
Note: Same issue was observed with following error messages:
- <HistoryProvider> URL is not set for type: %1$s.
- <HistoryProvider> credentials are not set for type: %1$s.
- <HistoryProvider> connection failed.
- <HistoryProvider> error: %1$s.
- mentioned in
-
Page Loading...