Resource Type: nimsoft_oracle_connection

Defined in:
lib/puppet/type/nimsoft_oracle_connection.rb
Providers:
nimsoft

Overview

The ‘nimsoft_oracle_connection` type can be used to describe a connection of the `oracle` probe to monitor an oracle instance.

Properties

  • connection

    The connection string. This can ether be a SID if you want to work with a ‘tnsnames.ora` or can follow the easy connect naming method (`host:port/service_name`)

  • description

    A short description

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • password
  • retry

    Specifies the number of retries to connect to the database until the probe will give up

  • retry_delay

    If retry has been set to value greater than zero, retry_delay will specify how long the probe will wait between connection attempts. The value can be specified in seconds or minutes (e.g ‘30 sec` or `1 min`)

  • user

Parameters

  • name (namevar)

    The name of the connection

  • provider

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