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=''
|