aports/testing/prometheus-json-exporter/prometheus-json-exporter.pre-install
Alex Denes dfc04d7d24 testing/prometheus-json-exporter: new aport
https://github.com/prometheus-community/json_exporter Prometheus exporter which scrapes remote JSON by JSONPath
2022-03-16 14:20:36 +00:00

7 lines
159 B
Bash
Executable File

#!/bin/sh
addgroup -S prometheus 2>/dev/null
adduser -S -D -h /var/lib/prometheus -s /sbin/nologin -G prometheus -g prometheus prometheus 2>/dev/null
exit 0