mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
PR: 223236 Submitted by: David O'Rourke <dor.bsd@xm0.uk> Approved by: jevonearth <ports@ecadlabs.com> (maintainer)
6 lines
407 B
Text
6 lines
407 B
Text
If upgrading from a version of node_exporter <0.15.0 you'll need to update any
|
|
custom command line flags that you may have set as it now requires a
|
|
double-dash (--flag) instead of a single dash (-flag).
|
|
The collector flags in 0.15.0 have now been replaced with individual boolean
|
|
flags and the -collector.procfs` and -collector.sysfs` flags have been renamed
|
|
to --path.procfs and --path.sysfs respectively.
|