Nick Maludy
Nick Maludy
+1 would like to load balance UDP for Syslog, DNS, Kerberos.
Did a little debugging this morning based on the stacktrace above. Here is the JSON for the `ret` variable returned in `rbvmomi/basic_types.ManagedObject::_get_property()` ``` json { "obj": "HostSnmpSystem(\"snmpSystem-2149\")", "propSet": [ ],...
Here is the SOAP that is being sent: ``` xml propertyCollector HostSnmpSystem configuration snmpSystem-2149 ``` And the response that is being received: ``` xml snmpSystem-2149 configuration unexpected error reading property...
Looks like this is related to #89 @crayfishx @jrgarcia
FYI, not sure why but if i point rbvmomi directly at the ESX host and run the exact same code, it works just fine. For some reason pointing at vSphere...
+1 would like to see this as well (--follow-symlinks or --dereference-symlinks)
Having same issue running from source, i'm running on CentOS 8 with NodeJS 10.23.1 `strace` shows it stuck in a epoll call: ```shell > [email protected] electron-start /home/nmaludy/storage/home/src/keyspoke/sbir/VoTT > node src/electron/start...
@mvantellingen I don't believe so, this is a Men&Mice IPAM server running on Windows IIS.
@mvantellingen If you can point me in the right direction i really wouldn't mind fixing it. I tried going through the code, but it it's my first time looking at...
@mvantellingen I'm still interested in helping out here, if you can help point me in the right direction!