When starting the Foglight Agent Manager (FglAM) concentrater, it fails to start with no errors in the logs.
Check the <Install dir>/State/default/cache directory as you may have large *.cache files that the Foglight Agent Manager(FglAM) is trying to send upstream to the Foglight server installation. Create a saved directory and move the *.cache files into this directory.
*** Warning doing the above will mean that you lose data, but the fglam will not startup unless these files are moved or deleted.
It is recommended that you make the following changes to your environment before trying to start the FglAM:
<config:upstream max-queue-size="-1" max-disk-space="-1" max-batch-size="500"/>
<config:upstream-verified max-queue-size="-1" max-disk-space="512" max-batch-size="250"/>
<config:downstream max-queue-size="-1" max-disk-space="-1" max-batch-size="500"/>
to:
<config:upstream max-queue-size="-1" max-disk-space="225000" max-batch-size="500"/>
<config:upstream-verified max-queue-size="-1" max-disk-space="512" max-batch-size="250"/>
<config:downstream max-queue-size="-1" max-disk-space="225000" max-batch-size...