docs(pillar.example): add some comments
This commit is contained in:
parent
c5ad857590
commit
68aaa34378
@ -8,8 +8,10 @@ prometheus:
|
|||||||
- haskell
|
- haskell
|
||||||
- rust
|
- rust
|
||||||
component:
|
component:
|
||||||
|
# List components (ie, exporters) using underscores and
|
||||||
|
# removing the 'prometheus' prefix
|
||||||
- prometheus
|
- prometheus
|
||||||
- alertmanager # not in debian repo, only archive
|
- alertmanager
|
||||||
- node_exporter
|
- node_exporter
|
||||||
# - memcached_exporter # not in upstream repo, only archive
|
# - memcached_exporter # not in upstream repo, only archive
|
||||||
|
|
||||||
@ -37,6 +39,14 @@ prometheus:
|
|||||||
golang:
|
golang:
|
||||||
version: v1.6.0
|
version: v1.6.0
|
||||||
component:
|
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:
|
alertmanager:
|
||||||
config:
|
config:
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
|
Loading…
x
Reference in New Issue
Block a user