Turn on data collection
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
The data collected by the OpenEdge HealthScanner is based on a series of
enabled probes. In this topic, the Health Collector is enabled and the properties
controlling the data collection are set in the appserver.properties file in the instance\conf directory.
- The
instance\confdirectory contains anappserver.propertiesfile with properties related to enable and to configure the collection of data from the probes.
- Enable the collector to collect data from the probes.
Enter:
tcman config psc.as.health.enabled=true
Note: To echo back the newly set value, repeat the property name after setting the value, as shown here.
- Restart the server. Enter the
following:
tcman pasoestart -restart
- Confirm that the HealthScanner is running. Use the
following:
tcman env
- The
manager health port: 8899identifies the port for the HealthScanner.