mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes syslog check not working
This commit is contained in:
parent
f469b4a3c4
commit
698cacb419
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ function syslog.runTest(recipient)
|
|||
local now = os.time()
|
||||
local notif = {
|
||||
tstamp = now,
|
||||
entity_id = alert_consts.alert_entities.test.entity_id,
|
||||
entity_id = alert_consts.alert_entities.flow.entity_id,
|
||||
severity = alert_severities.info.severity_id
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue