Class: Ansible::Ruby::Modules::Pingdom

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/monitoring/pingdom.rb

Overview

This module will let you pause/unpause Pingdom alerts

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#checkidInteger

Returns Pingdom ID of the check.

Returns:

  • (Integer)

    Pingdom ID of the check.



16
# File 'lib/ansible/ruby/modules/generated/monitoring/pingdom.rb', line 16

attribute :checkid

#keyString

Returns Pingdom API key.

Returns:

  • (String)

    Pingdom API key.



28
# File 'lib/ansible/ruby/modules/generated/monitoring/pingdom.rb', line 28

attribute :key

#passwdString

Returns Pingdom user password.

Returns:

  • (String)

    Pingdom user password.



24
# File 'lib/ansible/ruby/modules/generated/monitoring/pingdom.rb', line 24

attribute :passwd

#state:running, :paused

Returns Define whether or not the check should be running or paused.

Returns:

  • (:running, :paused)

    Define whether or not the check should be running or paused.



12
# File 'lib/ansible/ruby/modules/generated/monitoring/pingdom.rb', line 12

attribute :state

#uidString

Returns Pingdom user ID.

Returns:

  • (String)

    Pingdom user ID.



20
# File 'lib/ansible/ruby/modules/generated/monitoring/pingdom.rb', line 20

attribute :uid