Supervisord
The supervisord
platform allows you to track the states of Supervisord.
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
.