diff --git a/configs/fne-config.example.yml b/configs/fne-config.example.yml index 49a98120..bc46a707 100644 --- a/configs/fne-config.example.yml +++ b/configs/fne-config.example.yml @@ -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