Add some messages
This commit is contained in:
parent
2e93bbd597
commit
a20d544b38
@ -17,8 +17,12 @@ if service --status-all | grep -Fq 'node_exporter'; then
|
||||
service node_exporter stop
|
||||
fi
|
||||
|
||||
echo "Copying exporter"
|
||||
|
||||
mkdir -p /usr/prometheus
|
||||
|
||||
echo "Checking/Creating systemd configuration"
|
||||
|
||||
cp $SCRIPTPATH/node_exporter /usr/prometheus/node_exporter
|
||||
chmod +x /usr/prometheus/node_exporter
|
||||
|
||||
@ -32,5 +36,7 @@ else
|
||||
cp $SCRIPTPATH/node_exporter.sysconfig /etc/sysconfig/node_exporter
|
||||
fi
|
||||
|
||||
echo "Starting Exporter"
|
||||
|
||||
systemctl enable node_exporter.service
|
||||
service node_exporter start
|
Loading…
Reference in New Issue
Block a user