Browse Source

Update 'monitoring/install-node-exporter.sh'

master
petep 1 month ago
parent
commit
4934ffa019
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      monitoring/install-node-exporter.sh

+ 1
- 1
monitoring/install-node-exporter.sh View File

@@ -55,7 +55,7 @@ EOF
systemctl daemon-reload
systemctl enable node-exporter
systemctl start node-exporter
systemctl status node-exporter
systemctl status node-exporter --no-pager
fi
#elif [ -x "$(command -v chckconfig)" ]; then
# cat << EOF >> /etc/inittab


Loading…
Cancel
Save