ping-monitoring

A prometheus exporter to monitor matrix federation with using the existing pingbot infra.
git clone git://archive.git.mtrnord.blog/MTRNord/ping-monitoring.git
Log | Files | Refs | LICENSE

commit 5db817446556f1619e74cc1a7051764985b4ee07
parent 069b02fdb1c730a33ffc24d72723af821047c3b7
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 15 Feb 2024 22:01:48 +0100

Fix names

Diffstat:
M.github/workflows/build_docker.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_docker.yaml b/.github/workflows/build_docker.yaml @@ -13,7 +13,7 @@ env: # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: - build-and-push-image: + build: runs-on: ubuntu-latest strategy: fail-fast: false