mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Move slack prefs under the ntopng.prefs key
This commit is contained in:
parent
a9b2a02dba
commit
d67e1da455
3 changed files with 7 additions and 7 deletions
|
|
@ -17,7 +17,7 @@ function sendSlackMessages()
|
|||
return
|
||||
end
|
||||
|
||||
webhook = ntop.getCache("ntopng.alerts.slack_webhook")
|
||||
webhook = ntop.getCache("ntopng.prefs.alerts.slack_webhook")
|
||||
if((webhook == nil) or (webhook == "")) then
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue