Add check for periodic scripts changing the interface

This commit is contained in:
Alfredo Cardigliano 2023-07-13 16:14:10 +02:00
parent 55df85e4e0
commit 2ff83bcdc3
4 changed files with 14 additions and 6 deletions

View file

@ -9,7 +9,6 @@ local checks = require("checks")
local script = {
-- Script category
category = checks.check_categories.internals,
severity = alert_consts.get_printable_severities().error,
hooks = {},