Fixes syslog endpoint test

This commit is contained in:
Simone Mainardi 2020-07-30 18:57:54 +02:00
parent 0e18de77f0
commit 946a41b773
2 changed files with 2 additions and 2 deletions

View file

@ -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)