Enable active monitoring in Windows

Only the Ping should be disabled
This commit is contained in:
emanuele-f 2020-04-28 10:58:21 +02:00
parent a55cfd2212
commit 0af92b8bca

View file

@ -17,9 +17,6 @@ local script = {
-- This module is enabled by default
default_enabled = true,
-- Exclude this script in Windows (as the ICMP monitor is not working there)
windows_exclude = true,
-- No default configuration is provided
default_value = {},