opnsense-ports/sysutils/node_exporter/pkg-message
Franco Fichtner c2856eda6d */*: sync with upstream
Taken from: HardenedBSD
2017-10-26 21:08:54 +02: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.