Full index

Package indexes


d e g h s
d
top
DALException
DALException in DALException.inc.php
DALException.inc.php
DALException.inc.php in DALException.inc.php
e
top
EventDAL
EventDAL in EventDAL.inc.php
The EventDAL is used to get events, or messages that have been stored in the Foundation Database.
EventDAL.inc.php
EventDAL.inc.php in EventDAL.inc.php
g
top
getAllHostGroupStatistics
returns statistics for all Hostgroups
getAllHostStatisticData
returns statistics for all hosts - not broken down by hostgroup.
getAllNagiosStatisticData
gets statistics specific to nagios
getAllOpenEvents
EventDAL::getAllOpenEvents() in EventDAL.inc.php
gets all "Open" events or events that have not been "Accepted" and therefore cleared from the console screen.
getAllServiceStatisticData
returns statistics for all services - not broken down by host or hostgroup
getApplicationTypes
MetaDataDAL::getApplicationTypes() in MetaDataDAL.inc.php
gets all of the application types currently defined.
getHostByHostId
HostDAL::getHostByHostId() in HostDAL.inc.php
Get a host by host id
getHostByHostName
HostDAL::getHostByHostName() in HostDAL.inc.php
get a host by hostname
getHostGroupById
HostGroupDAL::getHostGroupById() in HostGroupDAL.inc.php
gets the hostgroup corresponding to $hostGroupId. hostgroups that will include detailed host information in the response.
getHostGroupByName
HostGroupDAL::getHostGroupByName() in HostGroupDAL.inc.php
gets the hostgroup corresponding to $hostGroupName. hostgroups that will include detailed host information in the response.
getHostGroupHostStatisticData
gets counts for hosts broken down by hostgroup
getHostGroups
HostGroupDAL::getHostGroups() in HostGroupDAL.inc.php
Gets all the HostGroups. detailed host information in the response.
getHostGroupsByFilter
gets the hostgroups according the the filter passed in, sorted according to the fields in $sort.
getHostGroupServiceStatisticData
gets counts for services broken down by hostgroup
getHosts
HostDAL::getHosts() in HostDAL.inc.php
Get all the hosts - no filters or restrictions
getHostsByFilter
HostDAL::getHostsByFilter() in HostDAL.inc.php
Retrieve hosts by defining a filter, sort and pagination parameters.
getHostsByHostGroupID
get all the hosts for a hostgroup specified by hostgroupId
getHostsByHostGroupName
get all the hosts for the hostgroup specified by hostGroupName
getHostsByHostNames
Retrieves all hosts specified in host name array. no exception is thrown.
getHostsByMonitorServerName
Get the hosts for the monitor server specified
getHostsByService
HostDAL::getHostsByService() in HostDAL.inc.php
Get hosts associated with the service with the description provided
getHostStatisticsByHostGroupID
gets host statistic data for a specific hostgroup
getHostStatisticsByHostGroupName
gets statistic data for hosts in a specific hostgroup
getNagiosStatisticsByHostGroupID
gets statistics specific to Nagios for a hostgroup
getNagiosStatisticsByHostGroupName
gets statistics specific to Nagios for a hostgroup
getNagiosStatisticsByHostName
gets statistics specific to Nagios for a host
getOpenEventsByHostGroupId
Get all open events for the hostgroup specified by hostgroup id
getOpenEventsByHostId
Get all open events for the host specified by hostId
getOpenEventsByServiceDescription
Get all open events for the service specified by the service Description and hostId
getService
ServiceDAL::getService() in ServiceDAL.inc.php
Get services with the description provided, associated with host provided
getServiceById
ServiceDAL::getServiceById() in ServiceDAL.inc.php
get service with the id provided
getServices
ServiceDAL::getServices() in ServiceDAL.inc.php
Get all the services
getServicesByDescription
Get services with the description provided
getServicesByFilter
ServiceDAL::getServicesByFilter() in ServiceDAL.inc.php
Retrieve hosts by defining a filter, sort and pagination parameters.
getServicesByHostGroupId
Get the services for the specified hostgroup
getServicesByHostGroupName
Get the services for the specified hostgroup
getServicesByHostId
ServiceDAL::getServicesByHostId() in ServiceDAL.inc.php
get services associated with the host specified by hostId
getServicesByHostName
get services associated with the host specified by hostName
getServicesByIds
ServiceDAL::getServicesByIds() in ServiceDAL.inc.php
Retrieves all services specified in service id array. no exception is thrown.
getServiceStatisticsByHostGroupID
gets statistic data for services in a specific hostgroup
getServiceStatisticsByHostGroupName
gets statistic data for services in a specific hostgroup
getServiceStatisticsByHostName
gets service statistics for a host
getTroubledHosts
HostDAL::getTroubledHosts() in HostDAL.inc.php
Get all troubled hosts - Hosts with a monitor status which is not UP.
getTroubledServices
ServiceDAL::getTroubledServices() in ServiceDAL.inc.php
Get all troubled services - Services with a monitor status which is not OK.
h
top
HostDAL
HostDAL in HostDAL.inc.php
Provides access to Host and HostStatus information stored in the Foundation Database.
HostDAL.inc.php
HostDAL.inc.php in HostDAL.inc.php
HostGroupDAL
HostGroupDAL in HostGroupDAL.inc.php
Provides access to HostGroups stored in the Foundation Database. shallow and deep retrieval are provided.
HostGroupDAL.inc.php
HostGroupDAL.inc.php in HostGroupDAL.inc.php
m
top
MetaDataDAL
MetaDataDAL in MetaDataDAL.inc.php
This is a utility class that can be used to retrieve what is generally static data in foundation.
MetaDataDAL.inc.php
MetaDataDAL.inc.php in MetaDataDAL.inc.php
s
top
ServiceDAL
ServiceDAL in ServiceDAL.inc.php
Provides access to the Services (ServiceStatus) stored in the Foundation Database.
ServiceDAL.inc.php
ServiceDAL.inc.php in ServiceDAL.inc.php
StatisticsDAL
StatisticsDAL in StatisticsDAL.inc.php
Allows the user to retrieve various statistics on Hosts, Services and HostGroups. statistics can be retrieved such as counts of each of these entities in each state (UP, DOWN, CRITICAL, etc. retrieved.
StatisticsDAL.inc.php
StatisticsDAL.inc.php in StatisticsDAL.inc.php
_
top
__construct
ServiceDAL::__construct() in ServiceDAL.inc.php
create an instance of a ServiceDAL
__construct
StatisticsDAL::__construct() in StatisticsDAL.inc.php
Create a StatisticDAL instance
__construct
MetaDataDAL::__construct() in MetaDataDAL.inc.php
Create a MetaDataDAL instance
__construct
HostGroupDAL::__construct() in HostGroupDAL.inc.php
create an instance of the HostGroupDAL
__construct
HostDAL::__construct() in HostDAL.inc.php
Create a HostDAL instance
__construct
EventDAL::__construct() in EventDAL.inc.php
create an instance of the EventDAL
d e g h s