bash-exporter icon indicating copy to clipboard operation
bash-exporter copied to clipboard

Simple & minimalistic Prometheus exporter for bash scripts, written in Go

Results 7 bash-exporter issues
Sort by recently updated
recently updated
newest added

Hello, I just found that I can provide multiple output from a single script, it just send me an error of unexpected "}".

{ "crc47": 0, "crc48": 0, "crc49": 0, "crc50": 0, "crc51": 1, "crc52": 0, "crc53": 0, "crc54": 0, "crc55": 0, "crc56": 0, "cpu": 12, "memory": 52, "SystemName": "Quidway S5700 Routing Switch"...

Currently has taken me a few hours to set up and make this exporter work. Two issues with the set up: 1) It is non-obvious that the image will copy...

Hi, thanks for your project. I am trying to change the CMD in your Dockerfile with the idea, to add parameters to the docker its (-interval for example). Now I...

Which is quite frustrating when the target application is called "bash-exporter" :wink: I guess this could be solved by installing the right package in the Dockerfile: ```Dockerfile RUN apk update...

Update golang image version to 1.11.1. `go get` compatibilty issue which was causing `docker build` to fail was fixed in https://github.com/golang/go/commit/fce993d1a27153271919db00d2f80b6839fcb326. Update Alpine image version to 3.10.

Do not stop app when failed to parse script output or script is failed to run