Class: Ansible::Ruby::Modules::Zabbix_screen

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

Overview

This module allows you to create, modify and delete Zabbix screens and associated graph data.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#http_login_passwordObject?

Returns Basic Auth password.

Returns:

  • (Object, nil)

    Basic Auth password



26
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 26

attribute :http_login_password

#http_login_userObject?

Returns Basic Auth login.

Returns:

  • (Object, nil)

    Basic Auth login



23
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 23

attribute :http_login_user

#login_passwordString

Returns Zabbix user password.

Returns:

  • (String)

    Zabbix user password.



19
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 19

attribute :login_password

#login_userString

Returns Zabbix user name.

Returns:

  • (String)

    Zabbix user name.



15
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 15

attribute :login_user

#screensArray<Hash>, Hash

Returns List of screens to be created/updated/deleted(see example).,If the screen(s) already been added, the screen(s) name won’t be updated.,When creating or updating screen(s), C(screen_name), C(host_group) are required.,When deleting screen(s), the C(screen_name) is required.,The available states are: C(present) (default) and C(absent). If the screen(s) already exists, and the state is not C(absent), the screen(s) will just be updated as needed.

Returns:

  • (Array<Hash>, Hash)

    List of screens to be created/updated/deleted(see example).,If the screen(s) already been added, the screen(s) name won’t be updated.,When creating or updating screen(s), C(screen_name), C(host_group) are required.,When deleting screen(s), the C(screen_name) is required.,The available states are: C(present) (default) and C(absent). If the screen(s) already exists, and the state is not C(absent), the screen(s) will just be updated as needed.



33
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 33

attribute :screens

#server_urlString

Returns Url of Zabbix server, with protocol (http or https).

Returns:

  • (String)

    Url of Zabbix server, with protocol (http or https).



11
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 11

attribute :server_url

#timeoutInteger?

Returns The timeout of API request (seconds).

Returns:

  • (Integer, nil)

    The timeout of API request (seconds).



29
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 29

attribute :timeout