mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added unexpected SMTP plugin
This commit is contained in:
parent
cff77b49cf
commit
d74caa9d2b
5 changed files with 141 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
--
|
||||
-- (C) 2020 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
unexpected_smtp_description = "Trigger an alert when not allowed SMTP server is detected",
|
||||
unexpected_smtp_title = "Unexpected SMTP server",
|
||||
|
||||
-- ####################### Input builder strings
|
||||
|
||||
title = "Allowed SMTP servers",
|
||||
description = "Comma separated values of SMTP servers IPs. Example: 173.194.76.109,52.97.232.242",
|
||||
|
||||
-- ####################### Status strings
|
||||
|
||||
status_unexpected_smtp_description = "Unexpected SMTP server found:",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
alert_unexpected_smtp_title = "Unexpected SMTP server found"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue