0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-01-09 10:25:48 +00:00
alerta_alerta-contrib/integrations/supervisor/supervisord.conf.example
2015-01-26 11:55:20 +00:00

16 lines
365 B
Text

[supervisord]
logfile=/var/log/supervisord.log
logfile_backups=2
loglevel=debug
pidfile=/var/run/supervisord.pid
nocleanup=true
childlogdir=/var/log
environment=ALERTA_ENDPOINT="http://localhost:8080",ALERTA_API_KEY="demo-key"
[program:foo]
command=sleep 300
[eventlistener:evlistener]
command=%(here)s/evlistener.py
events=PROCESS_STATE,TICK_60
buffer_size=1024