Preston Taylor

Results 10 comments of Preston Taylor

Correct, similar to GROUP_CONCAT() in MySQL. It would be helpful to maintain those for presentation layer as well as further manipulation in a regex or things like that. Sure, I...

Still seeing this issue in Microsoft Graph. Is there any reason to discuss this beyond the RFC? env variables seems like a very clunky way of handling security settings. Not...

Looks good to me, I'm having trouble using galaxy to install this branch to test it (if you have an command that would resolve that then I'll give it a...

This change is very well thought out, it worked flawlessly for my setup and accounted for all my whacky corner cases. It cut my time for stat collection down from...

@sebastien-coavoux My suggestion was in your readme you've linked to add the oids you have in your target section (1.3.6.1.2.1.2.2.1.4 and bsnDot11EssSsid) to the walk section on line 61 of...

Any chance of this making it into a release? Been using it at scale without issues but would love to see it merged.

Thanks for taking the time on this one. generator log , I get the same warning but the number of "errors" remains the same if I include the lookup or...

tmnxWlanGwUeQryWhereState Is just another column in the same table, it actually maps to a value in the MIB like this ``` tmnxWlanGwUeQryWhereState OBJECT-TYPE SYNTAX BITS { bDataTriggered (0), bDhcpTriggered (1),...

Wow I just noticed that, that's bizarre. An plain old snmpwalk gets this, ``` iso.3.6.1.4.1.6527.3.1.2.81.1.11.3.1.3.1023 = Hex-STRING: 80 00 ``` However if I reference the mib explicitly and ask it...

I just figured it out, it's a list of items and it matches on the n bit specified by the MIB for example `TIMETRA-WLAN-GW-MIB::tmnxWlanGwUeQryWhereState.1024 = BITS: C2 00 bDataTriggered(0) bDhcpTriggered(1)...