prometheus_exporter
applejuice core prometheus exporter
1.1K
Prometheus Metriken exporter für den appleJuice Client
scraper config:
scrape_configs:
- job_name: 'applejuice'
scrape_interval: 60s
scrape_timeout: 10s
static_configs:
- targets: ['192.168.2.1:8383']
80 - HTTP Port| Variable | Value | Description |
|---|---|---|
CORE_HOST | http://192.168.2.1 | IP/HOST where Core is running, with http |
CORE_PORT | 9851 | Core XML Port |
CORE_PASSWORD | md5sum | md5 hashed password |
create and run applejuice2prometheus container with the following command
docker run -d \
-p 8383:80 \
-e "CORE_HOST=http://192.168.1.2" \
-e "CORE_PORT=9851" \
-e "CORE_PASSWORD=de305845b091d971732a123977e2d816" \
--name applejuice2prometheus \
ghcr.io/applejuicenetz/prometheus_exporter:latest
version: '2.4'
services:
applejuice2prometheus:
image: ghcr.io/applejuicenetz/prometheus_exporter:latest
restart: always
container_name: applejuice2prometheus
mem_limit: 32MB
network_mode: bridge
ports:
- 8383:80/tcp
environment:
CORE_HOST: http://192.168.1.2
CORE_PORT: 9851
CORE_PASSWORD: de305845b091d971732a123977e2d816
Content type
Image
Digest
sha256:e19bb328f…
Size
172.2 MB
Last updated
about 1 year ago
docker pull applejuicenetz/prometheus_exporter