Перейти к файлу
gabe de la mora 41e9af9509 init 2020-07-15 13:23:05 -07:00
lib/fluent/plugin init 2020-07-15 13:23:05 -07:00
.gitignore init 2020-07-15 13:23:05 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-15 12:55:42 -07:00
Gemfile init 2020-07-15 13:23:05 -07:00
LICENSE Initial LICENSE commit 2020-07-15 12:55:43 -07:00
README.md init 2020-07-15 13:23:05 -07:00
Rakefile init 2020-07-15 13:23:05 -07:00
SECURITY.md Initial SECURITY.md commit 2020-07-15 12:55:46 -07:00
fluent-plugin-redfish-alert.gemspec init 2020-07-15 13:23:05 -07:00

README.md

Fluent::Plugin::Redfish::Alert

Installation

build with gem build $ gem build fluent-plugin-redfish-alert.gemspec install with gem install $ gem install fluent-plugin-redfish-alert.gem

Usage

TODO: ADD MOre info

@type process_redfishalert coloregion "#{ENV['COLO_REGION']}" username "#{ENV['REDFISH_USERNAME']}" passwordFile /path/to/file

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/fluent-plugin-redfish-alert.