OhmGraphite

Expose hardware sensor data to Graphite / InfluxDB / Prometheus / Postgres / Timescaledb

OTHER License

Stars
422

Bot releases are hidden (Show)

OhmGraphite - v0.4.0 - July 15th 2018

Published by nickbabcock over 6 years ago

  • Update LibreHardwareMonitor to 4652be0
    • Support for Ryzen 2000 series processors
  • As long as OhmGraphite can send to a given graphite endpoint, keep a persistent tcp connection alive. Previous behavior would open a connection every interval seconds. This technique should work for 99% of use cases, but when there are a limited number of ports open on the client load one can receive the error "Only one usage of each socket address (protocol/network address/port) is normally permitted". The new behavior will keep the same connection open until there is a failure, which will then trigger a reconnect.
  • Update internal dependencies
    • NLog (4.4.12) -> (4.5.6)
    • TopShelf (4.0.3) -> (4.0.4)
OhmGraphite - v0.2.1 - May 3rd 2018

Published by nickbabcock over 6 years ago

Bugfix for users where their computer culture doesn't use a period . as the decimal separator resulting in warnings and no data being stored.

OhmGraphite - v0.2.0 - April 2nd 2018

Published by nickbabcock over 6 years ago

Huge shout out to @jonasbleyl who discovered a whole swath of hardware metrics that can be reported!

  • Report sub-hardware sensors. For those missing motherboard temperatures, fan controllers, and voltage metrics -- those should now be reported.
  • Change logging of sensors without a value from warning to debug as fan controllers often don't have a value and we want to prevent log spam.
OhmGraphite - v0.1.3 - March 7th 2018

Published by nickbabcock over 6 years ago

From now on, OhmGraphite will be distributed as a single executable with application + logging configuration files. This should make it easier to upgrade if dependencies ever change (as everything is packaged inside the executable). For current users of OhmGraphite, this doesn't bring any additional goodies, just additional diagnostics when running OhmGraphite in DEBUG mode.

OhmGraphite - v0.1.2 - February 6th 2018

Published by nickbabcock over 6 years ago

  • Update LibreHardwareMonitor to 22bd00c
    • Z270 PC MATE support
    • Add support for Coffee Lake
    • Add support for Fintek F71878AD
OhmGraphite - v0.1.1 - December 12th 2017

Published by nickbabcock almost 7 years ago

  • Update LibreHardwareMonitor to 60e16046
    • Adds support for PRIME X370-PRO mobo
    • Additional metrics for Ryzen 7, Threadripper, and EPYC CPUs
OhmGraphite - v0.1.0 - November 1st 2017

Published by nickbabcock almost 7 years ago

  • Initial public release
Badges
Extracted from project README
CI dashboard