mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
add wmi_exporter example
This commit is contained in:
parent
5f54be2f3c
commit
3b6235ccb3
1 changed files with 10 additions and 0 deletions
|
|
@ -426,6 +426,16 @@ services:
|
|||
query: 'probe_ssl_earliest_cert_expiry - time() <= 0'
|
||||
severity: error
|
||||
|
||||
- name: wmi_exporter
|
||||
exporters:
|
||||
- name: martinlindhe/wmi_exporter
|
||||
doc_url: https://github.com/martinlindhe/wmi_exporter
|
||||
rules:
|
||||
- name: Service Status
|
||||
description: Windows Service state is not OK. This example uses IIS web server named "w3svc".
|
||||
query: 'wmi_service_status{name="w3svc",status="ok"} != 1'
|
||||
severity: error
|
||||
|
||||
- name: Juniper
|
||||
exporters:
|
||||
- name: czerwonk/junos_exporter
|
||||
|
|
|
|||
Loading…
Reference in a new issue