Resource Type: sensu_contact

Defined in:
lib/puppet/type/sensu_contact.rb
Providers:
json

Overview

Manages Sensu contacts

Properties

  • config

    Configuration hash for the contact.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • base_path (defaults to: /etc/sensu/conf.d/contacts/)

    The base path to the contact config file

  • name (namevar)

    The name of the contact, e.g. "support"

    Supported values:
    • /^[\w\.-]+$/