mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes syslog endpoint test
This commit is contained in:
parent
0e18de77f0
commit
946a41b773
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ function syslog.runTest(recipient)
|
|||
local now = os.time()
|
||||
local notif = {
|
||||
alert_tstamp = now,
|
||||
alert_entity = "test",
|
||||
alert_entity = alert_consts.alert_entities.test.entity_id,
|
||||
}
|
||||
|
||||
local success = syslog.sendMessage(notif, "info", recipient.endpoint_conf.endpoint_conf.syslog_alert_format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue