This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # !/bin/bash | |
| # | |
| # Usage: | |
| # 1. Copy the JSON from Grafana -> Export as JSON -> Clipboard | |
| # 2. ./prepare_dashboard.sh new_dashboard_xxx | |
| # - This will create new_dashboard_xxx-dashboard.json | |
| # | |
| DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |