gavmckee80

Results 15 issues of gavmckee80

@toni-moreno How practical do you think it would be to write an extension to write to Elastic search. Its one of the attractive things about telegraf , given its support...

enhancement
output-db

It's mentioned in the code base that support for netbox secrets is planned (or at least the intention is there). I would be useful to add support for Vault as...

We would need to specify json tags on the struct fields to allow these to be marshaled into the configuration struct. https://github.com/openconfig/gnmi-gateway/blob/002a9b0778526261bca52544194e1d60dfef19ab/gateway/configuration/config.go#L145 In a DCIM tool, such as netbox, we...

I'm using gnmi-gateway (details below) ``` ./gnmi-gateway --version gnmi-gateway version v0.11.1-002a9b0 (Built 2021-08-23T22:15:23Z) ``` I'm trying to figure out how to translate an Openconfig path into my configuration. If I...

Hi I'm having issues walking the entity MIB. I can use the OID but I'd resolution of the variable names. Can someone advise ``` How'd I'd like it dot3Stats =...

Hi Guys, can you advise on the following issue? $ pip install easysnmp Collecting easysnmp Using cached easysnmp-0.2.5.tar.gz Building wheels for collected packages: easysnmp Running setup.py bdist_wheel for easysnmp ......

Let me provide a simple example I want to check if the AS path of a route entry has changed from pre to post snap tests_include: - check_bgp_routes check_bgp_routes: -...

help wanted
question

**Describe the problem** A clear and concise description of what the problem is. I am using a VictoriaMetrics datasource. When I calculate a rate for metrics , I am unable...

bug

Hi , I'd like to add support for pulling the Global Protect GW User logins. He is my proposal ``` type GPGWUsers struct { XMLName xml.Name `xml:"response"` Status string `xml:"status,attr"`...

The function below returns a empty string response when called, I have tested with the command res, err := pan.Command("") If you inspect the resp object you can see that...