CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder

-progress being made
This commit is contained in:
martin 2011-09-16 17:51:28 -04:00
parent b5684bb5b1
commit 659e412eb7
21 changed files with 2018 additions and 39 deletions

View file

@ -134,4 +134,11 @@ return array (
'BaseCcLoginAttemptsPeer' => 'airtime/om/BaseCcLoginAttemptsPeer.php',
'BaseCcLoginAttempts' => 'airtime/om/BaseCcLoginAttempts.php',
'BaseCcLoginAttemptsQuery' => 'airtime/om/BaseCcLoginAttemptsQuery.php',
'CcComponentTableMap' => 'airtime/map/CcComponentTableMap.php',
'CcComponentPeer' => 'airtime/CcComponentPeer.php',
'CcComponent' => 'airtime/CcComponent.php',
'CcComponentQuery' => 'airtime/CcComponentQuery.php',
'BaseCcComponentPeer' => 'airtime/om/BaseCcComponentPeer.php',
'BaseCcComponent' => 'airtime/om/BaseCcComponent.php',
'BaseCcComponentQuery' => 'airtime/om/BaseCcComponentQuery.php',
);