Skip to content

Commit

Permalink
Removed legacy influxdb injector
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Jul 14, 2020
1 parent 932c49a commit 310e311
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 86 deletions.
1 change: 0 additions & 1 deletion dir-prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ then
fi

mkdir -p $LOGSPATH/$DOCKERID/supervisor/haproxy
mkdir -p $LOGSPATH/$DOCKERID/supervisor/injectinfluxdb
77 changes: 0 additions & 77 deletions influxinject.py

This file was deleted.

8 changes: 0 additions & 8 deletions supervisord.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ stderr_syslog = true
autorestart = true
directory=/app

[program:injectinfluxdb]
command=/app/influxinject.py
stdout_logfile = {{ LOGSPATH }}/{{DOCKERID}}/supervisor/injectinfluxdb/injector.txt
stderr_logfile = {{ LOGSPATH }}/{{DOCKERID}}/supervisor/injectinfluxdb/injector.txt
autorestart = unexpected
exitcodes=0,2
directory=/app

0 comments on commit 310e311

Please sign in to comment.