- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
A common system metric to monitor is the available disk space on a given system or host. This guide helps you create a monitor that alerts you when free disk space for a host falls below 10% for any host reporting to Datadog.
To create the monitor for available disk space:
In the navigation menu, click Monitors.
Click New Monitor.
Select Metric as the monitor type.
In the Define the metric section, use system.disk.free
for the metric and select host
for avg by. This is Query a.
Click Add Query. For this metric, use system.disk.total
for the metric and use host
for avg by. This is Query b.
In the formula that appears, replace a + b
with a/b*100
.
Under Evaluation Details, choose your desired evaluation interval.
Under Set alert conditions, select below from the threshold options and enter 10
in Alert threshold field.
In Configure notifications & automations, give your monitor a name, then specify the notification message. Include relevant details and a meaningful message template. For example:
{{#is_alert}}Warning: Free disk space is below 10% on {{host.name}}. Free space: {{system.disk.free}} bytes, Total space: {{system.disk.total}} bytes.{{/is_alert}}
Click Create to save the monitor.