Architecture
Collection process
BMC PATROL for Entuity Network Monitor uses a Java Collector to periodically update the status and updated list of monitored network devices monitored by each Entuity server.
All data is collected from the Entuity server remotely by the Java collector. The PATROL Agent performs the tasks of scheduling and display, as follows:
- After an Entuity server is configured, an SSH connection is opened between the Java collector and the Entuity server.
- An XML Agent process is started on the SSH connection. This connection remains open as long as the Java process is running.
- The PATROL Agent sends Java-based requests to the Java collector requesting status and performance statistics of all the monitored network devices.
- The Java collector sends XML based requests to the Entuity server via the standard Entuity APIs. The requested data is returned to the PATROL Agent via the Java collector.
- The collection process is repeated according to the configured schedule.
Data display hierarchy
Under the main root icon (named Entuity), are displayed an icon representing the _CollectionStatus parameter followed by icons representing instances of all the configured Entuity server accounts. The name of the Entuity server account is the <Entuity server name>_<account name>. See Application classes and icons.
Under the Entuity Account are displayed icons representing _ConnectionStatus, _IsValidAcountView, and _ResponseTime and icons representing discovered device types (for example Router, VPN).
In order for the devices to be monitored, the configured user must have at least Read Only permission.
Each container contains device instances representing the discovered devices of that type. Each device type can be have up to four parameters: CPUUtilization, Latency, MemoryUtilization, and Reachable.

Right-clicking the Entuity icon enables access to menu commands that are used to configure and administrate the product.
Some menu commands can be accessed by right-clicking the Entuity server account instance.