Created
July 26, 2017 15:43
-
-
Save fatelei/3ea0a33dcd9039196c24048f0b6009a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [program:es_exporter] | |
| command = /path/elasticsearch_exporter-1.0.1.linux-amd64/elasticsearch_exporter -es.all false | |
| autostart = false | |
| stdout_logfile_backups = 0 | |
| stderr_logfile_backups = 0 | |
| stderr_logfile = /data/log/supervisor/%(program_name)s.stderr.log | |
| stdout_logfile = /data/log/supervisor/%(program_name)s.stdout.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment