Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from SoInteractive/pkrupa2-patch-1
Browse files Browse the repository at this point in the history
Update prometheus.service.j2
  • Loading branch information
Paweł Krupa authored Nov 7, 2017
2 parents cfc1e1e + 40a76bd commit a859426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/prometheus.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ExecStart={{ prometheus_root_dir }}/prometheus \
-storage.local.path={{ prometheus_db_dir }} \
-web.listen-address={{ prometheus_web_listen_address }} \
-web.external-url={{ prometheus_web_external_url }}{% if prometheus_alertmanager_url != "" %}\
-alertmanager.url={{ prometheus_alertmanager_url }}{% endif %}
{# {% for flag, flag_value in prometheus_config_flags_extra.iteritems() %}-{{ flag }}={{ flag_value }} {% endfor %} #}
-alertmanager.url={{ prometheus_alertmanager_url }}{% endif %}{% for flag, flag_value in prometheus_config_flags_extra.iteritems() %}\
-{{ flag }}={{ flag_value }} {% endfor %}

SyslogIdentifier=prometheus
Restart=always
Expand Down

0 comments on commit a859426

Please sign in to comment.