Files
worker/packaging/systemd/worker.env.example
Gleb Tv 579a14b403
Все проверки выполнены успешно
CI / test (push) Successful in 2m32s
Docker / Build and publish worker image (push) Successful in 20m9s
fix(dns): retry configurable resolvers
Treat resolver transport failures as inconclusive checks so they do not open outage alerts.
2026-07-16 19:30:02 +03:00

20 строки
683 B
Plaintext

RSMON_URL=https://rsmon.ru
RSMON_TOKEN=replace-with-worker-token
WORKER_HOST=127.0.0.1
WORKER_PORT=27401
WORKER_URL=
WORKER_LOGIN=admin
WORKER_PASSWORD=replace-with-a-long-random-password
RSMON_WEBAPP_DATA_DIR=/var/lib/rsmon-worker/webapp
WORKER_CLUSTER_ENABLED=false
WORKER_CLUSTER_ID=
WORKER_CLUSTER_HOST=127.0.0.1
WORKER_CLUSTER_PORT=37401
WORKER_CLUSTER_PEERS=
WORKER_CLUSTER_DATA_DIR=/var/lib/rsmon-worker/cluster
WORKER_CLUSTER_BOOTSTRAP=false
WORKER_RELEASE_URL=
# Comma-separated IPv4/IPv6 recursive resolvers used by DNS checks. Empty
# uses 188.93.17.19, 188.93.16.19, and our IPv4-only resolver 82.117.245.122.
RSMON_DNS_RESOLVERS=188.93.17.19,188.93.16.19,82.117.245.122