We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048565e commit 38d491bCopy full SHA for 38d491b
articles/sap/monitor/provider-linux.md
@@ -43,7 +43,7 @@ wget https://github.com/prometheus/node_exporter/releases/download/v*/node_expor
43
tar xvfz node_exporter-*.*-amd64.tar.gz
44
if [[ "$(grep '^ID=' /etc/*-release)" == *"rhel"* ]]; then
45
echo "Open firewall port 9100 on the Linux host"
46
- sudo apt install firewalld -y
+ yum install firewalld -y
47
systemctl start firewalld
48
firewall-cmd --zone=public --permanent --add-port 9100/tcp
49
else
0 commit comments