Enable the RTMP checks on vin

This commit is contained in:
root 2019-10-31 16:51:37 +02:00
parent 5272025321
commit f1c0098d9a
1 changed files with 11 additions and 0 deletions

View File

@ -16,5 +16,16 @@ object Host "vin-external.openfest.org" {
vars.notification["slack"] = { vars.notification["slack"] = {
groups = [ "icingaadmins" ] 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"
}
} }