script_exporter
script_exporter copied to clipboard
Prometheus exporter to execute scripts and collect metrics from the output or the exit status.
hi, Could you advise please on how is it possible to specify in the config file the path to the script which contains spaces, example of what I mean: scripts:...
Service don't start with nssm. Anybody can start it succesfull?
https://github.com/ricoberger/script_exporter/blob/master/pkg/config/config.go#L19 limits TLS configuration to `crt` and `key`. Is there intent to adopt the https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md for things like `client_auth_type: RequireAndVerifyClientCert`?
Hi, Seems like there are problem when running docker? ```ts=2024-02-15T11:18:16.300Z caller=scripts.go:108 level=debug msg="Script 'docker' execution succeed" cmd=./examples/docker.sh stdout="0\nnumber_of_files 0\n" stderr="./examples/docker.sh: line 6: docker: command not found\n" env=``` Running with :...
Since we started using script_exporter, we found a weird issue that makes us uncomfortable. We use script_exporter to execute some long-running scripts like smartctl metrics. Even though we have a...
Hi We have been running the prometheus-script-exporter on Redhat 7, but we have had to upgrade our machies to Redhat 8.9, this also included an upgrade of Java from 8...
Bumps the gomod group with 2 updates: [github.com/prometheus/common](https://github.com/prometheus/common) and [golang.org/x/sys](https://github.com/golang/sys). Updates `github.com/prometheus/common` from 0.53.0 to 0.55.0 Release notes Sourced from github.com/prometheus/common's releases. v0.55.0 What's Changed Update Go modules by @SuperQ...
Bumps the docker group with 2 updates: golang and alpine. Updates `golang` from 1.22.3-alpine3.20 to 1.22.4-alpine3.20 Updates `alpine` from 3.20.0 to 3.20.1 Dependabot will resolve any conflicts with this PR...
Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max...