HostGroup_Model Class Reference

Describes a single object from livestatus. More...

Inheritance diagram for HostGroup_Model:
BaseHostGroup_Model Object_Model BaseObject_Model

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.

Detailed Description

Describes a single object from livestatus.


Constructor & Destructor Documentation

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.


Field Documentation

HostGroup_Model::$macros [static]
Initial value:
  array(
                '$HOSTGROUPNAME$' => 'name',
                '$HOSTGROUPALIAS$' => 'alias'
        )

A list of macros related to the object.

Reimplemented from Object_Model.

HostGroup_Model::$rewrite_columns [static]
Initial value:
 array(
                'host_stats' => array('name'),
                'service_stats' => array('name')
        )

A list of column dependencies for custom columns.

Reimplemented from BaseObject_Model.


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 7 May 2013 for ninja by  doxygen 1.6.1