prom mod
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
- "24454:24454/udp"
|
- "24454:24454/udp"
|
||||||
|
- "19565:19565"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: mc-forge-patata
|
container_name: mc-forge-patata
|
||||||
environment:
|
environment:
|
||||||
@@ -49,16 +50,12 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
EXPORT_SERVERS: mc
|
EXPORT_SERVERS: mc
|
||||||
DEBUG: "true"
|
DEBUG: "true"
|
||||||
ports:
|
|
||||||
- "8280:8080"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mc
|
- mc
|
||||||
networks:
|
networks:
|
||||||
- patatanet
|
- patatanet
|
||||||
cadvisor:
|
cadvisor:
|
||||||
image: gcr.io/cadvisor/cadvisor:v0.47.1
|
image: gcr.io/cadvisor/cadvisor:v0.47.1
|
||||||
ports:
|
|
||||||
- "8180:8080"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /:/rootfs:ro
|
- /:/rootfs:ro
|
||||||
- /var/run:/var/run:rw
|
- /var/run:/var/run:rw
|
||||||
@@ -99,8 +96,6 @@ services:
|
|||||||
RCON_PORT: 25575
|
RCON_PORT: 25575
|
||||||
RCON_PASSWORD: "${RCON_PASSWORD}"
|
RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||||
FORGE_SERVER: True
|
FORGE_SERVER: True
|
||||||
ports:
|
|
||||||
- 9700:8000
|
|
||||||
volumes:
|
volumes:
|
||||||
- ../patata-data/world:/world:ro
|
- ../patata-data/world:/world:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -109,8 +104,6 @@ services:
|
|||||||
- patatanet
|
- patatanet
|
||||||
mc-export:
|
mc-export:
|
||||||
image: ghcr.io/dirien/minecraft-exporter:latest
|
image: ghcr.io/dirien/minecraft-exporter:latest
|
||||||
ports:
|
|
||||||
- 9150:9150
|
|
||||||
environment:
|
environment:
|
||||||
FORGE_SERVER: True
|
FORGE_SERVER: True
|
||||||
MC_WORLD: /world
|
MC_WORLD: /world
|
||||||
|
|||||||
@@ -25,3 +25,8 @@ scrape_configs:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- minecraft-exporter:8000
|
- minecraft-exporter:8000
|
||||||
|
- job_name: 'minecraft'
|
||||||
|
static_configs:
|
||||||
|
- targets: ['mc:19565']
|
||||||
|
labels:
|
||||||
|
server_name: 'minecraft-docker'
|
||||||
@@ -1801,6 +1801,11 @@ file = "mods/polymorph.pw.toml"
|
|||||||
hash = "afb301ed55a33af3374b3718da3ba588228b057accbf167741ce1747905dd4f8"
|
hash = "afb301ed55a33af3374b3718da3ba588228b057accbf167741ce1747905dd4f8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/prometheus-exporter.pw.toml"
|
||||||
|
hash = "48cd5d935a18a9cb721a4641409b5a5c0545ccf122fd5e9daa96df26d007bb31"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/puzzles-lib.pw.toml"
|
file = "mods/puzzles-lib.pw.toml"
|
||||||
hash = "cf286645d97aa16bc6949cf9515eaee267a8115f5a16c0dfda361ed893164d73"
|
hash = "cf286645d97aa16bc6949cf9515eaee267a8115f5a16c0dfda361ed893164d73"
|
||||||
|
|||||||
13
web/mods/prometheus-exporter.pw.toml
Normal file
13
web/mods/prometheus-exporter.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Prometheus Exporter"
|
||||||
|
filename = "Prometheus-Exporter-1.20.1-forge-1.0.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "435aaec159dc80f33fc7722a5f0d40c7b1f87243"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4694230
|
||||||
|
project-id = 351938
|
||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "0a8df51a99682dff09ce968b1362c0bb1a390bfe29e12d572f5607a8c054e3fe"
|
hash = "33a40c6de358fe9390bd55eb28be7d7902410c9579bb550a4018709dd4807f87"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.2.0"
|
forge = "47.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user