forked from pool/golang-github-prometheus-node_exporter
- Add missing sysconfig file in rpm bsc#1151557 OBS-URL: https://build.opensuse.org/request/show/733164 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-node_exporter?expand=0&rev=13
12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
## Path: Network/Monitors/Prometheus/node_exporter
|
|
## Description: Prometheus node exporter startup parameters
|
|
## Type: string
|
|
## Default: ''
|
|
#
|
|
# Additional arguments for the node_exporter.
|
|
# Please call: /usr/bin/node_exporter --help
|
|
# for a full list of possible options.
|
|
# Note: Please keep the list on one line, of possible.
|
|
#
|
|
ARGS=''
|