Skip to content

A python script that pulls information from ethtool and publishes it in prometheus format.

License

Notifications You must be signed in to change notification settings

herbertgoto/ethtool-exporter

Repository files navigation

ethtool-exporter

A python script that pulls information from ethtool and publishes it in prometheus format.

The contents of this repo are based on this archived one with the following changes:

Dockerfile

  • Use python:alpine3.20 in the FROM clause.
  • Avoid installing python.
  • Install libraries with pip from the requirements.txt file.
  • Modify the CMD command.

k8s-daemonset.yaml

  • Modify the startup command in the daemonset spec (without this, the pod will crash).

These changes fix the project to work on more recent versions for python (3.12.3) and libraries.

About

A python script that pulls information from ethtool and publishes it in prometheus format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published