Added active monitoring checks subdir (#7768)

This commit is contained in:
Matteo Biscosi 2023-08-23 16:05:36 +00:00
parent 4fb7fbe83f
commit 2a50965f90
6 changed files with 113 additions and 4 deletions

View file

@ -92,6 +92,7 @@ local RUNTIME_PATHS = {
syslog = os_utils.fixPath(runtime_path .. "/callbacks/system/syslog"),
snmp_scripts = os_utils.fixPath(runtime_path .. "/callbacks/system/snmp_device"),
system_scripts = os_utils.fixPath(runtime_path .. "/callbacks/system/system"),
active_monitoring_scripts = os_utils.fixPath(runtime_path .. "/callbacks/system/active_monitoring"),
}
-- ##############################################