From b68c2001e874917aa6edfe169bd2e2fccf329c04 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan.grewe@flixbus.com> Date: Thu, 7 Jun 2018 15:44:18 +0200 Subject: [PATCH] Add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27412b0 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Nexenta Exporter for Prometheus +This Prometheus exporter uses the Nexenta API to provide metrics for JBODs, volumes and license informations. + +Currently implemented metrics: +* `nexenta_up` +* `nexenta_scrape_failures_total` +* `nexenta_jbod_status` +* `nexenta_jbod_temp` +* `nexenta_jbod_voltage` +* `nexenta_jbod_slot_status` +* `nexenta_volume_online` +* `nexenta_license_days_left` -- GitLab