mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
node_exporter_install: upgrade to latest release
We currently uses outdated version of node_exporter, let's upgrade to latest version. Fixes #7427
This commit is contained in:
2
dist/common/scripts/node_exporter_install
vendored
2
dist/common/scripts/node_exporter_install
vendored
@@ -27,7 +27,7 @@ import tarfile
|
||||
from scylla_util import *
|
||||
import argparse
|
||||
|
||||
VERSION='0.17.0'
|
||||
VERSION='1.0.1'
|
||||
INSTALL_DIR=scylladir()+'/Prometheus/node_exporter'
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user