Add startup alert engine and use it for MYSQL open files limit check

This commit is contained in:
emanuele-f 2017-04-26 18:12:40 +02:00
parent 63402a848d
commit d6469510ee
2 changed files with 3 additions and 2 deletions

View file

@ -378,6 +378,7 @@ alert_engine_keys = {
{"5 Minutes", 1, "5mins" },
{"Hourly", 2, "hour" },
{"Daily", 3, "day" },
{"Startup", 4, "startup"},
}
alert_functions_description = {