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" + } + }