20 lines
673 B
Django/Jinja
20 lines
673 B
Django/Jinja
### Stork Agent env file
|
|
### (created and managed by ansible kea_dhcp role)
|
|
|
|
|
|
{% if kea_dhcp__stork_agent.prometheus_only %}
|
|
### listen for Prometheus requests only, but not for commands from the Stork server
|
|
STORK_AGENT_LISTEN_PROMETHEUS_ONLY=true
|
|
{% endif %}
|
|
|
|
### settings for exporting stats to Prometheus
|
|
### the IP or hostname on which the agent exports Kea statistics to Prometheus
|
|
STORK_AGENT_PROMETHEUS_KEA_EXPORTER_ADDRESS=localhost
|
|
### the port on which the agent exports Kea statistics to Prometheus
|
|
# STORK_AGENT_PROMETHEUS_KEA_EXPORTER_PORT=
|
|
|
|
### Logging parameters
|
|
|
|
### Set logging level. Supported values are: DEBUG, INFO, WARN, ERROR
|
|
STORK_LOG_LEVEL=DEBUG
|
|
|