Managing Agents
An agent is a module that collects performance values, logs, and Windows events from the monitoring target. To use the monitoring function, users must check the installation status of the agent and operate and manage it.
- If IP access control is set for the monitoring target, agent management cannot be used. If agent management is not available, check the IP access control setting status of the selected monitoring target.
- The agent management function uses the sudo command, so the sudo package must be installed in advance.
Agent Management Overview
There are performance collection agents, log collection agents, and Windows event log collection agents.
- Agents must be installed manually by the user on the monitoring target according to their needs.
Managing Agents
Managing Performance Agents
To install and manage agents, follow these steps.
- Click Cloud Monitoring Console > Performance Analysis. Move to the Performance Analysis page.
- On the Performance Analysis page, select the monitoring target and click the Details button. The Monitoring Target Details popup window opens.
- In the Monitoring Target Details popup window, click the Agent tab. Move to the Agent tab.
- Click the Performance button on the Agent tab.
- Click the Copy icon to the right of the installation command to copy the command.
- Paste the copied command into the monitoring target resource.
- Run the copied command on the monitoring target resource.
| Item | Description |
|---|---|
| Installation | Downloads and runs the script file required for agent installation. |
| Start | Runs the agent start command. |
| Stop | Runs the agent stop command. |
| Delete | Runs the agent delete command. |
| Update | Downloads and runs the script file required for agent update. |
To check the agent service status, use the following method:
- Linux: $ sudo systemctl status metricbeat
- Windows: Task Manager → service → metricbeat → Status(Running)
Managing Log Agents
To install and manage agents, follow these steps.
- Click Cloud Monitoring Console > Performance Analysis. Move to the Performance Analysis page.
- On the Performance Analysis page, select the monitoring target and click the Details button. The Monitoring Target Details popup window opens.
- In the Monitoring Target Details popup window, click the Agent tab. Move to the Agent tab.
- Click the Log button.
- Click the Copy icon to the right of the installation command to copy the command.
- Paste the copied command into the monitoring target resource.
- Run the copied command on the monitoring target resource.
| Item | Description |
|---|---|
| Installation | Downloads and runs the script file required for agent installation. |
| Start | Runs the agent start command. |
| Stop | Runs the agent stop command. |
| Delete | Runs the agent delete command. |
| Update | Downloads and runs the script file required for agent update. |
To check the agent service status, use the following method:
- Linux: $ sudo systemctl status filebeat
- Windows: Task Manager → service → filebeat → Status(Running)
To add logs to be monitored, select the log addition action, enter the log name and log path correctly, and click the Generate Command button. Paste the generated command into the monitoring target resource and run it.
Managing Event Agents
To install and manage agents, follow these steps.
- Click Cloud Monitoring Console > Performance Analysis. Move to the Performance Analysis page.
- On the Performance Analysis page, select the monitoring target and click the Details button. The Monitoring Target Details popup window opens.
- In the Monitoring Target Details popup window, click the Agent tab. Move to the Agent tab.
- Click the Event button.
- Click the Copy icon to the right of the installation command to copy the command.
- Paste the copied command into the monitoring target resource.
- Run the copied command on the monitoring target resource.
| Item | Description |
|---|---|
| Installation | Downloads and runs the script file required for agent installation. |
| Start | Runs the agent start command. |
| Stop | Runs the agent stop command. |
| Delete | Runs the agent delete command. |
| Update | Downloads and runs the script file required for agent update. |
To check the agent service status, use the following method:
- Windows: Task Manager → service → winlogbeat → Status(Running)