Canonical Bootstack Node Exporter

Channel Revision Published Runs on
latest/stable 6 18 Mar 2021
Ubuntu 14.04
juju deploy canonical-bootstack-node-exporter
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • install_keys | string

    YAML list of GPG keys for installation sources, as a string. For apt repository URLs, use the public key ID used to verify package signatures. For other sources such as PPA, use empty string. This list must have the same number of elements as install_sources, even if the key items are all empty string. An example to go with the above for install_sources: install_keys: | - "ABC" - ""

  • install_sources | string

    Default: [ "ppa:canonical-bootstack/prometheus" ]

    YAML list of additional installation sources, as a string. The number of install_sources must match the number of install_keys. For example: install_sources: | - ppa:project1/ppa - ppa:project2/ppa

  • port | int

    Default: 9100

    Prometheus node_exporter listening port

  • textfile_directory | string

    Directory to read text files with metrics from.