Ejemplo n.º 1
0
 public function helpOptions($module)
 {
     Options::help($module, 1);
     CliLogger::log("\n", Debugger::ERROR);
 }
Ejemplo n.º 2
0
 static function Help()
 {
     Debugger::log("\n     Time Window operations\n     \n     tw:create [common opts]\n        Create window(s) for specified period and length\n\n     tw:delete [common opts]\n        Remove windows and dependent data from this range\n     \n     tw:empty [common opts]\n        Empty windows data but leave windows created\n        \n     tw:show\n        Show informations about timewindows in db\n        \n     tw:stats\n        Show statistics about timewindows in db\n    \n    tw:zstats\n        Show statistics about zabbix data at timewindows\n    \n    tw:modify\n        Modify or rename window(s)\n        \n     tw:loi\n        Recompute Level of Interest for windows\n     \n     Date formats: @timestamp, YYYYMMDDhhmm, now, '1 day ago', '00:00 1 day ago'\n     TimeWindow formats: Date_format/length, Date_format-Date_format/length, id\n     If no start and end date given, all data will be affected.\n     \n    [common opts]\n     \n", Debugger::ERROR);
     Options::help();
     exit;
 }