Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See Configuring the Management Agent for the guide on this.

Using the ace-target-

...

devgateway module

The ace-target-devserverdevgateway results in a zip file, which contains a ready-to-run target, which looks a lot like the 'rolling your own' solution above. You can run it using the run.bat or run.sh files, and the configuration can be changed in the conf directory.

Running your own using the managementagent target

The ace-managementagent module creates a single bundle, which contains all of the necessary bundles to run a management agent. It responds to system properties for its settings; the supported properties are

Property

Description

Default

discovery

The ACE server to connect to

http://localhost:8080

identification

The identification of this target

configuredGatewayID

syncinterval

How often should we contact the server? The interval is in ms.

2002000

You can also use the Config Admin to configure the managementagent.

...