mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add startup alert engine and use it for MYSQL open files limit check
This commit is contained in:
parent
63402a848d
commit
d6469510ee
2 changed files with 3 additions and 2 deletions
|
|
@ -378,6 +378,7 @@ alert_engine_keys = {
|
|||
{"5 Minutes", 1, "5mins" },
|
||||
{"Hourly", 2, "hour" },
|
||||
{"Daily", 3, "day" },
|
||||
{"Startup", 4, "startup"},
|
||||
}
|
||||
|
||||
alert_functions_description = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue