3.132.7. TraceOnly Previous topic Parent topic Child topic Next topic

This optional parameter prevents connections through this Monitor from getting statistics, getting or setting configuration data, or restarting the server. It inhibits the following Monitor commands:
  • STATS
  • DESCRIBE
  • SET
  • LIST
  • RESTART
  • GET
This flag is useful for limiting access to privileged data by certain staff.
Tip
You can have multiple Monitor clauses on different Ports, so it is possible to have one with TraceOnly and one without. This would allow you to permit some Radar users to get access only to Trace data, and some to have access to all functions:
# This one is restricted
<Monitor>
      Port 9001
      TraceOnly
      Username xxx
      Password xxx
</Monitor>
# This one allows a superuser to get access to all data
<Monitor> 
      Port 9002 
      Username yyy
      Password yyy
</Monitor>