Graphite
The graphite
component records all events and state changes and feeds the data to a graphite instance.
To enable this component, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
graphite:
Configuration variables:
- host (Option): IP address of your graphite host, eg. http://192.168.1.10. Defaults to
localhost
- port (Optional): Port to use. Defaults to 2003.
- prefix (Optional): Prefix is the metric prefix in graphite. Defaults to
ha
.