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:
Kyle Robertze 2018-01-24 09:20:51 +02:00
parent 4508d0d8c0
commit c16d7c2a1d
81 changed files with 13 additions and 6164 deletions

View file

@ -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);
}

View file

@ -184,7 +184,7 @@ class Application_Model_Systemstatus
$ip = $component->getDbIp();
$docRoot = self::GetMonitStatus($ip);
$data = self::ExtractServiceInformation($docRoot, "airtime-media-monitor");
$data = self::ExtractServiceInformation($docRoot, "airtime-analyzer");
return $data;
}