CC-2363: Diagnostic screen in Web UI
-working with ajax now!
This commit is contained in:
parent
787e0375ed
commit
19d61ad780
5 changed files with 71 additions and 43 deletions
|
@ -656,12 +656,14 @@ class ApiController extends Zend_Controller_Action
|
|||
$status = array(
|
||||
"platform"=>Application_Model_Systemstatus::GetPlatformInfo(),
|
||||
"airtime_version"=>Application_Model_Systemstatus::GetAirtimeVersion(),
|
||||
"icecast2"=>Application_Model_Systemstatus::GetIcecastStatus(),
|
||||
"rabbitmq"=>Application_Model_Systemstatus::GetRabbitMqStatus(),
|
||||
"pypo"=>Application_Model_Systemstatus::GetPypoStatus(),
|
||||
"liquidsoap"=>Application_Model_Systemstatus::GetLiquidsoapStatus(),
|
||||
"show_recorder"=>Application_Model_Systemstatus::GetShowRecorderStatus(),
|
||||
"media_monitor"=>Application_Model_Systemstatus::GetMediaMonitorStatus()
|
||||
"services"=>array(
|
||||
Application_Model_Systemstatus::GetIcecastStatus(),
|
||||
Application_Model_Systemstatus::GetRabbitMqStatus(),
|
||||
Application_Model_Systemstatus::GetPypoStatus(),
|
||||
Application_Model_Systemstatus::GetLiquidsoapStatus(),
|
||||
Application_Model_Systemstatus::GetShowRecorderStatus(),
|
||||
Application_Model_Systemstatus::GetMediaMonitorStatus()
|
||||
)
|
||||
);
|
||||
|
||||
$this->view->status = $status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue