mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Do not capitalize metric in threshold cross messages
This commit is contained in:
parent
e4396ec567
commit
3f80dbaa32
3 changed files with 11 additions and 6 deletions
|
|
@ -382,11 +382,11 @@ alert_entity_keys = {
|
|||
}
|
||||
|
||||
alert_engine_keys = {
|
||||
{"Per Minute", 0, "min" },
|
||||
{"Five Minutes", 1, "5mins" },
|
||||
{"Hourly", 2, "hour" },
|
||||
{"Daily", 3, "day" },
|
||||
{"Startup", 4, "startup"},
|
||||
{i18n("show_alerts.minute"), 0, "min" },
|
||||
{i18n("show_alerts.five_minutes"), 1, "5mins" },
|
||||
{i18n("show_alerts.hourly"), 2, "hour" },
|
||||
{i18n("show_alerts.daily"), 3, "day" },
|
||||
{i18n("show_alerts.startup"), 4, "startup"},
|
||||
}
|
||||
|
||||
-- Note: keep in sync with alarmable_metrics and alert_functions_infoes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue