~axino/charms/xenial/prometheus-snmp-exporter/layer-prometheus-snmp-exporter

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Jacek Nykis
  • Date: 2016-05-18 15:27:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20160518152705-sresiz67cd95cv2p
FirstĀ attempt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  install_sources:
 
3
    default: '[ "ppa:canonical-bootstack/prometheus" ]'
 
4
    type: string
 
5
    description: |
 
6
        YAML list of additional installation sources, as a string. The number of
 
7
        install_sources must match the number of install_keys. For example:
 
8
          install_sources: |
 
9
           - ppa:project1/ppa
 
10
           - ppa:project2/ppa
 
11
  install_keys:
 
12
    default: ""
 
13
    type: string
 
14
    description: |
 
15
        YAML list of GPG keys for installation sources, as a string. For apt repository
 
16
        URLs, use the public key ID used to verify package signatures. For 
 
17
        other sources such as PPA, use empty string. This list must have the 
 
18
        same number of elements as install_sources, even if the key items are 
 
19
        all empty string. An example to go with the above for install_sources:
 
20
          install_keys: |
 
21
           - "ABC"
 
22
           - ""
 
23
 
 
24
  snmp_community:
 
25
    default: "public"
 
26
    type: string
 
27
    description: |
 
28
        SNMP v2 read only community string