mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
11 lines
284 B
Makefile
11 lines
284 B
Makefile
db-exporter-full.json: node-exporter-full.json
|
|
cp $< $@
|
|
sed -i -e 's/prod-1/prod-db/g' -e 's/KPS Exporter Full/DB Exporter Full/' -e 's/rYdddlP/rYdddlPWk/' $@
|
|
|
|
kps-exporter-full.json: node-exporter-full.json
|
|
cp $< $@
|
|
|
|
all: db-exporter-full.json kps-exporter-full.json
|
|
|
|
.PHONY: all
|