System Monitoring

As a system administrator, you monitor various automatic processes, clients and agents. You can also use the External Monitoring Interface (EMI) to monitor the technical status of the Automation Engine.

This topic includes the following:

Automatic Processing in the Automation Engine

There are various processes in the AE that take place automatically at certain times. As a user, you can manipulate some of them.

Changing the Client Status

The automatic processing of a client can be stopped. The status of the active tasks such as workflows, Schedules and events changes and finally, these tasks show the status "STOP" - Automatic processing has been stopped. For more information, see Clients.

Client Status Stop

While a client is being stopped, you can still activate tasks. Tasks such as Schedules, workflows, events, groups or recurring tasks also obtain the status STOP. Individual tasks without superordinate tasks are processed.

You can use the Go command in the Administration perspective's context menu in order to release tasks. In this case, they are processed although the system is stopped.

The following handling options are available:

The current status is stored in the variable UC_CLIENT_SETTINGS in the global value CLIENT_STATUS. For more information, see UC_CLIENT_SETTINGS - Various Client Settings.

Client Status Go

A global start of automatic processing has the effect that all active tasks start that are in a STOP status. The system does not distinguish whether they have individually been stopped or through a system-wide stop.

The following handling options are available:

The current status is stored in the variable UC_CLIENT_SETTINGS in the global value CLIENT_STATUS. For more information, see UC_CLIENT_SETTINGS - Various Client Settings.

Handling Agents

The Automation Engine offers various ways of starting, stopping and monitoring agents.

Agents can be started immediately after their installation. The ServiceManageralso allows to start agents on Windows and UNIX using either a dialog or a command line.For more information, see ServiceManager - Dialog Program and ServiceManager - Command Line Program (CLI).

There are also different options for monitoring and stopping agents. The Agents list of the Administration perspective displays whether a particular agent is active and provides information about the computer on which the agent has been installed. From this list you can also stop an agent.

More Information:

The ServiceManager Dialog Program also informs whether the agents are running or not and can be used - as well as the Command Line Program - to stop an agent.

The variable Host Characteristics (UC_HOSTCHAR_DEFAULT) allows you to define the executable object to be activated upon starting or stopping an agent (keys EXECUTE_ON_START and EXECUTE_ON_END). For more information, see UC_HOSTCHAR_DEFAULT - Host Characteristics.

You can also use scripts to check or change the status of an agent. For more information, see Functional Logic with Scripts and Script Elements for System Conditions and Settings.

See also: