This is a utility class that can be used to retrieve what is generally static data in foundation.
This is a utility class that can be used to retrieve what is generally static data in foundation.
Located in /MetaDataDAL.inc.php (line 22)
Create a MetaDataDAL instance
Create a MetaDataDAL instance
gets all of the application types currently defined.
gets all of the application types currently defined. Data is returned in the following format:
Array
(
[TotalCount] => 4
[ApplicationTypes] => Array
(
[SYSTEM] => Array
(
[Name] => SYSTEM
[AttributeID] => 1
[Description] => Properties that exist regardless of the Application being monitored
)
[NAGIOS] => Array
(
[Name] => NAGIOS
[AttributeID] => 100
[Description] => System monitored by Nagios
)
[SNMPTRAP] => Array
(
[Name] => SNMPTRAP
[AttributeID] => 101
[Description] => SNMP Trap application
)
[SYSLOG] => Array
(
[Name] => SYSLOG
[AttributeID] => 102
[Description] => SYSLOG application
)
)
)
Documentation generated on Fri, 04 May 2007 16:49:45 -0700 by phpDocumentor 1.3.0RC3