Resource Type: grafana_notification

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

Overview

Manage notification in Grafana

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • frequency

    The notification reminder frequency

  • is_default (defaults to: false)

    Whether the notification is the default one

    Supported values:
    • true
    • false
  • send_reminder (defaults to: false)

    Whether automatic message resending is enabled or not

    Supported values:
    • true
    • false
  • settings

    Additional JSON data to configure the notification

  • type

    The notification type

Parameters

  • grafana_api_path (defaults to: /api)

    The absolute path to the API endpoint

  • grafana_password

    The password for the Grafana server

  • grafana_url (defaults to: '')

    The URL of the Grafana server

  • grafana_user

    The username for the Grafana server

  • name (namevar)

    The name of the notification.

  • provider

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