All Projects → iNPUTmice → ServerStatus

iNPUTmice / ServerStatus

Licence: BSD-3-Clause License
Status page and uptime monitor for XMPP servers

Programming Languages

java
68154 projects - #9 most used programming language
FreeMarker
481 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].