add wmi_exporter example

This commit is contained in:
anon 2019-07-09 11:56:41 +02:00
parent 5f54be2f3c
commit 3b6235ccb3

View file

@ -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