Skip to content

Commit

Permalink
docs(pillar.example): add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Aug 21, 2020
1 parent c5ad857 commit 68aaa34
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ prometheus:
- haskell
- rust
component:
# List components (ie, exporters) using underscores and
# removing the 'prometheus' prefix
- prometheus
- alertmanager # not in debian repo, only archive
- alertmanager
- node_exporter
# - memcached_exporter # not in upstream repo, only archive

Expand Down Expand Up @@ -37,6 +39,14 @@ prometheus:
golang:
version: v1.6.0
component:
# If you use OS packages in Debian's family, components should have
# a 'name' variable stating the name of the package (it's generally
# something like `prometheus-component-with-dashes-replacing-underscores`
# ie,
# node_exporter:
# name: prometheus-node-exporter
#
# See prometheus/osfamilymap.yaml for more examples
alertmanager:
config:
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit 68aaa34

Please sign in to comment.