Skip to content

Commit 13f92ba

Browse files
committed
Remove old scripts, makefile targets
1 parent ead277a commit 13f92ba

File tree

8 files changed

+1
-715
lines changed

8 files changed

+1
-715
lines changed

services/monitoring/Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,8 @@ update.grafana.pwd: .env ## Change grafana pwd
8484
grafanacontainerid=$$(docker ps | grep grafana | awk '{print $$1;}');\
8585
docker exec -ti $$grafanacontainerid grafana-cli admin reset-admin-password $$TRAEFIK_PASSWORD
8686

87-
88-
.PHONY: grafana-export
89-
grafana-export: .venv## Export the remote grafana dashboards and datasources TO YOUR LOCAL MACHINE
90-
@cd grafana/scripts;\
91-
source ${REPO_BASE_DIR}/.venv/bin/activate;\
92-
pip install -r requirements.txt > /dev/null 2>&1;\
93-
python3 export.py;
94-
9587
.PHONY: grafana-import
96-
grafana-import: grafana/assets ## Imports AND OVERWRITES the remote grafana dashboards and datasources FROM YOUR LOCAL MACHINE
88+
grafana-import: grafana/assets ## Imports the remote grafana dashboards and datasources FROM YOUR LOCAL MACHINE
9789
@pushd ${REPO_BASE_DIR}/services/monitoring/grafana && \
9890
$(MAKE) terraform-plan && \
9991
$(MAKE) terraform-apply; \

services/monitoring/docker-compose.yml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ configs:
2525
file: ./prometheus/prometheus-federation.yml
2626
prometheus_rules:
2727
file: ./prometheus/prometheus.rules.yml
28-
grafana_image_renderer_config:
29-
file: ./grafana-image-renderer/config.json
3028
pgsql_query_exporter_config:
3129
file: ./pgsql_query_exporter_config.yaml
3230
smokeping_prober_config:

services/monitoring/grafana/scripts/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

services/monitoring/grafana/scripts/README.MD

Lines changed: 0 additions & 26 deletions
This file was deleted.

services/monitoring/grafana/scripts/export.py

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)