| | |
| | | * The monitoring-Data of this module. |
| | | * [0] are the actual data, [1] are the data 1 minnute ago [2] are teh data 2 minuntes... |
| | | */ |
| | | |
| | | |
| | | private $_monitoringData = array(); |
| | | |
| | | /** The rescue-Data of this module. */ |
| | | private $_rescueData = array(); |
| | | |
| | | |
| | | /** |
| | | * This function is called during ispconfig installation to determine |
| | |
| | | return true; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * This function is called when the module is loaded |
| | | */ |
| | | function onLoad() { |
| | | $this->_doRescue(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * This function is called when a change in one of the registered tables is detected. |
| | |
| | | */ |
| | | exec($app->system->getinitcommand($daemon, 'start')); |
| | | } |
| | | |
| | | } |
| | | |
| | | ?> |