diff options
author | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-03-10 21:54:21 +0000 |
---|---|---|
committer | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-03-10 21:54:21 +0000 |
commit | 8cd5e565be21e42ff44beda10c1b819887525b10 (patch) | |
tree | 069c1aff859c4cfc1e7440b738a1822bd598153c /conf | |
parent | df5e39fac087fb59a6ffbf2c36d30560954ce2d9 (diff) | |
download | serverdata-8cd5e565be21e42ff44beda10c1b819887525b10.tar.gz serverdata-8cd5e565be21e42ff44beda10c1b819887525b10.tar.bz2 serverdata-8cd5e565be21e42ff44beda10c1b819887525b10.tar.xz serverdata-8cd5e565be21e42ff44beda10c1b819887525b10.zip |
Added a config file for eathena-monitor.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/eathena-monitor.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/eathena-monitor.conf b/conf/eathena-monitor.conf new file mode 100644 index 00000000..70dcd2e5 --- /dev/null +++ b/conf/eathena-monitor.conf @@ -0,0 +1,14 @@ +# $Id: eathena-monitor.conf,v 1.0 2006/13/10 21:42:22 Platyna Exp $ + +# By default the eathena-monitor looks for its config file in +# $HOME/tmwserver/conf/, creates the log file in $HOME/tmwserver/log/. +# You may use this file to adjust these settings if needed or use predefined +# defaults. Lines starting with hash mark or white space are ignored. + +# login_server=/home/athena/tmwserver/login-server +# map_server=/home/athena/tmwserver/map-server +# char_server=/home/athena/tmwserver/char-server +# workdir=/home/athena/tmwserver +# In seconds, default is 5. +# interval=2 +# logfile=/home/athena/tmwserver/log/monitor.log |