Resource Type: sensu_agent_entity_validator

Defined in:
lib/puppet/type/sensu_agent_entity_validator.rb
Providers:
sensuctl
sensu_api

Overview

NOTE This is a private type not intended to be used directly.

Verify the specified agent entity exists.

Examples:

Verify agent entity 'sensu-agent' exists

sensu_api_validator { 'sensu-agent':
  namespace => 'dev',
}

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    An entity to verify

  • namespace (defaults to: default)

    Namespace of entity

  • provider

    The specific backend to use for this sensu_agent_entity_validator resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform.

  • timeout (defaults to: 10)

    The max number of seconds that the validator should wait before giving up and deciding that entity does not exist