Versions Compared

Key

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

...

For use of the following examples create a process class configuration that points to an Agent running on the same or on a different server. The configuration for a process class my_Agent.process_class.xml could look like this:

Code Block
languagexml
titleSimple process class configuration
collapsetrue
<?xml version="1.0" encoding="ISO-8859-1"?>
<process_class  max_processes="10" remote_scheduler="http://localhost:4445"/>

...