Skip to content

Commit

Permalink
feat(prometheus): Redid dashboards (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wiseblatt authored and Travis Tomsu committed Mar 10, 2017
1 parent 20123db commit 26dad5b
Show file tree
Hide file tree
Showing 16 changed files with 11,882 additions and 1 deletion.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -379,7 +379,7 @@ function add_grafana_userdata() {
-X POST \
-d "${PAYLOAD//\'/\"}"

for dashboard in ${SOURCE_DIR}/*Dashboard.json; do
for dashboard in ${SOURCE_DIR}/*-dashboard.json; do
echo "Installing $(basename $dashboard)"
x=$(sed -e "/\"__inputs\"/,/],/d" \
-e "/\"__requires\"/,/],/d" \
Expand Down

0 comments on commit 26dad5b

Please sign in to comment.