aboutsummaryrefslogtreecommitdiff
path: root/utils/prometheus/test.sh
Commit message (Collapse)AuthorAge
* prometheus: drop packagePaul Spooren2023-08-10
| | | | | | | | | The package is terribly outdated and bundling it with the web UI is a task I don't find myself willing to take. Dropping it. FIX: #16008 Signed-off-by: Paul Spooren <paul.spooren@rhebo.com>
* prometheus: simplify runtime testPaul Spooren2020-09-17
| | | | | | Passed argument no longer contains the release. Signed-off-by: Paul Spooren <mail@aparcar.org>
* prometheus: add runtime testPaul Spooren2020-09-17
Run trivial check if the compiled binary works on the architecture. Do so by comparing the printed version by the binary with the Makefile version. The release is OpenWrt specific, so cut it off. Signed-off-by: Paul Spooren <mail@aparcar.org>