Supervisord


The supervisord integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] 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 webpage dashboard.

To use this integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] in your installation, add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

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

Configuration Variables

url string (Optional)

The URL to track.

Default:

http://localhost:9001/RPC2