Skip to content

oozie/acpi_temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Low-overhead acpi-temp collection agent for OpenTSDB's tcollector

Reports CPUs temperature, similar to the output of the acpi -t command.

  • Build it and run it:
$ dub build
Target acpi_temp 0.0.1 is up to date. Use --force to rebuild.
$ ./collectors/0/acpi_temp
acpi.temperature 1432609410 52.0 zone=Thermal0
acpi.temperature 1432609410 51.0 zone=Thermal1
  • Deploy acpi_temp in tcollector's collectors/0 directory, as a long-lived collector.
    • Tags: {zone => thermalN} where N is the number of the reporting thermal zone

The following sequence diagram illistrates the operation of this collector. How acpi_temp works

Building D source with dub

About

Collectors for OpenTSDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages