openbmc / webui-vue

Web-based user interface built on Vue.js for managing OpenBMC systems
https://openbmc.github.io/webui-vue/
Apache License 2.0
53 stars 55 forks source link

SNMP page #33

Open gtmills opened 3 years ago

gtmills commented 3 years ago

We had an SNMP panel on phosphor-webui. Need the SNMP Redfish API first. SNMP was added to Redfish in 2019.4 just need to implement it in bmcweb.

https://github.com/openbmc/phosphor-webui/commit/ff64c54a93aaf1ffb4df4b2d4c16c392d869f533 was the readonly SNMP panel, it was enhanced many times since.

derick-montague commented 3 years ago

Blocked by BMCWeb implementation.

macpijan commented 3 years ago

Hello. Can I ask what is the status here and where is the blocker (issue link)? What would be the next step to move it forward? Thanks.

derick-montague commented 3 years ago

Hello. Can I ask what is the status here and where is the blocker (issue link)? What would be the next step to move it forward? Thanks.

Yes, there is discussion and consensus for a path forward in Gerrit. https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/38599

The UI itself is a WIP that is being reviewed in Gerrit and will be Blocked from moving forward until the backend work has been completed and merged. https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/41674

derick-montague commented 3 years ago

SNMP has been moved to a page called alerts, which is under review in Gerrit waiting for backend changes.

gtmills commented 1 year ago

https://gerrit.openbmc.org/c/openbmc/bmcweb/+/38599 are the backend changes