6074bb47b9
moving elastic-recheck to a queries directory instead of a file means we need to make the graphs support that. Also refactor out the er_state_dir to make changing that easier when we pull in the web console. 2Bupdate elastic-recheck bot config to use queries directory Change-Id: Ifcc71511c066e8aee5cb74e013555c628f270e29
15 lines
360 B
Plaintext
15 lines
360 B
Plaintext
#Must use full paths
|
|
[ircbot]
|
|
nick=<%= recheck_bot_nick %>
|
|
pass=<%= recheck_bot_passwd %>
|
|
server=irc.freenode.net
|
|
port=6667
|
|
channel_config=/etc/elastic-recheck/recheckwatchbot.yaml
|
|
log_config=/etc/elastic-recheck/logging.config
|
|
|
|
[gerrit]
|
|
user=<%= gerrit_user %>
|
|
host=<%= gerrit_host %>
|
|
query_file=/etc/elastic-recheck/queries
|
|
key=<%= gerrit_ssh_private_key %>
|