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

BUG: Amended environment variables GRAFANA with GF #149

Merged
merged 3 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ This script is used to benchmark the GPU performance of a machine. It is based o
The script is designed to be run on a machine with a GPU, and will run with the specified number of GPUs (default 1).
[More Here](gpu_benchmark/)

## grafana_monitoring

This script is used to deploy a grafana container using a docker container, with Iris IAM login included and connection to database.
The env.sh file should be configured before running.
[Move Here](grafana_monitoring/)

## iris casttools

Scripts for collecting metrics for cloud energy collection to be displayed using monitoring softwares.
Expand Down
4 changes: 2 additions & 2 deletions grafana_monitoring/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ services:
- PROD_OPENSEARCH_PASSWORD=$PROD_OPENSEARCH_PASSWORD
- PROD_INFLUX_DB_URL=$PROD_INFLUX_DB_URL
- PROD_OPENSEARCH_URL=$PROD_OPENSEARCH_URL
- GRAFANA_DOMAIN_NAME=$GRAFANA_DOMAIN_NAME
- GRAFANA_ROOT_URL=$GRAFANA_ROOT_URL
- GF_SERVER_DOMAIN_NAME=$GRAFANA_DOMAIN_NAME
- GF_SERVER_ROOT_URL=$GRAFANA_ROOT_URL
volumes:
- ./cloud_datasource.yaml:/etc/grafana/provisioning/datasources/cloud_datasource.yaml
- ./cloud-grafana-dashboards/:/etc/grafana/provisioning/dashboards
Expand Down
Loading