Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
server/mods-available/rescue_core_module.inc.php
@@ -38,9 +38,13 @@
    * 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
@@ -50,12 +54,14 @@
      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.
@@ -459,5 +465,7 @@
       */
      exec($app->system->getinitcommand($daemon, 'start'));
   }
}
?>