Resource Type: influxdb_label

Defined in:
lib/puppet/type/influxdb_label.rb

Summary

Manages labels in InfluxDB

Overview

Examples:

influxdb_label {'puppetlabs/influxdb':
  ensure  => present,
  org     => 'puppetlabs',
}

Properties

  • ensure (defaults to: present)

    Whether the label should be present or absent on the target system.

  • host

    The host running InfluxDB

  • name

    Name of the label

  • org

    Organization the label belongs to

  • port (defaults to: 8086)

    Port used by the InfluxDB service

  • properties

    Key/value pairs associated with the label

  • token

    Administrative token used for authenticating API calls

  • token_file

    File on disk containing an administrative token

  • use_ssl (defaults to: true)

    Whether to enable SSL for the InfluxDB service

  • use_system_store

    Whether to use the system store for SSL connections