mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Added plugin for detecting unexpected NTP servers
This commit is contained in:
parent
c323c6f351
commit
4565f8af04
7 changed files with 135 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
--
|
||||
-- (C) 2020 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
unexpected_ntp_description = "Trigger an alert when not allowed NTP server is detected",
|
||||
unexpected_ntp_title = "Unexpected NTP server",
|
||||
|
||||
-- ####################### Input builder strings
|
||||
|
||||
title = "Allowed NTP servers",
|
||||
description = "Comma separated values of NTP servers IPs. Example: 173.194.76.109,52.97.232.242",
|
||||
|
||||
-- ####################### Status strings
|
||||
|
||||
status_unexpected_ntp_description = "Unexpected NTP server found:",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
alert_unexpected_ntp_title = "Unexpected NTP server found"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue