Resource Type: grafana_conn_validator

Defined in:
lib/puppet/type/grafana_conn_validator.rb
Providers:
net_http

Overview

Verify connectivity to the Grafana API

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • grafana_api_path (defaults to: /api/health)

    The absolute path to the API endpoint

  • grafana_url (defaults to: http://localhost:3000)

    The URL of the Grafana server

  • name (namevar)

    Arbitrary name of this resource

  • provider

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

  • timeout (defaults to: 20)

    How long to wait for the API to be available