Resource Type: grafana_dashboard

Defined in:
lib/puppet/type/grafana_dashboard.rb
Providers:
grafana

Overview

Manage dashboards in Grafana

Properties

  • content

    The JSON representation of the dashboard.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • folder

    The folder to place the dashboard in (optional)

  • grafana_api_path (defaults to: /api)

    The absolute path to the API endpoint

  • grafana_password

    The password for the Grafana server (optional)

  • grafana_url (defaults to: '')

    The URL of the Grafana server

  • grafana_user

    The username for the Grafana server (optional)

  • organization (defaults to: 1)

    The organization name to create the datasource on

  • provider

    The specific backend to use for this ‘grafana_dashboard` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • title

    The title of the dashboard.