Difference between revisions of "Agent"

From Veloopti Help
Jump to: navigation, search
m
m
Line 25: Line 25:
  
  
[[Category:Agents]]
+
[[Category:Concepts]] [[Category:Agents]]

Revision as of 23:23, 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 Agent download.png.

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.



1.5 Agent Tokens