supervisor jobs for demoing mozdef

This commit is contained in:
Jeff Bryner 2014-08-02 07:50:48 -07:00
Родитель 5012ac9081
Коммит f71b4a4e02
1 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -103,14 +103,15 @@ environment=C_FORCE_ROOT="1"
directory=/opt/MozDef/alerts
umask=022
# Inject sample data in MozDef
# Inject sample data in MozDef ES directly.
# which sets up indexes,etc.
[program:inject]
priority=10
command=python inject.py
directory=/opt/MozDef/examples/es-docs/
startretries=10
#DEMO helper jobs
# health/status jobs to query rabbit/ES and send to mongo/meteor
[program:healthAndStatus]
priority=10
@ -122,3 +123,11 @@ directory=/opt/MozDef/examples/demo/
priority=10
command=/opt/MozDef/examples/demo/sampleevents.sh
directory=/opt/MozDef/examples/demo/
#periodically sync any alerts from ES to meteor/mongo
[program:realTimeAlerts]
priority=10
command=/opt/MozDef/examples/demo/syncalerts.sh
directory=/opt/MozDef/examples/demo/