home-assistant.github.io/source/_components/graphite.markdown
2016-02-13 00:02:44 -08:00

617 B

layout title description date sidebar comments sharing footer logo ha_category
page Graphite Instructions on how to record Home Assistant history in Graphite. 2016-02-10 17:11 true false true true History

Component that records all events and state changes and feeds the data to a graphite installation. Example configuration:

# Example configuration.yaml entry
graphite:
  host: foobar
  port: 2003
  prefix: ha

All config elements are optional, and assumed to be on localhost at the default port if not specified. Prefix is the metric prefix in graphite, and defaults to 'ha'.