# Configuration for the Watson monitoring system
# (this is a shell script sourced by bin/watson)

# List of search servers and the path to their log files
SEARCH_SERVERS="sherlock1 sherlock2 sherlock3"
SEARCH_PATH="run/log/sherlockd-*"

# Gatherer log file
GATHERD_LOG="run/log/gatherd-*"

# Indexer log file
INDEXER_LOG="run/log/indexer-*"
# All log files can be remote:
#INDEXER_LOG="sherlock0:run/log/indexer-*"

# Word statistics from the indexer
#LEX_LOG="run/log/words/lex-*"
