Problems: add default limit

This commit is contained in:
Alexander Zobnin
2020-05-15 18:33:22 +03:00
parent 056f82731e
commit b94a6c4841
4 changed files with 13 additions and 2 deletions

View File

@@ -44,3 +44,5 @@ export const TRIGGER_SEVERITY = [
export const MIN_SLA_INTERVAL = 3600;
export const RANGE_VARIABLE_VALUE = 'range_series';
export const DEFAULT_ZABBIX_PROBLEMS_LIMIT = 1001;