mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Added unexpected DNS plugin
This commit is contained in:
parent
16c7ed657b
commit
cff77b49cf
5 changed files with 141 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
--
|
||||
-- (C) 2020 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
unexpected_dns_description = "Trigger an alert when not allowed DNS server is detected",
|
||||
unexpected_dns_title = "Unexpected DNS",
|
||||
|
||||
-- ####################### Input builder strings
|
||||
|
||||
title = "Allowed DNS",
|
||||
description = "Comma separated values of DNS IP. Example: 8.8.8.8,8.8.4.4,1.1.1.1",
|
||||
|
||||
-- ####################### Status strings
|
||||
|
||||
status_unexpected_dns_description = "Unexpected DNS server found:",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
alert_unexpected_dns_title = "Unexpected DNS found"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue