Class: ZabbixManager::Maintenance

Inherits:
Basic
  • Object
show all
Defined in:
lib/zabbix_manager/classes/maintenance.rb

Instance Method Summary collapse

Methods inherited from Basic

#add, #all, #create, #create_or_update, #default_options, #delete, #destroy, #dump_by_id, #get, #get_full_data, #get_id, #get_ids, #get_ids_by_identify, #get_key_ids, #get_key_ids_by_identify, #get_or_create, #get_or_create_keys, #get_raw, #hash_equals?, #initialize, #key, #keys, #log, #merge_hashes, #normalize_array, #normalize_hash, #parse_keys, #request_raw, #symbolize_keys, #update

Constructor Details

This class inherits a constructor from ZabbixManager::Basic

Instance Method Details

#identifyObject

用于通过 Zabbix API 识别特定维护窗口对象的 id 字段名称



11
12
13
# File 'lib/zabbix_manager/classes/maintenance.rb', line 11

def identify
  "name"
end

#method_nameObject

用于通过 Zabbix API 与维护窗口对象交互的方法名称



6
7
8
# File 'lib/zabbix_manager/classes/maintenance.rb', line 6

def method_name
  "maintenance"
end