From 6e3f796497458412069b4936417faa928735e3df Mon Sep 17 00:00:00 2001 From: andrechalella Date: Wed, 3 Jun 2026 11:26:46 -0300 Subject: [PATCH] docs: fix wrong os collector info (issue #2414) (#2415) --- README.md | 2 +- docs/collector.os.md | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index beb89e7a..9f1f4f61 100644 --- a/README.md +++ b/README.md @@ -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 | ✓ | diff --git a/docs/collector.os.md b/docs/collector.os.md index b2641c6e..c172d2fa 100644 --- a/docs/collector.os.md +++ b/docs/collector.os.md @@ -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!_