Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI is working but can't monitore host or other servers #24

Open
ParcNetwork opened this issue Jul 10, 2023 · 0 comments
Open

UI is working but can't monitore host or other servers #24

ParcNetwork opened this issue Jul 10, 2023 · 0 comments

Comments

@ParcNetwork
Copy link

ParcNetwork commented Jul 10, 2023

Hello folks,

I don't know if I missed an important point, but I don't get monitoring on the installed system, nor on any other server.

The service was installed via docker compose

Attached my docker-compose.yaml file, which is also running on a target server for example.

version: '3'
services:
  hothost-agent:
    image: devforth/hothost-agent
    environment:
    - HOTHOST_SERVER_BASE=https://example.com
    - HOTHOST_AGENT_SECRET=EXAMPLE_SECRET
    - HOTHOST_MONITOR_INTERVAL=60
    container_name: hothost-agent
    restart: unless-stopped
    cap_add:
      - SYS_PTRACE
    security_opt:
      - apparmor:unconfined
      - seccomp:unconfined
    volumes:
      - /proc:/host/proc:ro
      - /sys:/host/sys:ro
      - /etc/os-release:/host/etc/os-release:ro
      - /etc/hostname:/host/etc/hostname:ro

What amazes me is that on the actual host, the docker ps output indicates to me that there is also an agent running

51f3bd4cb5b5 devforth/hothost-agent "bash getinfo.sh" 47 minutes ago Up 29 minutes hothost-agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant