home-assistant.io/source/_integrations/supervisord.markdown
c0ffeeca7 8c7ef7a2c0
s-t integrations: apply sentence-style caps to categories (#29906)
* s-t integrations: apply sentence-style caps to categories

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-11-19 13:23:59 +01:00

1.1 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type
Supervisord Instructions on how to integrate Supervisord within Home Assistant.
System monitor
0.20 Local Polling supervisord
sensor
integration

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 %} url: description: The URL to track. required: false default: "http://localhost:9001/RPC2" type: string {% endconfiguration %}