Describes a single object from livestatus. More...
Public Member Functions | |
__construct ($values, $prefix) | |
Create an instance of the given type. | |
get_service_stats () | |
Get statistics about services in the group. | |
Static Public Attributes | |
static | $macros |
An array of macros to expand. | |
static | $rewrite_columns |
An array of custom column dependencies. |
Describes a single object from livestatus.
ServiceGroup_Model::__construct | ( | $ | values, | |
$ | prefix | |||
) |
Create an instance of the given type.
Don't call dirctly, called from *Set_Model-objects
Reimplemented from BaseServiceGroup_Model.
ServiceGroup_Model::$macros [static] |
array( '$SERVICEGROUPNAME$' => 'name', '$SERVICEGROUPALIAS$' => 'alias' )
An array of macros to expand.
Reimplemented from Object_Model.
ServiceGroup_Model::$rewrite_columns [static] |
array( 'service_stats' => array('name') )
An array of custom column dependencies.
Reimplemented from BaseObject_Model.