mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
The upgrade to node_exporter 0.17 commit09c2b8b48a("node_exporter_install: switch to node_exporter 0.17") caused the service to no longer start. Turns out node_exported broke backwards compatibility of the command line between 0.15 to 0.16. Fix it up. While fixing the command line, all the collector that are enabled by default were removed. Fixes #3989 Signed-off-by: Amnon Heiman <amnon@scylladb.com> [ penberg@scylladb.com: edit commit message ] Message-Id: <20181213114831.27216-1-amnon@scylladb.com> (cherry picked from commit571755e117)