Last active
June 17, 2018 11:54
-
-
Save toolmantim/674d5711497ec341c629eade7a6736e8 to your computer and use it in GitHub Desktop.
Checking a prometheus
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
steps: | |
- label: "๐" | |
command: 'docker run --rm --entrypoint sh -v "$PWD/prometheus.yml:/src/prometheus.yml" prom/prometheus promtool check config /src/prometheus.yml' |
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
steps: | |
- label: "๐" | |
# Equivalent to: docker run --rm --entrypoint sh -v "$PWD/prometheus.yml:/src/prometheus.yml" prom/prometheus promtool check config /src/prometheus.yml | |
command: promtool config check /src/prometheus.yml | |
plugins: | |
docker#e0326e215ffc9902a38e28ff1f23678ac295fb39: | |
image: prom/prometheus | |
entrypoint: sh | |
workdir: /src | |
mount-buildkite-agent: false |
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
# Some config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment