From 3b6235ccb3c078fd0d346f836861a0d19cacab83 Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 9 Jul 2019 11:56:41 +0200 Subject: [PATCH] add wmi_exporter example --- _data/rules.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/rules.yml b/_data/rules.yml index c4e65d5..937e78a 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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