Managing Agents
The agent is a module that collects performance metrics, logs, and Windows events from the monitoring target. Users must verify the agent’s installation status and operate and manage it in order to use the monitoring functionality.
- If IP access control is configured for the monitoring target, you cannot use agent management. If agent management cannot be used, check the IP access control configuration status of the selected monitoring target.
- The agent management feature uses the sudo command, so the sudo package must be installed in advance.
Agent Management Overview
The agents include a performance collection agent, a log collection agent, and a Windows event log collection agent.
- The agent must be manually installed by the user on each monitoring target according to the user’s requirements.
Manage Agents
Managing Performance Agents
To install and manage the agent, follow these steps.
- Cloud Monitoring Console > Performance Analysis Click the button. You will be taken to the Performance Analysis page.
- On the Performance Analysis page, select a monitoring target and click the View Details button. The Monitoring Target Details popup window opens.
- Monitoring Target Details In the popup window, click the Agent tab. It navigates to the Agent tab.
- Click the Performance button in the Agent tab.
- Click the Copy icon on the right side of the installation command to copy the command.
- Paste the copied command into the monitoring target resource.
- Execute the command copied to the monitoring target resource.
| Item | description |
|---|---|
| Installation | Download the script file required for agent installation and execute it. |
| Start | Execute the agent start command. |
| Stop | Execute the agent stop command. |
| Delete | Execute the agent deletion command. |
| Update | Download the script file required for the agent update and execute it. |
To check the agent service status, use the method below.
- linux: $ sudo systemctl status metricbeat
- windows: Task Manager → service → metricbeat → Status(Running)
Managing Log Agents
To install and manage the agent, follow these steps.
- Click Cloud Monitoring Console > Performance Analysis. You will be taken to the Performance Analysis page.
- On the Performance Analysis page, select a monitoring target and click the View Details button. The Monitoring Target Details popup window opens.
- Monitoring Target Details Click the Agent tab in the popup window. It navigates to the Agent tab.
- Click the Log button.
- Click the Copy icon on the right side of the installation command to copy the command.
- Paste the copied command into the monitoring target resource.
- Execute the command copied to the monitoring target resource.
| Item | Explanation |
|---|---|
| Installation | Download the script file required for agent installation and execute it. |
| Start | Execute the agent start command. |
| Stop | Execute the agent stop command. |
| Delete | Execute the agent deletion command. |
| Update | Download the script file required for the agent update and execute it. |
To check the agent service status, use the method below.
- linux: $ sudo systemctl status filebeat
- windows: Task Manager → service → filebeat → Status(Running)
To add a log for monitoring, select the log addition action, enter the log name and log path correctly, and then click the Generate Command button. Paste the generated command into the monitored resource and then execute it.
Managing Event Agents
To install and manage the agent, follow the steps below.
- Click Cloud Monitoring Console > Performance Analysis. You will be taken to the Performance Analysis page.
- On the Performance Analysis page, select a monitoring target and click the View Details button. The Monitoring Target Details popup window opens.
- Monitoring Target Details In the popup window, click the Agent tab. It navigates to the Agent tab.
- Click the Event button.
- Click the Copy icon on the right of the installation command to copy the command.
- Paste the copied command into the monitoring target resource.
- Execute the command copied to the monitoring target resource.
| Item | Explanation |
|---|---|
| Installation | Download the script file required for agent installation and execute it. |
| Start | Execute the agent start command. |
| Stop | Execute the agent stop command. |
| Delete | Execute the agent deletion command. |
| Update | Download and run the script file required for the agent update. |
To check the agent service status, use the method below.
- windows: Task Manager → service → winlogbeat → Status(Running)