Skip to content

The status monitoring service used for tracking Minecraft servers.

Notifications You must be signed in to change notification settings

mcstatus-io/monitor-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor Server

This is the source code for the monitoring service used internally by mcstatus.io to track the status and uptime information for the dashboard and status pages. If you are looking for the software that retrieves the server statuses itself, please check the ping-server repository instead.

Requirements

Getting Started

# 1. Clone the repository (or download from this page)
$ git clone https://github.com/mcstatus-io/monitor-server.git

# 2. Move the working directory into the cloned repository
$ cd monitor-server

# 3. Run the build script
$ make

# 4. Copy the `config.example.yml` file to `config.yml` and modify details as needed
$ cp config.example.yml config.yml

# 5. Start the service
$ ./bin/main

Copyright

© 2022 Jacob Gunther

About

The status monitoring service used for tracking Minecraft servers.

Resources

Stars

Watchers

Forks

Packages

No packages published