mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes wrong syslog priorities
This commit is contained in:
parent
629fa31afb
commit
1af92887fe
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ function noHtml(s)
|
|||
end
|
||||
|
||||
function alertLevelToSyslogLevel(v)
|
||||
return alert_consts.alert_severities[v]
|
||||
return alert_consts.alert_severities[v].syslog_severity
|
||||
end
|
||||
|
||||
function areAlertsEnabled()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue