remove media-monitor
airtime-media-monitor conflicts with airtime-analyzer, which is what is now used to monitor the LibreTime application https://github.com/LibreTime/libretime-debian-packaging/issues/2#issuecomment-359987457
This commit is contained in:
parent
4508d0d8c0
commit
c16d7c2a1d
81 changed files with 13 additions and 6164 deletions
|
@ -54,7 +54,7 @@ class Application_Model_RabbitMq
|
|||
{
|
||||
$md["event_type"] = $event_type;
|
||||
|
||||
$exchange = 'airtime-media-monitor';
|
||||
$exchange = 'airtime-analyzer';
|
||||
$data = json_encode($md);
|
||||
self::sendMessage($exchange, 'direct', true, $data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue