iNPUTmice / ServerStatus

Status page and uptime monitor for XMPP servers

Home Page:https://status.conversations.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMPP Server Status

This project aims to provide an all-in-one solution for monitoring the uptime of one or many XMPP servers.

It’s primary job is to answer the “is X down or is it just me?” question and also to display the status of some (common) S2S connections. Furthermore it will record historic data and display the average uptime over the last 24 hours, 7 days, 30 days and a year.

It acts as a status page for the conversations.im XMPP server on status.conversations.im.

Compile & Deploy

Configuration happens in a file called config.json.

git clone https://github.com/iNPUTmice/ServerStatus.git
cd ServerStatus
mvn package
cp config.example.json config.json
java -jar target/ServerStatus.jar -c /path/to/config.json

About

Status page and uptime monitor for XMPP servers

https://status.conversations.im

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 77.7%Language:FreeMarker 22.3%