Skip to content

eli-jordan/osx-smc-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSX SMC Exporter

A prometheus exporter for the OSX SMC (System Management Controller) sensors for fan speed and CPU temperature.

The heavy lifting required to extract the relevant sensor readings is handled by the smcFanControl CLI. This application just parses the output and exposes it as prometheus metrics.

Example Grafana Dashboard

Example Grafana Dashboard

Notes

  • The binary smc cli is checked into this repo. The version of the cli is based on this PR
  • The server uses Graal native image to create a single executable (that includes the smc command) that you can just run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages