-
The documentation at https://gnmic.openconfig.net/user_guide/configuration_intro/ says that the configuration file format can be JSON, YAML, TOML, HCL, or Properties. By default, gnmic searches fo…
-
The return code of `gnmic` does not appear to convey how things actually went, for example, using invalid credentials:
```
root@e550741b9310:/# gnmic -a vr1 -u vrnetlab -p WRONG --insecure get --pat…
-
Ran thru all the examples to try them out found a few that needed some minor fixes to make them work, some of the issues were common across multiple labs.
Lot image references needed updating, fo…
-
```
$ gnmic version
version : 0.26.0
commit : ba387ba
date : 2022-06-29T06:52:10Z
gitURL : https://github.com/karimra/gnmic
docs : https://gnmic.kmrd.dev
```
I was confused by an err…
-
I have created a service for gnmi so that it can scrap stats to Prometheus but service is showing below error and couldn't start the service.
juniper_gnmi.service:
[Unit]
Description=Juniper gN…
-
Hi , I am using gnmi file loader to load remote file and i get the error
/home/runner/work/gnmic/gnmic/pkg/loaders/file_loader/file_loader.go:201: [file_loader] failed to read targets file: Get "ht…
-
Running gnmic with the `--calculate-latency` flag does not seem to work work with `--format event`.
For example:
```
# this shows latency info
gnmic subscribe --address $ADDRESS --mode once --pa…
-
Hi,
My issue is the capability to to raise an alert when a target goes down.
If i turn off a target router, i see an error logged in the log file and gnmic trying to reestablish connection. Is t…
-
I'm trying to install gnmic on my workspace but facing the below error
[bgl-ads-5489:gnmi]#bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
Downloading https://github.com/openconfig/gnmic/r…
-
Hi, and thank you for making the `gnxi` utilities available.
The binaries have been built and installed without any errors using golang `go1.17.13`. But,
I am failing to contact a router using `…