Skip to content
Snippets Groups Projects
Commit 6b2c296e authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add bot to template

parent 22137e3e
No related branches found
No related tags found
No related merge requests found
......@@ -157,13 +157,18 @@ priority=210
stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
[program:chatbot]
command=python -u scripts/chatbot.py
priority=220
stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
[group:ligiers]
programs=monitoring_ligier,ligiermirror
priority=1
[group:logging]
programs=weblog,msg_dumper
programs=weblog,msg_dumper,chatbot
priority=200
[group:monitoring_process]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment