Class: ZabbixManager::Events
- Defined in:
- lib/zabbix_manager/classes/events.rb
Instance Method Summary collapse
-
#identify ⇒ Object
用于通过 Zabbix API 标识特定 Event 对象的 id 字段名称.
-
#method_name ⇒ Object
用于通过 Zabbix API 与 Events 交互的方法名称.
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
#identify ⇒ Object
用于通过 Zabbix API 标识特定 Event 对象的 id 字段名称
11 12 13 |
# File 'lib/zabbix_manager/classes/events.rb', line 11 def identify "name" end |
#method_name ⇒ Object
用于通过 Zabbix API 与 Events 交互的方法名称
6 7 8 |
# File 'lib/zabbix_manager/classes/events.rb', line 6 def method_name "event" end |