Added plugin for detecting unexpected NTP servers

This commit is contained in:
Luca Deri 2020-10-10 10:54:19 +02:00
parent c323c6f351
commit 4565f8af04
7 changed files with 135 additions and 0 deletions

View file

@ -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"
}