mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed debug prints
This commit is contained in:
parent
04ae6a5973
commit
547e623273
1 changed files with 0 additions and 2 deletions
|
|
@ -1719,7 +1719,6 @@ local function engageAlert(ifid, engine, entity_type, entity_value, atype, akey,
|
|||
engageReleaseAlert(true, ifid, engine, entity_type, entity_value, atype, akey, entity_info, alert_info)
|
||||
|
||||
if ntop.isPro() then
|
||||
tprint("SENDING")
|
||||
ntop.sendNagiosAlert(entity_value:gsub("@0", ""), akey, formatAlertMessage(ifid, entity_type, entity_value, atype, akey, entity_info, alert_info))
|
||||
end
|
||||
end
|
||||
|
|
@ -1730,7 +1729,6 @@ local function releaseAlert(ifid, engine, entity_type, entity_value, atype, akey
|
|||
engageReleaseAlert(false, ifid, engine, entity_type, entity_value, atype, akey, entity_info, alert_info)
|
||||
|
||||
if ntop.isPro() then
|
||||
tprint("WITHDRAWING")
|
||||
ntop.withdrawNagiosAlert(entity_value:gsub("@0", ""), akey, "Service OK.")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue