Difference between revisions of "Agent"
m |
m |
||
Line 1: | Line 1: | ||
− | [[Welcome_to_Veloopti_help|Home]] > [[:Category: | + | [[Welcome_to_Veloopti_help|Home]] > [[:Category:An Overview|An Overview]] > [[:Category:Concepts|Concepts]] > [[Agent|Agents]] |
---- | ---- | ||
Line 22: | Line 22: | ||
=== Agent Tokens === | === Agent Tokens === | ||
− | |||
− | |||
[[Category:Agents]] | [[Category:Agents]] |
Revision as of 21:57, 18 July 2018
Home > An Overview > Concepts > Agents
1 Overview
Agents are a software program that reside on a node that is being managed by Veloopti. As agents are written in C++. We use the Poco software library that means we can write the agent once and compile it to run on many different Operating Systems. In addition to this there are very few external dependencies requir Because of this it means that many of the configuration setting are generic that will work on many different OS's. This is why the windows registry is not used in favor of file based configuration settings.
1.1 Downloading
To download the software agent navigate to either the nodes page or the agents page and click on the download agent icon .
1.2 Installing
1.3 Configuration
1.4 Security
The agent does not listen on a port on the server. The agent creates an outbound only connection to the Veloopti Agent Controllers on port 443.