modified port
This commit is contained in:
@@ -18,8 +18,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Download Node Exporter
|
# Download Node Exporter
|
||||||
CN_URL="https://8.134.128.173/relayx/cadvisor-v0.56.1-linux-amd64"
|
CN_URL="https://8.134.128.173/relayx/cadvisor-v0.55.1-linux-amd64"
|
||||||
GLOBAL_URL="https://github.com/google/cadvisor/releases/download/v0.56.1/cadvisor-v0.56.1-linux-amd64"
|
GLOBAL_URL="https://github.com/google/cadvisor/releases/download/v0.55.1/cadvisor-v0.55.1-linux-amd64"
|
||||||
TARGET=/tmp/cAdvisor
|
TARGET=/tmp/cAdvisor
|
||||||
is_cn=false
|
is_cn=false
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ echo "Creating systemd service file..."
|
|||||||
|
|
||||||
#chose port
|
#chose port
|
||||||
|
|
||||||
DEFAULT_PORT=9100
|
DEFAULT_PORT=8087
|
||||||
|
|
||||||
if [ -t 0 ]; then
|
if [ -t 0 ]; then
|
||||||
# 有 TTY,交互式
|
# 有 TTY,交互式
|
||||||
@@ -83,13 +83,7 @@ Requires=docker.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/cadvisor \
|
ExecStart=/usr/bin/cadvisor --logtostderr=true --port=${PORT} --housekeeping_interval=10s --docker_only=true --store_container_labels=false
|
||||||
--logtostderr=true \
|
|
||||||
--port=${PORT} \
|
|
||||||
--housekeeping_interval=10s \
|
|
||||||
--docker_only=true \
|
|
||||||
--store_container_labels=false
|
|
||||||
|
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
@@ -103,4 +97,4 @@ echo "Enabling and starting cAdvisior service..."
|
|||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl enable --now cAdvisior.service
|
sudo systemctl enable --now cAdvisior.service
|
||||||
|
|
||||||
echo "Node Exporter installation completed, listening on port 8080"
|
echo "Node Exporter installation completed, listening on port ${PORT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user