From 024fe94ce9e037642c353b7cdc8ce427fc26ff62 Mon Sep 17 00:00:00 2001 From: "Alexander I. Chebykin" Date: Mon, 27 Jun 2022 00:25:22 +0300 Subject: [PATCH] Configuration file teplate updated Configuration file teplate updated --- scripts/cai-watchdog.cfg.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/cai-watchdog.cfg.template b/scripts/cai-watchdog.cfg.template index 91095ec..87f20dc 100644 --- a/scripts/cai-watchdog.cfg.template +++ b/scripts/cai-watchdog.cfg.template @@ -2,8 +2,12 @@ check_interval = 10000 rules_count = 2 [rule1] +service = Test1 address = http://127.0.0.1:3000/api/v1/ email = admin@server.local +command = ./send-telegram.ps1 [rule2] +service = Test2 address = http://127.0.0.1:3300/api/v1/ email = admin@server.local +command = ./send-telegram.ps1 -- 2.51.0