prometheus-upsc-exporter

rather basic upsc prometheus exporter
git clone https://git.onna.be/prometheus-upsc-exporter.git
Log | Files | Refs | README | LICENSE

commit 82e9c70a155d1be5e360239c6d1cbfa42d923a8d
parent 693c125d65c3d1af1ddc4c8787ff2f648b32e47a
Author: Paco Esteban <paco@e1e0.net>
Date:   Thu, 19 Dec 2019 18:47:33 +0100

add readme and license

Diffstat:
ALICENSE | 13+++++++++++++
AREADME | 12++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2019 Paco Esteban <paco@e1e0.net> + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README b/README @@ -0,0 +1,12 @@ +upsc-exporter +============= + +This silly exporter parses the output of `upsc` and presents it as +a prometheus metrics endpoint for scrapping. + +It ignores some stuff I don't need, and is probably full of bugs, so use +it at your own risk. + +Binary files for raspberry pi available at https://e1e0.net/repo/ +Use signify(1) or minisign to verify the hashes. Find the signature +public key at: https://e1e0.net/signify_key.pub