The FSO (Full Stack Observability) Agent is a lightweight component that runs on target hosts to collect system-level metrics, application performance data, and log information. It supports both Windows and Linux environments and transmits the collected data securely to Applications Manager for processing, visualization, and analysis. Installing the FSO Agent enables detailed, real-time monitoring with minimal overhead and reduced dependency on remote polling.
Browse through the following topics to install the FSO agent on various environments:
Ensure the following requirements are met before proceeding with the agent installation:
In addtion, ensure that the requirements listed in this page are also met before proceeding to install the FSO agent.
Follow the steps below to install and configure the Applications Manager agent on a Windows machine:
ApplicationsManager_Windows_Installer.msi) file by clicking the Download for Windows button shown on the screen. Alternatively, you can do so by downloading and extracting the FSO agent package from the FSO agent download page..msi file to launch the installation wizard.Note: Check if the agent installation file is already available under the <Applications Manager Home>/working/resources/FSO/latest/server/linux/installer directory before proceeding. If the file is present, then start from Step 5 directly.
Follow the steps below to install and configure the Applications Manager agent on a Linux machine:
ApplicationsManager_FSO_Agent.zip) file by clicking the Download for Linux button shown on the screen. Alternatively, you can do so by downloading and extracting the FSO agent package from the FSO agent download page..zip file under <Applications Manager Home>\working\resources\ directory and extract the contents using the following command (run in administrator/root mode)://Using CLI command sudo unzip ApplicationsManager_FSO_Agent.zip //Using PowerShell command Expand-Archive -Path ".\ApplicationsManager_FSO_Agent.zip" -DestinationPath "."wget --no-check-certificate -O ApplicationsManagerFullStackAgent_LinuxIns.sh https://[TARGET-HOST]:[TARGET-PORT]/resources/FSO/latest/server/linux/installer/ApplicationsManagerFullStackAgent_LinuxIns.shThen run the installation script containing the device key by executing the following command from the directory where the script file has been downloaded:
sudo -E bash ApplicationsManagerFullStackAgent_LinuxIns.sh -i -key=SERVER_aaaaabbbbbbccccccdddddee -nocheckcert -automation=true -host=https://[TARGET-HOST]:[TARGET-PORT] -dpath=/resources/FSO/latest/server/linux/installer/ -applogs=falseBrowse through the following links to install FSO agents on multiple servers and hosts for respective OS:
Once the installation is complete, you can start, stop, or restart the FSO agent for respective OS using any one of the following methods:
Execute the following commands in command terminal based on the user type and directory location:
# FOR AGENT INSTALLATION VIA ROOT USER
#1 For starting the Linux Agent
/opt/applicationsmanager/monagent/bin/monagent start
#2 For stopping the Linux Agent
/opt/applicationsmanager/monagent/bin/monagent stop
#3 For restarting the Linux Agent
/opt/applicationsmanager/monagent/bin/monagent restart
#4 For checking the status of Linux Agent
/opt/applicationsmanager/monagent/bin/monagent status
# FOR AGENT INSTALLATION IN CUSTOM PATH
#1 For starting the Linux Agent
[custom_path]/monagent/bin/monagent start
#2 For stopping the Linux Agent
[custom_path]/monagent/bin/monagent stop
#3 For restarting the Linux Agent
[custom_path]/monagent/bin/monagent restart
#4 For checking the status of Linux Agent
[custom_path]/monagent/bin/monagent status To learn how to upgrade the FSO agent to its latest version, refer here.
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development