Describes a single object from livestatus. More...
Public Member Functions | |
__construct ($values, $prefix) | |
Create an instance of the given type. | |
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 | $macros |
A list of macros related to the object. | |
static | $rewrite_columns |
A list of column dependencies for custom columns. |
Describes a single object from livestatus.
HostGroup_Model::__construct | ( | $ | values, | |
$ | prefix | |||
) |
Create an instance of the given type.
Don't call dirctly, called from *Set_Model-objects
Reimplemented from BaseHostGroup_Model.
HostGroup_Model::$macros [static] |
array( '$HOSTGROUPNAME$' => 'name', '$HOSTGROUPALIAS$' => 'alias' )
A list of macros related to the object.
Reimplemented from Object_Model.
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.