Running the probe
When the probe is run, it opens a connection to each of the agents specified in the definition file and then reads all of the events generated by each agent. If no valid connection details are specified in the definition file, the probe stops. If a connection is lost, the probe attempts to reconnect to the agent (if the AgentRetries property or -interval command line option is used). For information about properties and command line options, see Properties and command line options.
Every connection event (agent connection opened/lost/retried/closed, etc.) causes the probe to send both a ProbeWatch event and a normal event with the following tokens:
- $port
- $description
- $node
- $severity
Running the probe as a Windows service
- To run the probe on the same host as the ObjectServer, use the
following command to register it as a service:
%OMNIHOME%\probes\win32\nco_p_patrol_v9 /INSTALL -depend NCOObjectServer
- To run the probe on a different host to the ObjectServer, use
the following command to register it as a service:
%OMNIHOME%\probes\win32\nco_p_patrol_v9 -install
- Start the probe using the Microsoft Services Management Console.