Schylar Utley
Schylar Utley
@ytti Check out the library! Specifically how the expectation_handler works! It is somewhat confusing to you because I am using your variable names with my code. Don't think of `cmd`...
@danilopopeye @ElvinEfendi If I brought this into compliance with the current branch, would you mind checking it over? I know everybody is super busy, but this functionality would be amazing...
@laf Multiple reasons. SSH custom functionality shouldn't be a role of the main Oxidized. But for users likes me, I would love to use this SSH functionality in other scripts...
> Hi @MajesticFalcon Unfortunately, changing the file as you currently does most probably kills the support for devices with the old MIBs. A better option would be: > > *...
Since these changes have not been pulled into master, what is the best way to get the daily_update script to skip trying to update these files? I get the following:...
> This is why we encourage you and help you getting it "mergeable" :) I just don't quite have the time to devote to wrapping this up at this time.
> @MajesticFalcon I was just going to evaluate your changes, but `VERTIV-BB-MIB` is missing from this PR. [mib.zip](https://github.com/librenms/librenms/files/9686332/mib.1.2.zip) Here is the MIB file
I am having the same issue
The code is pretty simple. Here is some pseudo-code ``` #import preferred soap package from suds.client import Client from bs4 import BeautifulSoup Class SoapVendor(): def __init__(): #setup credentials #setup wsdl...
Thank you. I’ll keep an eye out for your updates and send a PR for the soap / xml when you’re ready. On Mar 17, 2023, at 4:27 AM, tbotnz...