mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-05 03:31:25 +00:00
:sparkels: Initial add-on code
This commit is contained in:
parent
8c52b884af
commit
29bfd81c60
15 changed files with 490 additions and 0 deletions
9
prometheus/rootfs/etc/cont-init.d/prometheus.sh
Normal file
9
prometheus/rootfs/etc/cont-init.d/prometheus.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Prometheus
|
||||
# Configures Prometheus
|
||||
# ==============================================================================
|
||||
readonly CONFIG="/etc/prometheus/prometheus.yml"
|
||||
|
||||
echo "${HASSIO_TOKEN}" > '/run/home-assistant.token'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue