lee-martin

Results 5 issues of lee-martin

The TrentoAgent installer tells the user to start the Agent with "systemctl start trento-agent" where as the readme says "sudo systemctl enable --now trento-agent". Lets just make them consistent. I...

The TrentoAgent installer tells the user via the installer to check if TrentoServer is running, before starting the agent, which is good. But the installer does not tell the user...

Users need to know which network ports are required to use Trento, e.g. for Firewall configurations or to avoid port conflicts with other applications. This relates to https://github.com/trento-project/trento/issues/316

Port 80: Since port 80 is very commonly used, we need to make the http port for Trento configurable. (the same will also be true when we offer https). During...

During recent tests we had the need the both stop and uninstall Trento, but neither are formally implemented yet. As workarounds we used: - "systemctl stop k3s" to perform a...