{%TEMPLATE->struct/head%}
{%TEMPLATE->struct/menu%}
Add new agent
{%TEMPLATE->struct/messages%}
To add new agents provide them with a valid voucher and download a client.
Used vouchers are automatically deleted to prevent double spending.
If you are asked to provide the API url on the client to connect to, you need to enter the following:
[[apiUrl]]
Clients
ID |
Version |
Type |
Operating Systems |
Filename |
|
{{FOREACH binary;[[agentBinaries]]}}
[[binary.getId()]] |
[[binary.getVersion()]] |
[[binary.getType()]] |
[[binary.getOperatingSystems()]] |
[[binary.getFilename()]] |
[[agentUrl]][[binary.getId()]]
|
{{ENDFOREACH}}
{{IF [[sizeof([[vouchers]])]] > 0}}
Vouchers
{{FOREACH voucher;[[vouchers]]}}
[[voucher.getVoucher()]] |
[[date([[config.getVal(DConfig::TIME_FORMAT)]], [[voucher.getTime()]])]] |
|
{{ENDFOREACH}}
{{ENDIF}}
{%TEMPLATE->struct/foot%}