From f1c0098d9a43c068085bf89d3ee86ff686a195d4 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2019 16:51:37 +0200 Subject: [PATCH] Enable the RTMP checks on vin --- monitoring/icinga2/conf.d/hosts/router-vin.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/monitoring/icinga2/conf.d/hosts/router-vin.conf b/monitoring/icinga2/conf.d/hosts/router-vin.conf index 147c32d..c1454ef 100644 --- a/monitoring/icinga2/conf.d/hosts/router-vin.conf +++ b/monitoring/icinga2/conf.d/hosts/router-vin.conf @@ -16,5 +16,16 @@ object Host "vin-external.openfest.org" { vars.notification["slack"] = { groups = [ "icingaadmins" ] } + + vars.rtmp_check[ "hall-a" ] = { + monitoreduri = "rtmp://127.0.0.1/st/hall-a" + } + vars.rtmp_check[ "hall-b" ] = { + monitoreduri = "rtmp://127.0.0.1/st/hall-b" + } + vars.rtmp_check[ "hall-c" ] = { + monitoreduri = "rtmp://127.0.0.1/st/hall-c" + } + }