From 264738cb534e01f9061dbb7e765f0789c8cc7248 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sat, 12 Oct 2024 11:38:34 -0400 Subject: [PATCH] add some configuration notes for useAlternatePortForDiagnostics and allowActivityTransfer; --- configs/fne-config.example.yml | 4 ++++ 1 file changed, 4 insertions(+) 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