Skip to content

Missing scripts: install-host-agent.sh and install-container-agent.sh #644

@krestaino

Description

@krestaino

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:

  1. 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:~# 
  1. 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions