Procedural File: base.php
Source Location: /include/base.php
Classes:
Kimono_Monitor
main class for handling hosts and all its functions
Kimono_Object
abstract class for groups, hosts and services, basically just variables handling
Kimono_Organisation
only required when doing a kimono_show_permissions() on organisations
Kimono_Group
holds hosts objects and its functions
Kimono_Host
holds data and functions for a single host and its services
Kimono_Service
data and functions for a service, responsible for executing the specific services code
Kimono_Argument
a single service argument
Kimono_Service_Dummy
abstract class all services should inherit, this is what makes a Kimono_Service class and the actually service class talk to eachother.
Page Details:
watch, group and service classes
Requirements [line 711]
Run [line 710]
interface for service classes to make sure they follow the design patter we want
|
|