This website works better with JavaScript.
Home
Explore
Sign In
threefold_public
/
public
Watch
6
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update 'monitoring/install-node-exporter.sh'
master
petep
1 month ago
parent
8a88445ca9
commit
4934ffa019
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save