Skip to content

Commit 94b1c99

Browse files
committed
Add setup details
1 parent bc626e5 commit 94b1c99

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

source/_components/sensor.supervisord.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ ha_iot_class: "Local Polling"
1515

1616
The `supervisord` platform allows you to track the states of [Supervisord](http://supervisord.org/).
1717

18+
It required that you enable the HTTP feature in the `/etc/supervisord.conf` configuration file.
19+
20+
```text
21+
[inet_http_server]
22+
port=127.0.0.1:9001
23+
```
24+
25+
After a restart of `supervisord` you should be able to access the web interface. If needed then this could be added as a [iFrame panel](/components/panel_iframe/).
26+
27+
<p class='img'>
28+
<img src='{{site_root}}/images/screenshots/supervisor.png' />
29+
</p>
30+
31+
1832
To use this sensor in your installation, add the following to your `configuration.yaml` file:
1933

2034
```yaml
37.3 KB
Loading

0 commit comments

Comments
 (0)