CC-2750: Ability to query health status for pypo,
liquidsoap, media monitor, and recorder -fixed rabbitmq not delivering messages
This commit is contained in:
parent
d942e476c6
commit
2c2bb86698
4 changed files with 32 additions and 22 deletions
|
@ -4,6 +4,9 @@ class Application_Model_Systemstatus
|
|||
{
|
||||
|
||||
public static function GetPypoStatus(){
|
||||
|
||||
RabbitMq::SendMessageToPypo("get_status", array());
|
||||
|
||||
return array(
|
||||
"process_id"=>500,
|
||||
"uptime_seconds"=>3600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue