Skip to content

Commit

Permalink
fix(pillar): fix service name in archive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 24, 2020
1 parent 910a06d commit b03a1cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prometheus/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ prometheus:
environ_file: /etc/default/prometheus-alertmanager.sh
environ: {}
service:
name: alertmanager
args:
config.file: /etc/prometheus/alertmanager.yml
storage.path: /var/lib/alertmanager
Expand Down Expand Up @@ -134,7 +133,6 @@ prometheus:
config_file: /etc/prometheus/node_exporter.yml
config: {}
service:
name: prometheus-node-exporter
args:
collector.textfile.directory: /var/tmp/node_exporter
archive:
Expand All @@ -154,7 +152,6 @@ prometheus:
environ_file: /etc/default/prometheus.sh
environ: {}
service:
name: prometheus
args:
config.file: /etc/prometheus/prometheus.yml
storage.tsdb.path: /var/lib/prometheus/data
Expand Down

0 comments on commit b03a1cc

Please sign in to comment.