- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`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.
.datadoghq.com
To install the Agent on AIX, follow the in-app instructions in Fleet Automation, and run the generated script on your hosts.
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.
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 |
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:
api_key
: Your organization’s Datadog API keysite
: Target Datadog region (see Datadog Sites)proxy
: HTTP/HTTPS proxy endpoints for outbound traffic (see Datadog Agent Proxy Configuration)A fully commented reference file, located in /etc/datadog-agent/datadog.yaml.example
, lists every available option for comparison or to copy and paste.
Alternatively, see the datadog.yaml.example file for all available configuration options.
Configuration files for integrations exist in /etc/datadog-agent/conf.d/
.
Each integration has its own subdirectory, <INTEGRATION>.d/
, that contains:
conf.yaml
: The active configuration controlling how the integration gathers metrics and logsconf.yaml.example
: A sample illustrating supported keys and defaultscpu
filesystem
iostat
load
memory
uptime
disk
network
process
lparstats
ibm_was
(WebSphere Application Server)Note: Metric coverage can differ from the UNIX, Linux, Windows, and macOS integrations.
You can use the metric datadog.agent.running
to monitor the uptime of an Agent. The metric emits a value of 1
if the Agent is reporting to Datadog.
To remove an installed Agent, run the following installp
command:
installp -e dd-aix-uninstall.log -uv datadog-unix-agent
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.