Init repo

This commit is contained in:
2025-06-01 15:13:35 +02:00
commit e2769775e5
7 changed files with 757 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# xmpp-blackbox-exporter
Check if an XMPP server is running and XMPP clients can connect.
## Run
```
xmpp-blackbox-exporter --listen "[::]:1234"
```