Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 584 Bytes

How to configure

Create a file called prom-variables.env with the following contents:

BIND_IP=<ip to listen for prometheus connections on>

MANTARO_IP=<replace me>
MANTARO_BASE_PORT=<replace me>
MANTARO_NODE_COUNT=<replace me>

MANTARO_PATREON_IP=<replace me>
MANTARO_PATREON_BASE_PORT=<replace me>
MANTARO_PATREON_NODE_COUNT=<replace me>

An ip of host means the docker host ip (use this if prometheus is inside a docker container but the bot is running as a host process)

An ip of none disables metrics collection for the bot.

Start prometheus with ./start.sh