Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hostnames of the Grafana Datasource are hardcoded #1615

Closed
nook24 opened this issue Jan 2, 2024 · 1 comment
Closed

Hostnames of the Grafana Datasource are hardcoded #1615

nook24 opened this issue Jan 2, 2024 · 1 comment
Labels
bug Docker Containerized

Comments

@nook24
Copy link
Member

nook24 commented Jan 2, 2024

Currently the hostnames of the Grafana Datasource for Graphite and VictoriaMetrics are hardcoded.

"url":"http://graphite-web:8080",

"url":"http://victoriametrics:8428",

The CONTAINER_SETUP.sh and CONTAINER_UPDATE.sh should use the proper values from the environment variables.

it-novum/openITCOCKPIT-ce-docker#1

@nook24 nook24 added bug Docker Containerized labels Jan 2, 2024
nook24 added a commit that referenced this issue Jan 2, 2024
@nook24
Copy link
Member Author

nook24 commented Jan 2, 2024

The hostnames for the Grafana datasources can now be changed
grafik

OITC_GRAPHITE_WEB_ADDRESS=graphite-web
OITC_GRAPHITE_WEB_PORT=8080

VICTORIA_METRICS_HOST=victoriametrics
VICTORIA_METRICS_PORT=8428

SE_BROKER_GEARMAN_SERVER=gearmand:4730

@nook24 nook24 closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Docker Containerized
Projects
None yet
Development

No branches or pull requests

1 participant