mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-11 13:52:51 +00:00
Removed blank lines
This commit is contained in:
@@ -30,7 +30,6 @@ msg_ok "Updated Python3"
|
|||||||
|
|
||||||
msg_info "Installing Prometheus Proxmox VE Exporter"
|
msg_info "Installing Prometheus Proxmox VE Exporter"
|
||||||
python3 -m pip install --quiet prometheus-pve-exporter
|
python3 -m pip install --quiet prometheus-pve-exporter
|
||||||
|
|
||||||
mkdir -p /etc/prometheus-pve-exporter
|
mkdir -p /etc/prometheus-pve-exporter
|
||||||
cat <<EOF > /etc/prometheus-pve-exporter/pve.yml
|
cat <<EOF > /etc/prometheus-pve-exporter/pve.yml
|
||||||
default:
|
default:
|
||||||
@@ -38,7 +37,6 @@ default:
|
|||||||
password: sEcr3T!
|
password: sEcr3T!
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
msg_ok "Installed Prometheus Proxmox VE Exporter"
|
msg_ok "Installed Prometheus Proxmox VE Exporter"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|||||||
Reference in New Issue
Block a user