User Tools

Site Tools


devops:monitoring:datadog:datadog_agent

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devops:monitoring:datadog:datadog_agent [2025/02/14 09:03] 85.219.17.206devops:monitoring:datadog:datadog_agent [2025/02/14 09:06] (current) 85.219.17.206
Line 23: Line 23:
 To install the Agent, see the installation instructions. Packages are available for 64-bit x86 and Arm v8 architectures. For other architectures, use the source install. To install the Agent, see the installation instructions. Packages are available for 64-bit x86 and Arm v8 architectures. For other architectures, use the source install.
  
-  > **Note:** Ubuntu 14.04 and above are supported on the 64-bit x86 architecture. Ubuntu 16.04 and above are supported on the 64-bit Arm v8 architecture.+**Note:** Ubuntu 14.04 and above are supported on the 64-bit x86 architecture. Ubuntu 16.04 and above are supported on the 64-bit Arm v8 architecture.
  
 === Commands === === Commands ===
Line 29: Line 29:
 In Agent v6 and v7, the service manager provided by the operating system is responsible for the Agent lifecycle, while other commands must be run through the Agent binary directly. In Agent v5, almost everything is done through the service manager. In Agent v6 and v7, the service manager provided by the operating system is responsible for the Agent lifecycle, while other commands must be run through the Agent binary directly. In Agent v5, almost everything is done through the service manager.
  
-  ^ Description                          ^ Command                                                ^ +^ Description                          ^ Command                                                ^ 
-  | Start Agent as a service             | `sudo service datadog-agent start`                     | +| Start Agent as a service             | `sudo service datadog-agent start`                     | 
-  | Stop Agent running as a service     | `sudo service datadog-agent stop`                      | +| Stop Agent running as a service     | `sudo service datadog-agent stop`                      | 
-  | Restart Agent running as a service  | `sudo service datadog-agent restart`                   | +| Restart Agent running as a service  | `sudo service datadog-agent restart`                   | 
-  | Status of Agent service             | `sudo service datadog-agent status`                    | +| Status of Agent service             | `sudo service datadog-agent status`                    | 
-  | Status page of running Agent        | `sudo datadog-agent status`                            | +| Status page of running Agent        | `sudo datadog-agent status`                            | 
-  | Send flare                           | `sudo datadog-agent flare`                             | +| Send flare                           | `sudo datadog-agent flare`                             | 
-  | Display command usage               | `sudo datadog-agent --help`                            | +| Display command usage               | `sudo datadog-agent --help`                            | 
-  | Run a check                          | `sudo -u dd-agent -- datadog-agent check <CHECK_NAME> |+| Run a check                          | `sudo -u dd-agent -- datadog-agent check <CHECK_NAME> |
  
-  > **Note:** If the service wrapper is not available on your system, use:+**Note:** If the service wrapper is not available on your system, use:
  
     * On upstart-based systems: `sudo start/stop/restart/status datadog-agent`     * On upstart-based systems: `sudo start/stop/restart/status datadog-agent`
Line 48: Line 48:
 The configuration files and folders for the Agent are located in: The configuration files and folders for the Agent are located in:
  
-  * `/etc/datadog-agent/datadog.yaml`+    /etc/datadog-agent/datadog.yaml`
  
 Configuration files for Integrations: Configuration files for Integrations:
  
-  * `/etc/datadog-agent/conf.d/`+   /etc/datadog-agent/conf.d/`
  
 === Uninstall the Agent === === Uninstall the Agent ===
Line 58: Line 58:
 To uninstall the Agent, run the following command: To uninstall the Agent, run the following command:
  
-  `sudo apt-get remove datadog-agent -y`+   sudo apt-get remove datadog-agent -y
  
 This command removes the Agent, but does not remove: This command removes the Agent, but does not remove:
devops/monitoring/datadog/datadog_agent.1739523792.txt.gz · Last modified: 2025/02/14 09:03 by 85.219.17.206