mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-09-18 03:49:05 +02:00
@@ -39,7 +39,7 @@ A Prometheus exporter for Windows machines.
|
||||
| [mssql](docs/collector.mssql.md) | [SQL Server Performance Objects](https://docs.microsoft.com/en-us/sql/relational-databases/performance-monitor/use-sql-server-objects#SQLServerPOs) metrics | |
|
||||
| [netframework](docs/collector.netframework.md) | .NET Framework metrics | |
|
||||
| [net](docs/collector.net.md) | Network interface I/O | ✓ |
|
||||
| [os](docs/collector.os.md) | OS metrics (memory, processes, users) | ✓ |
|
||||
| [os](docs/collector.os.md) | OS information (hostname, product/version, install time) | ✓ |
|
||||
| [pagefile](docs/collector.pagefile.md) | pagefile metrics | |
|
||||
| [performancecounter](docs/collector.performancecounter.md) | Custom performance counter metrics | |
|
||||
| [physical_disk](docs/collector.physical_disk.md) | physical disk metrics | ✓ |
|
||||
|
||||
+1
-16
@@ -38,19 +38,4 @@ windows_os_install_time_timestamp_seconds 1.6725312e+09
|
||||
_This collector does not yet have useful queries, we would appreciate your help adding them!_
|
||||
|
||||
## Alerting examples
|
||||
|
||||
#### Average CPU utilization over 1 hour exceeds 80% (New CPU metric)
|
||||
```yaml
|
||||
# Alerts if Agent/Host is down for 5min
|
||||
- alert: HypervHostDown
|
||||
expr: up{app="hyper-v"} == 0
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
annotations:
|
||||
summary: Hyper-V host {{ $labels.instance }} is down
|
||||
description: |
|
||||
Hyper-V host {{ $labels.instance }} has been unreachable for more than 5 minutes.
|
||||
Job: {{ $labels.job }}
|
||||
```
|
||||
|
||||
_This collector does not yet have alerting examples, we would appreciate your help adding them!_
|
||||
|
||||
Reference in New Issue
Block a user