mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix invalid alert type
This commit is contained in:
parent
5444f027ed
commit
b5c6f68022
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ function alerts:trigger(entity_value, alert_message, when)
|
|||
ifid = interface.getId(),
|
||||
entity_type = self.entity_type_id,
|
||||
entity_value = entity_value,
|
||||
type = self.entity_type_id,
|
||||
type = self.type_id,
|
||||
severity = self.severity_id,
|
||||
message = msg,
|
||||
tstamp = when,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue