Enable the RTMP checks on vin
This commit is contained in:
parent
5272025321
commit
f1c0098d9a
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue