script_exporter icon indicating copy to clipboard operation
script_exporter copied to clipboard

allow probe?name=x instead of probe?script=x

Open milahu opened this issue 1 year ago • 0 comments

make it backward-compatible with version 1 or document this as a breaking change

currently it says

$ curl -s http://localhost:9004/probe?name=x
Script parameter is missing

name=x also aligns with the config

scripts:
  - name: <string>
    command: <string>

milahu avatar Oct 06 '24 13:10 milahu