Describes a single object from livestatus. More...
Public Member Functions | |
get_host_stats () | |
Get statistics about the hosts in the group. | |
get_service_stats () | |
Get statistics about the services in the group. | |
Static Public Attributes | |
static | $rewrite_columns |
A list of column dependencies for custom columns. |
Describes a single object from livestatus.
HostGroup_Model::$rewrite_columns [static] |
array( 'host_stats' => array('name'), 'service_stats' => array('name') )
A list of column dependencies for custom columns.
Reimplemented from BaseObject_Model.