add some configuration notes for useAlternatePortForDiagnostics and allowActivityTransfer;

pull/72/head
Bryan Biedenkapp 1 year ago
parent 426a903ead
commit 264738cb53

@ -180,8 +180,12 @@ system:
# Flag indicating the FNE should use an alternate port dedicated to diagnostic and activity
# log processing. This port number is always: master port + 1 (so for example, a master port
# of 62031 will use 62032 for diagnostic and activity messages.)
# NOTE: Disabling useAlternatePortForDiagnostics will result in some tools like, SysView, to stop working properly.
# SysView requires useAlternatePortForDiagnostics to receive peer status updates.
useAlternatePortForDiagnostics: true
# Flag indicating whether or not the host activity log will be sent to the network.
# NOTE: Disabling allowActivityTransfer will result in some tools like, SysView, to stop working properly.
# SysView requires allowActivityTransfer to receive peer status updates.
allowActivityTransfer: true
# Flag indicating whether or not the host diagnostic log will be sent to the network.
allowDiagnosticTransfer: true

Loading…
Cancel
Save

Powered by TurnKey Linux.