From 3d5bf9d70541e7843a7085f0f58cf468c3ac77b3 Mon Sep 17 00:00:00 2001 From: n0vember Date: Tue, 12 Mar 2024 03:02:48 +0100 Subject: [PATCH] add Readme file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab301f7 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +pihole-exporter container + +[![Build Status](https://git-ci.half-9.net/api/badges/containers/pihole_exporter/status.svg)](https://git-ci.half-9.net/containers/pihole_exporter) + +This is a container to export prometheus metrics for a pihole container running alongside. Exporter code is provided by https://github.com/eko/pihole-exporter.