github ricoberger/script_exporter v1.1.0
Version 1.1.0 / 2018-08-17

latest releases: v2.22.0, v2.21.0, v2.20.1...
6 years ago
  • New prefix handling
    In v1.0.0 the prefix was automatically set to script if the parameter was not provided. In v1.1.0 there would not be set a prefix if the parameter is not provided

  • Add parameters option
    Pass params parameter to the script exporter, which contains parameters that should be passed to the script. An example is the ping script, where the target parameter is passed to the script.

  • Add tls support
    If the tls support is activated in the configuration file, the script exporter is served via https. There for you must specify the path to the signed certificate (crt) and private key to the certificate (key) in the configuration.

  • Add basic auth support
    If the basic auth support is activated, the script exporter is accessible only with basic authentication. The username and password is provided via the configuration file.

  • Add bearer token authentication support
    If the bearer token authentication support is activated, the script exporter is accessible only with a bearer token. The signing key (signingKey) is provided via the configuration file.
    You can generate a bearer token for a signing key with the following command: ./bin/script_exporter -create-token

Don't miss a new script_exporter release

NewReleases is sending notifications on new releases.