-
New prefix handling
In v1.0.0 the prefix was automatically set toscript
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
Passparams
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. Theusername
andpassword
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