mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Implements auto assignment of user script alert and status ids
This commit is contained in:
parent
d7528e1628
commit
48910b9f87
58 changed files with 55 additions and 68 deletions
|
|
@ -7,11 +7,6 @@
|
|||
-- directory of the plugin.
|
||||
|
||||
return {
|
||||
-- The unique alert ID. Currently used/available IDs can be reviewed by visiting
|
||||
-- http://127.0.0.1:3000/lua/defs_overview.lua .
|
||||
-- Third party users can safely use the dedicated IDs in range 59-63 .
|
||||
alert_id = 59,
|
||||
|
||||
-- The name associated to this alert. Localized strings are defined in
|
||||
-- example/locales/en.lua
|
||||
i18n_title = "example.alert_title",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue