We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
docker ps
51f3bd4cb5b5 devforth/hothost-agent "bash getinfo.sh" 47 minutes ago Up 29 minutes hothost-agent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
What amazes me is that on the actual host, the
docker ps
output indicates to me that there is also an agent running51f3bd4cb5b5 devforth/hothost-agent "bash getinfo.sh" 47 minutes ago Up 29 minutes hothost-agent
The text was updated successfully, but these errors were encountered: