You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Provide a clear and concise description of the issue.
When running the script I am using the same advanced settings as other LXCs I've created but this one isn't working for some reason. It is giving this:
Failed to enable unit: Unit file prometheus.service does not exist.
[ERROR] in line 54: exit code 0: while executing command systemctl enable -q --now prometheus
βοΈ What settings are you using?
Default Settings
Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Step 1: Put the script in the console
Step 2: hit enter and configure the advanced settings to your network
step 3: watch it error out.
β Paste the full error output (if available).
Failed to enable unit: Unit file prometheus.service does not exist.
[ERROR] in line 54: exit code 0: while executing command systemctl enable -q --now prometheus
πΌοΈ Additional context (optional).
No response
The text was updated successfully, but these errors were encountered:
Same here. Whether with standard settings or with advanced settings.
I would expect the service to be created after the message β"Installed Prometheusβ according to the script https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/prometheus-install.sh
, but this message does not appear.
For me it looks like that the following code ist not executed
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Prometheus
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/prometheus-alertmanager.sh)"
π Provide a clear and concise description of the issue.
When running the script I am using the same advanced settings as other LXCs I've created but this one isn't working for some reason. It is giving this:
Failed to enable unit: Unit file prometheus.service does not exist.
[ERROR] in line 54: exit code 0: while executing command systemctl enable -q --now prometheus
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Step 1: Put the script in the console
Step 2: hit enter and configure the advanced settings to your network
step 3: watch it error out.
β Paste the full error output (if available).
Failed to enable unit: Unit file prometheus.service does not exist.
[ERROR] in line 54: exit code 0: while executing command systemctl enable -q --now prometheus
πΌοΈ Additional context (optional).
No response
The text was updated successfully, but these errors were encountered: