Class: Opstat::Parsers::Facts
- Inherits:
-
Object
- Object
- Opstat::Parsers::Facts
- Includes:
- Logging
- Defined in:
- lib/parsers/facts.rb
Overview
TODO - save changed only - is it possible?
Instance Method Summary collapse
Methods included from Logging
#log_level, #oplogger, #preconfig_logger
Instance Method Details
#parse_data(data:, time:) ⇒ Object
7 8 9 |
# File 'lib/parsers/facts.rb', line 7 def parse_data(data:, time:) [{ :facts => data }] end |