Resource Type: nagios_serviceextinfo

NOTE: This page was generated from the Puppet source code on 2018-06-20 11:51:22 -0700

nagios_serviceextinfo

Description

The Nagios type serviceextinfo. This resource type is autogenerated using the model developed in Naginator, and all of the Nagios types are generated using the same code and the same library.

This type generates Nagios configuration statements in Nagios-parseable configuration files. By default, the statements will be added to /etc/nagios/nagios_serviceextinfo.cfg, but you can send them to a different file by setting their target attribute.

You can purge Nagios resources using the resources type, but only in the default file locations. This is an architectural limitation.

Attributes

nagios_serviceextinfo { 'resource title':
  _naginator_name     => # (namevar) The name of this nagios_serviceextinfo...
  ensure              => # The basic property that the resource should be...
  action_url          => # Nagios configuration file...
  group               => # The desired group of the config file for this...
  host_name           => # Nagios configuration file...
  icon_image          => # Nagios configuration file...
  icon_image_alt      => # Nagios configuration file...
  mode                => # The desired mode of the config file for this...
  notes               => # Nagios configuration file...
  notes_url           => # Nagios configuration file...
  owner               => # The desired owner of the config file for this...
  provider            => # The specific backend to use for this...
  register            => # Nagios configuration file...
  service_description => # Nagios configuration file...
  target              => # The...
  use                 => # Nagios configuration file...
  # ...plus any applicable metaparameters.
}

_naginator_name

(Namevar: If omitted, this attribute’s value defaults to the resource’s title.)

The name of this nagios_serviceextinfo resource.

(↑ Back to nagios_serviceextinfo attributes)

ensure

(Property: This attribute represents concrete state on the target system.)

The basic property that the resource should be in.

Valid values are present, absent.

(↑ Back to nagios_serviceextinfo attributes)

action_url

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

group

The desired group of the config file for this nagios_serviceextinfo resource.

NOTE: If the target file is explicitly managed by a file resource in your manifest, this parameter has no effect. If a parent directory of the target is managed by a recursive file resource, this limitation does not apply (i.e., this parameter takes precedence, and if purge is used, the target file is exempt).

(↑ Back to nagios_serviceextinfo attributes)

host_name

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

icon_image

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

icon_image_alt

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

mode

The desired mode of the config file for this nagios_serviceextinfo resource.

NOTE: If the target file is explicitly managed by a file resource in your manifest, this parameter has no effect. If a parent directory of the target is managed by a recursive file resource, this limitation does not apply (i.e., this parameter takes precedence, and if purge is used, the target file is exempt).

(↑ Back to nagios_serviceextinfo attributes)

notes

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

notes_url

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

owner

The desired owner of the config file for this nagios_serviceextinfo resource.

NOTE: If the target file is explicitly managed by a file resource in your manifest, this parameter has no effect. If a parent directory of the target is managed by a recursive file resource, this limitation does not apply (i.e., this parameter takes precedence, and if purge is used, the target file is exempt).

(↑ Back to nagios_serviceextinfo attributes)

provider

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

Available providers are:

(↑ Back to nagios_serviceextinfo attributes)

register

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

service_description

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

target

(Property: This attribute represents concrete state on the target system.)

The target.

(↑ Back to nagios_serviceextinfo attributes)

use

(Property: This attribute represents concrete state on the target system.)

Nagios configuration file parameter.

(↑ Back to nagios_serviceextinfo attributes)

Providers

naginator

NOTE: This page was generated from the Puppet source code on 2018-06-20 11:51:22 -0700