Agents started to break and Foglight Agent Manager (FglAM) keeps restarting. The FglAM log shows a lot of the following errors:
Permission denied (errno:13)
FglAM is being started by user 'foglight' but some files and directories are owned by user 'root'.
Login as 'root' and change the ownership of the entire FglAM directory to the 'foglight' user.
For example:
chown -R foglight:users /opt/foglight
Restart the FglAM after the change.