Skip to content

modell-aachen/arista_exporter

Repository files navigation

arista_exporter

Prometheus exporter for Arista EOS devices

Note

To ensure compatibility with Arista EOS API responses and to make BGP metric collection work correctly, you need to patch the goeapi vendor files after running go mod vendor:

go mod vendor
sed -i 's/\(Version[[:space:]]*\)int/\1string/' ./vendor/github.com/aristanetworks/goeapi/eapi.go
sed -i 's/p := Parameters{1, commands, encoding}/p := Parameters{"latest", commands, encoding}/' ./vendor/github.com/aristanetworks/goeapi/eapilib.go

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published