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
56 stars 55 forks source link

Remote logging #34

Open gtmills opened 4 years ago

gtmills commented 4 years ago

Had remote logging in phosphor-webui. https://github.com/openbmc/phosphor-webui/commit/e4194ce0dc8a941c4f30fd0995f9ba4c13cec560

Need a remote logging Redfish API first though.

derick-montague commented 4 years ago

Blocked by need for update to Redfish.

derick-montague commented 3 years ago

Phosphor-webui screen captures

image

image

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.

I believe this is a Redfish limitation. @gtmills may be able to better answer that. We have not started any work on this item.

gtmills commented 3 years ago

We have /xyz/openbmc_project/logging/config/remote which is remote syslog. https://github.com/openbmc/phosphor-logging/blob/aadf28f5849b7bc5de4d56cbe02c5217c3417e6d/README.md#remote-logging-via-rsyslog

https://github.com/openbmc/phosphor-logging/blob/aadf28f5849b7bc5de4d56cbe02c5217c3417e6d/configure.ac#L186

That is what phosphor-webui used. https://github.com/openbmc/phosphor-webui/blob/0c4aceb775cbb461d10e03888f0ab90e5a619dc7/app/common/services/api-utils.js#L1654

Redfish has remote syslog support just no one has added it yet in bmcweb.

https://redfishforum.com/thread/305/redfish-ocp-virtual-summit look at "Syslog Configuration proposal"