-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware Monitoring and Alerting #26
Comments
What kinds of operations are you thinking we'd need to utilize; are they additional to what Tinkerbell already does (power and boot device manipulation)? Tinkerbell does already use Redfish for its BMC operations. The components that integrate with baseboard management controllers leverage a library called |
yes in addition to current (power and boot device manipulation), if possible it would be good to use it to perform monitoring, alerts, and notifications of underlying hardware. I am not sure does it comes under tinkerbell's goal. |
What properties do you envisage monitoring and alerting on? Is there a Redfish API that lets you 'watch' hardware for events?
A monitoring capability would certainly be a scope expansion to Tinkerbell. It wouldn't fit within the current goals of the project per-se, but goals can be expanded. I support this sitting in the roadmap repository as an 'on ice' issue meaning we hold off adding it as a project item due to the scope increase it would bring. I think its also important to manage expectations and I suspect the current maintainers won't be able to prioritize it for some time due to the backlog of existing work. Additional contributors are welcome to champion further. |
It will be helpful to monitor the hardware status of Hardware like LAN, RAM etc, along with the support to provision OS and the environment through Tinkerbell. Some details about monitoring and events can be referred from https://www.dmtf.org/sites/default/files/Redfish%20School%20-%20Events.pdf |
Instrument monitoring and alerting of hardware managed by Tinkerbell.
Redfish may provide APIs to achieve the behavior.
https://www.dmtf.org/standards/redfish
The text was updated successfully, but these errors were encountered: