diff --git a/source/code/plugins/omi_lib.rb b/source/code/plugins/omi_lib.rb index 896561a2c..f0e0318a8 100644 --- a/source/code/plugins/omi_lib.rb +++ b/source/code/plugins/omi_lib.rb @@ -53,7 +53,6 @@ def lookup_class_name(class_name, mappings) def transform(records, collected_counters, host, time) if records.to_s == '' # nil or empty, return empty record - @log.info "Received empty record set from OMI." return {} end @@ -66,7 +65,6 @@ def transform(records, collected_counters, host, time) data_items = [] - @log.info "Received #{records_hash.size} records from OMI." records_hash.each { |record| # get the specific class mapping specific_mapping = lookup_class_name(record["ClassName"], @counter_mapping)