-
- Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The scripts on the Pulse host seem to be missing from the latest release. Adding hosts and Docker hosts fail.
root@pulse:/opt/pulse/scripts# ls install-docker-agent.sh To Reproduce
Steps to reproduce the behavior:
- Add a new Docker host
root@media:~# curl -fSL 'http://pulse:7655/install-docker-agent.sh' -o /tmp/pulse-install-docker-agent.sh && sudo bash /tmp/pulse-install-docker-agent.sh --url 'http://pulse:7655' --token 'REDACTED' && rm -f /tmp/pulse-install-docker-agent.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 53832 100 53832 0 0 336k 0 --:--:-- --:--:-- --:--:-- 336k [INFO] Detected Podman runtime, downloading container agent installer... [ERROR] Failed to download install-container-agent.sh from http://pulse:7655 root@media:~# - Add a new host
root@orb-1:~# curl -fsSL http://pulse:7655/install-host-agent.sh | bash -s -- --url http://pulse:7655 --token REDACTED --interval 30s curl: (22) The requested URL returned error: 404 root@orb-1:~# Environment:
- Pulse Version: [e.g. v4.26.2]
- Installation Type: ProxmoxVE LXC
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working