The Datadog UNIX Agent brings host-level monitoring to IBM AIX (PowerPC 8+) so you can visualize system metrics, enable additional Datadog products, and troubleshoot services that still run on-prem.
The UNIX Agent supports Infrastructure Monitoring and Custom Metrics using DogStatsD. Other products like APM, Live Process Monitoring, Cloud Network Monitoring, and Log Management are not supported on the UNIX Agent. See Supported Platforms for the complete list of supported AIX versions.
This page walks you through installing, operating, and removing the Datadog UNIX Agent on AIX.
You can find the Agent installation log in the dd-aix-install.log file. To disable this logging, remove the -e dd-aix-install.log parameter in the installation command.
Commands
Description
Command (as root)
Start Agent
startsrc -s datadog-agent
Stop Agent
stopsrc -s datadog-agent
Status of Agent service
lssrc -s datadog-agent
Agent status page
datadog-agent status
Send flare
datadog-agent flare
Show all commands
datadog-agent --help
Configure the Agent
The Datadog Agent configuration file is located in /etc/datadog-agent/datadog.yaml. This YAML file holds the host-wide connection details used to send data to Datadog including:
Default tags, log level, and Datadog configurations
A fully commented reference file, located in /etc/datadog-agent/datadog.yaml.example, lists every available option for comparison or to copy and paste.
Note: Agent uninstallation logs can be found in the dd-aix-install.log file. To disable this logging, remove the -e parameter in the uninstallation command.
Further Reading
Additional helpful documentation, links, and articles: