I recently installed Graylog 2 using .ova. I have configured alerting, but when testing, I received the error that email transport is not enabled in the server configuration file. So after a quick Google search, I found that I must use the graylog-ctl script to configure my email settin
gs. After entering the settings as instructed, I am getting the following error in the CLI:
(eval):31:in `block (2 levels) in load_files': invalid option: --no-ssl] (OptionParser::InvalidOption)
from /opt/graylog/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.0.7/lib/omnibus-ctl.rb:145:in `call'
from /opt/graylog/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.0.7/lib/omnibus-ctl.rb:145:in `block in add_command'
from /opt/graylog/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.0.7/lib/omnibus-ctl.rb:366:in `run'
from /opt/graylog/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.0.7/bin/omnibus-ctl:27:in `<top (required)>'
from /opt/graylog/embedded/bin/omnibus-ctl:23:in `load'
from /opt/graylog/embedded/bin/omnibus-ctl:23:in `<main>'
Any suggestions? I am assuming that I enter the commands in one line, is that correct?
EDIT: Now I see that I can edit the server.conf file, but I cannot access the directory through a terminal. I am not too savvy with Linux, so any advice would be appreciated.
Thanks!