Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Collector plugin for ILO #1754

Open
mihkelvain opened this issue Jan 11, 2018 · 2 comments
Open

Collector plugin for ILO #1754

mihkelvain opened this issue Jan 11, 2018 · 2 comments

Comments

@mihkelvain
Copy link

Ilo has rest api for some time and for later ilos (v5) it actually returns useful information that can be used for monitoring. For example
/redfish/v1/Systems/1/NetworkAdapters/1/
using this:
https://ilorestfulapiexplorer.ext.hpe.com/
there are values like: GoodReceives, BadReceives, etc. Using different calls, we can track status of disks, memory, etc and if those changes are collected and transferred to some database, then alerts can be integrated with ticketing system of choice. Personally for me it seems very cool thing to have.
Using metrics from ilo and OS it is easier to debug and understand if problem is mostly related to hardware or its more in OS side. Also every change done in ILO is more easily trackable. Ofc this api can be used to management tasks also, but snap could benefit from it and use it for metrics.

I made this feature request for ILO currently, but most HW devices provide some api - idrac, bigip, cisco switches/bladecenters, arista etc. It would be cool to collect metrics using snap and api-s they provide. Yes, I know that snmp is there and has been there for ages, but still :)

@mihkelvain
Copy link
Author

I don't know how to add labels :)
plugin-wishlist/collector, help-wanted

@andrzej-k
Copy link
Contributor

I really like you idea for such plugin @mihkelvain. I've also added the label you've wanted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants