diff options
author | Dennis Friis <peavey@placid.dk> | 2008-11-04 18:51:51 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-11-04 18:51:51 +0000 |
commit | 565a6475ed9003cb178dfd932160689dcd0d87f4 (patch) | |
tree | 8cfb0e40b02b60c6c6d2afdc0a034b0813d13ca6 /conf/eathena-monitor.conf.example | |
parent | 98aa59d86fd565c9acf4b29fe2ea2d96780a96a5 (diff) | |
download | serverdata-565a6475ed9003cb178dfd932160689dcd0d87f4.tar.gz serverdata-565a6475ed9003cb178dfd932160689dcd0d87f4.tar.bz2 serverdata-565a6475ed9003cb178dfd932160689dcd0d87f4.tar.xz serverdata-565a6475ed9003cb178dfd932160689dcd0d87f4.zip |
Add .example to monitor conf since it does not support import.
Diffstat (limited to 'conf/eathena-monitor.conf.example')
-rw-r--r-- | conf/eathena-monitor.conf.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/eathena-monitor.conf.example b/conf/eathena-monitor.conf.example new file mode 100644 index 00000000..70dcd2e5 --- /dev/null +++ b/conf/eathena-monitor.conf.example @@ -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 |