Difference between revisions of "Agent"

From Veloopti Help
Jump to: navigation, search
(Created page with "Home > Administration > Agents > Agent ---- == Overview == Agents are a software agen...")
 
m
Line 1: Line 1:
[[Welcome_to_Veloopti_help|Home]] > [[:Category:Administration|Administration]] > [[:Category:Agents|Agents]] > [[Agent|Agent]]
+
[[Welcome_to_Veloopti_help|Home]] > [[:Category:Administration|Administration]] > [[:Category:Application Administration|Application Administration]] > [[:Category:Agent Administration|Agent Administration]] > [[Agent|Agent]]
 
----
 
----
  
 
== Overview ==
 
== Overview ==
Agents are a software agent that reside on a node that is being actively managed by Veloopti.
+
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 [https://pocoproject.org/ 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.
  
 +
=== Downloading ===
 +
To download the software agent navigate to either the [https://ap1.veloopti.com.au/nodes nodes] page or the [https://ap1.veloopti.com.au/agents agents] page and click on the download agent icon [[file:agent_download.png|35px]].
  
 +
=== Installing ===
  
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.
 
  
  
 
=== Configuration ===
 
=== Configuration ===
  
 +
=== 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.
  
  
=== Downloading ===
 
To download the software agent navigate to either the [https://ap1.veloopti.com.au/nodes nodes] page or the [https://ap1.veloopti.com.au/agents agents] page and click on the download agent icon [[file:agent_download.png|35px]].
 
  
  

Revision as of 22:00, 21 March 2018

Home > Administration > Application Administration > Agent Administration > Agent


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