-
@hellt you've introduced this chdir lately.
https://github.com/srl-labs/containerlab/blame/31220cffac886dd6d6a94b8027e3902b33eaea41/cmd/root.go#L178
This has the side effect, in the context of a g…
-
I am trying to run a gnmic command with tls-ca option:
`gnmic -u admin -p admin --tls-ca /path/to/root-ca -a : capabilities`
I have configured gNMI on mimic, with TLS certificate and key(corres…
-
gnmic is displaying sync_response before the actual data received for path.
**Command used :**
gnmic subscribe -a ip:port -p PWD -u USERNAME --stream-mode sample --sample-interval 10s --skip-verif…
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi]]
addresses = ['${addresses}']
username = "xxx"
password = "xxx"
redial = "60s"
encoding = "json_ietf"
[[inputs.gnmi.subscription…
-
Hey!
This is difficult to use `tg.SubscribePoll()` safely as we need to subscribe inside a go routine, then poll only when the goroutine has sufficiently moved forward to register the new subscript…
-
_gnmic 0.31.3 as client works well when the server is having ECDSA certificates. Whereas the same server certificate fails when used in tunnel server config_
1) Cipher suites supported by gRPC sta…
-
I missed adding one hyphen in "path", & gnmic treated it as password and failed request with UNAUTHENTICATED/16 code.
- Probably the last value starting with -p considered as password, rejecting the…
-
Kafka output has a parameter split-events.
Having it on true will cause marshal errors on kafka input.
A split-events: boolean for the kafka input also.
-
It looks like the gNMIc is not sending any data to the InfluxDB endpoint. The health check requests are being made, but the subscription data fetched from the router is not sent.
Using the followin…
-
Hi,
I'm attempting to use the event-jq processor, but it doesn't appear to work when the expression includes the variable binding operator "expression as $variable".
The example "test-processor1…