ports/sysutils/node_exporter/pkg-message
Steve Wills c02e5e9298 sysutils/node_exporter: Update to 0.15.0
PR:		223236
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>
Approved by:	jevonearth <ports@ecadlabs.com> (maintainer)
2017-10-25 15:17:59 +00:00

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.