elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

Alertmanager requires '--' for runtime args #93

Open jshrack-ssi opened 6 years ago

jshrack-ssi commented 6 years ago

It looks like newer versions of alertmanager require command line options for start parameters to be in '--' format and not '-' as the current template defines. The latter produces an error on service startup with 'alertmanager: error: unknown short flag '-l', try --help'. Could you please revise chef-prometheus/templates/default/systemd/alertmanager.service.erb to reflect this requirement?