summaryrefslogtreecommitdiff
path: root/tools/monitor/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-01-29Fixed and silenced compiler warningErik Schilling1-4/+5
Also removed a senseless line
2009-10-25Fixed an off by one causing crash on monitor exitThorbjørn Lindeijer1-1/+1
2009-10-25Made the monitor a bit more genericThorbjørn Lindeijer1-20/+38
It is now possible to pass any list of servers that should be run as arguments to the monitor.
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer1-3/+3
Includes a database update. Use update_6_to_7.sql to update existing sqlite databases.
2009-10-21Fixed compileThorbjørn Lindeijer1-1/+2
For some reason qApp was missing for seeseekey.
2009-10-17Added the initial version of a server monitorThorbjørn Lindeijer1-0/+273
It launches the account and game servers and restarts them when they quit unexpectedly. When a core file is found after a server quit, a backtrace is emailed when the CRASH_REPORT_RECEIVER environment variable is set. The monitor should be terminated with the TERM signal, which makes sure the servers get some time to shutdown gracefully.