-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required ENV_SURICATA_ARGS? #3
Comments
from what i see it is called up here - https://github.com/StamusNetworks/suricata-docker/blob/master/supervisor.d/suricata.conf |
Yes, but what are the required ENV_SURICATA_ARGS? If left blank, the error in the initial post is exhibited upon bringing up the container. |
Any update on this? |
Any thoughts on the issue? |
Can you paste the full output of the run please (stdout/anything)? |
Given that ENV_SURICATA_ARGS are not set, the following docker log is not surprising. What are the required ENV_SURICATA_ARGS? suricata | Error: Format string '/usr/bin/suricata\n-c /etc/suricata/suricata.yaml\n--pidfile /var/run/suricata.pid\n%(ENV_SURICATA_ARGS)s' for 'program:suricata.command' contains names ('ENV_SURICATA_ARGS') which cannot be expanded. Available names: ENV_HOME, ENV_HOSTNAME, ENV_INTERFACE, ENV_PATH, group_name, here, host_node_name, process_num, program_name in section 'program:suricata' (file: '/etc/supervisor/conf.d/suricata.conf') |
Not sure for this one - @regit any input ? |
What are the required ENV_SURICATA_ARGS? There is no description in this repository. If left blank, the following error is exhibited upon brining up the container:
suricata | Error: Format string '/usr/bin/suricata\n-c /etc/suricata/suricata.yaml\n--pidfile /var/run/suricata.pid\n%(ENV_SURICATA_ARGS)s' for 'program:suricata.command' contains names ('ENV_SURICATA_ARGS') which cannot be expanded. Available names: ENV_HOME, ENV_HOSTNAME, ENV_INTERFACE, ENV_PATH, group_name, here, host_node_name, process_num, program_name in section 'program:suricata' (file: '/etc/supervisor/conf.d/suricata.conf')
suricata | For help, use /usr/bin/supervisord -h
suricata exited with code 2
The text was updated successfully, but these errors were encountered: