TLauncher 0.2

License: Free ‎File size: N/A
‎Users Rating: 3.3/5 - ‎19 ‎votes

ABOUT TLauncher

This Program is a cron replacement which runs commands at a specified time,if certain conditions are met. The program runs as daemon and is part of the Task Launcher Scheduler package. Task Launcher Daemon and client for run task at certain time. TLaucher is similar to cron, but is supported start depending on a condition and reportind for the certain period. **Install: ./configure make and as root: make install **Run: tlauncher is configured by editing the tlauncherd.xml (read config file for more details) start tlauncherd with: tlauncherd --start This will read config and processes file and then start scheduling. Interactive work produced by tlcontrol. For example: - stop scheduling: tlcontrol --drain - continue scheduling: tlcontrol --cont - set condition: tlcontrol --set-condition DATABASE-UP - unset condition: tlcontrol --unset-condition DATABASE-UP **All options: TLauncher daemon: tlauncherd --help Usage: tlauncherd where options include: --help; -h: print this message --version; -v: print version --start; : start scheduler daemon --stop; : stop scheduler daemon TLauncher client: tlcontrol --help Usage: tlcontrol [arg] where command include: --help; -h: print this message --version; -v: print version --drain : start of following tasks stop. --info : receive information about last start of task --infoall : receive information about last start of all tasks --cont : start of following tasks continue. --set-condition : set condition on scheduler's side. --unset-conditions