Add support for host alerts in lua

This commit is contained in:
Alfredo Cardigliano 2025-02-17 12:08:53 +01:00
parent 3f42ba772b
commit 2f53ef5bcb
2 changed files with 83 additions and 6 deletions

View file

@ -25,3 +25,4 @@ local do_trace = false
-- #################################################################
checks.interfaceChecks(granularity, checks_var, do_trace)
checks.hostChecks(granularity, checks_var, do_trace)