0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-03-17 14:02:38 +00:00
alerta_alerta-contrib/integrations/supervisor/supervisord.conf.example

17 lines
365 B
Text
Raw Permalink Normal View History

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