mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements snmp_consts.lua with SNMP consts
This commit is contained in:
parent
876fcfefcf
commit
cd4a513b0f
9 changed files with 436 additions and 23 deletions
|
|
@ -26,8 +26,6 @@ end
|
|||
-- #######################################################
|
||||
|
||||
local function snmpDeviceResetFormatter(ifid, alert, info)
|
||||
if ntop.isPro() then local snmp_utils = require "snmp_utils" end
|
||||
|
||||
return(i18n("alerts_dashboard.alert_snmp_device_reset_description",
|
||||
{device = info.device,
|
||||
url = snmpDeviceUrl(info.device)}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue