home-assistant.io/source/_components/sensor.supervisord.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Supervisord Instructions on how to integrate Supervisord within Home Assistant. 2016-05-13 22:00 true false true true supervisord.png System Monitor 0.20 Local Polling

The supervisord platform allows you to track the states of Supervisord.

It required that you enable the HTTP feature in the /etc/supervisord.conf configuration file.

[inet_http_server]
port=127.0.0.1:9001

After a restart of supervisord you should be able to access the web interface. If needed then this could be added as an iFrame panel.

To use this sensor in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: supervisord

Configuration variables:

  • url (Optional): The URL to track. Default to http://localhost:9001/RPC2.