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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/monitoring/zabbix/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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#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.,Option C(graphs_in_row) will limit columns of screen and make multiple rows (default 3),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.rn.

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.,Option C(graphs_in_row) will limit columns of screen and make multiple rows (default 3),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.rn



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

attribute :screens