No commit activity in last 3 years
No release in over 3 years
A Fluentd filter plugin to rettrieve selected redfish metric
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.14
~> 12.0
~> 3.0

Runtime

>= 0.14.10, < 2
 Project Readme

Fluent::Plugin::Redfish::Alert

Installation

build with gem build $ gem build fluent-plugin-redfishmetric.gemspec install with gem install $ gem install fluent-plugin-filter_redfishmetric unit

Configuration


<filter **>
  type redfishmetric
</filter>

converts a single json chunk of metric into indiviual streams of metric Also has capacity to discard/filter desired redfish metric thresholds set @Filter flag to "true", and set @Metric to the desired threshold

Update to allow multiple thresholds to be filered in progress

Contributing

Please Read Contributing.md (coming)