GitXplorerGitXplorer
k

radeon_exporter

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
23d13a8d147b914489e71ec0f7531ffce5ed538b

first attempt at a docker image

kkmulvey committed 5 months ago
Verified
b2bea2fb34d6b8c00e8850b15a743e121ca7ff84

update grafana board with new stats

kkmulvey committed 5 months ago
Verified
2f28f6ccc6b15735a11aff610599f18f71f4c22c

spacing

kkmulvey committed 5 months ago
Verified
ea64d1b215fe1b122db2ca5bf136707924acf7db

update power stats

kkmulvey committed 5 months ago
Verified
b61d54300a9c5b5322d6971bde145ea18569e192

only run release on tags

kkmulvey committed 5 months ago
Verified
10950ce3587cc4e2f140c150b14ac9ad7bbe1eb7

Update README.md

kkmulvey committed 5 months ago

README

The README file for this repository.

radeon_exporter

Build Release Go Report Card Go Reference

Prometheus exporter for Radeon (AMD) graphics cards.

Installation and Usage

Docker

  • docker pull kmulvey/radeon_exporter:latest
  • docker run --publish 9200:9200 radeon-exporter

Systemd

Several linux package formats are available in the releases. Manual linux install can be done as follows:

  • sudo cp radeon_exporter /usr/bin/ (this path can be changed if you like, just be sure to change the path in the service file as well)
  • sudo cp radeon_exporter.service /etc/systemd/system/
  • sudo systemctl daemon-reload
  • sudo systemctl enable radeon_exporter
  • sudo systemctl restart radeon_exporter
  • Import grafana-config.json to your grafana instance
  • enjoy!

Screenshot