Graphite


The graphite integration records all events and state changes and feeds the data to a graphite instance.

To enable this integration, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
graphite:

Configuration Variables

host string (Optional, default: localhost)

IP address of your graphite host, e.g., 192.168.1.10.

port integer (Optional, default: 2003)

Port on graphite host.

protocol string (Optional, default: tcp)

Type of communication protocol: tcp or udp.

prefix string (Optional, default: ha)

Prefix is the metric prefix in graphite.