How do I enable a trace stream in SmartSpace?
Use the ubisense_configuration_client command-line tool with the “platform_monitor” parameter to enable trace streams in SmartSpace. The parameter is a colon-separated list of trace values and can be set for the whole platform or on individual machines.
For example to enable to enable RDBMS monitoring streams for the whole platform, use the command:
To turn trace streams on for a single machine:
On Windows:
Edit the values for platform_monitor in the Registry.
For example, Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ubisense 2.1\Platform\Config\platform_monitor REG_SZ location_quality enables the location quality trace stream.
On Linux:
Edit the values listed for platform_monitor: in /etc/ubisense/platform.conf
For example: platform_monitor: location_qualityenables the location quality trace stream.
After you have added new trace streams, you must restart the relevant services.
You can display a list of currently-enabled streams by using the command:
You can remove trace streams by using the command:
You must restart the relevant services after removing traces.