Robert Chéramy
Robert Chéramy
## Pre-Request Checklist - [X] Passes rubocop code analysis (try `rubocop --auto-correct`) - [ ] Tests added or adapted (try `rake test`) - [ ] Changes are reflected in the...
- [X] I have read and understood [docs/Issues.md](https://github.com/ytti/oxidized/blob/master/docs/Issues.md). **Is your feature request related to a problem? Please describe.** Some dependencies of oxidized / oxidized-web dropped the support for ruby 3.1:...
- [X] I have read and understood [docs/Issues.md](https://github.com/ytti/oxidized/blob/master/docs/Issues.md). **Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Some code is duplicated between input/ssh and...
- [X] I have read and understood [docs/Issues.md](https://github.com/ytti/oxidized/blob/master/docs/Issues.md). **Is your feature request related to a problem? Please describe.** I added `diagnose hardware deviceinfo psu` and `get system interface transceiver` to...
I want to add a user authentication to Oxidized-web. It should: - Be Optional - Use JSON Web Token - Use Multiple Authentication Backends - Local File Backend - LDAP...
When looking into a Problem in oxidized, the possibilities to check what is going on are limited. As an example, the aos_apc model seems to block my oxidized instance, but...