Перейти к файлу
aditioak-MS f255225c9d
Merge pull request #6 from Azure/aditioak/GenericPluginS280Response
Added fetching of RMC Serial Number for S280 blade
2024-04-30 15:20:44 +05:30
lib/fluent/plugin Added comment 2024-04-30 13:13:01 +05:30
test More spacing fixes 2023-09-26 16:31:36 -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 update README 2020-07-15 14:53:29 -07:00
Rakefile tests passing 2020-08-05 14:51:55 -07:00
SECURITY.md Initial SECURITY.md commit 2020-07-15 12:55:46 -07:00
fluent-plugin-process-redfishalert.gemspec Add Supermicro support; Update tests; Fix gemspec 2023-09-26 23:06:20 +00: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

Configuration

<filter redfish.alert>
 @type process_redfishalert
  coloregion "#{ENV['COLO_REGION']}"
  username "#{ENV['REDFISH_USERNAME']}"
  passwordFile /path/to/file
</filter>

Will add a field to the record named "machineID" Will add a field to the record named "BaseChassisSerialNumber" ( unique ID of machine used for raising support requests)

Contributing

Please Read Contributing.md