stacktach-sandbox/yagi.conf.common
Sandy Walsh 4cb647a7f3 Updates yagi.conf to write json files of every event.
For uploading raw notifications to archive (like an HDFS store).

Also, removes msgpack-python (installed by oslo), which currently
conflict with carrot. This is a temp fix.

Change-Id: I973949c83c9018235169646ce0370d71a2260241
2015-02-17 15:00:45 -08:00

42 lines
747 B
Plaintext

[global]
verbose = False
debug = True
update_timer = 10
[event_worker]
pidfile = yagi_event_worker.pid
daemonize = False
event_driver = yagi.broker.rabbit.Broker
[rabbit_broker]
host = localhost
user = guest
password = guest
port = 5672
vhost = /
poll_delay = 0.5
[logging]
#logfile = yagi.log
#default_level = DEBUG
config_file = logging.conf
[consumers]
queues = monitor.info
# ------ NOTE ------
# Yagi is launched from the sandbox/ dir, so files are
# relative to there.
# ------------------
[oahu]
config_class = .|oahu_config:Config
[winchester]
config_file = winchester.yaml
[shoebox]
working_directory=data/events
filename_template=%Y%m%d-[[TIMESTAMP]]-stv3-[[CRC]].json.gz
roll_manager=shoebox.roll_manager:WritingJSONRollManager