Скачать Ping Remote — Minecraft Моды — MetaMods

Ping Remote

Активный

Установок

0

Последнее обновление

2 месяца назад

Версии

1.21.1
Сервер
Fabric
Управление
Утилиты

Ping Remote

Ever worried about your server working at home/behind firewall? Meet Ping Remote!

This simple mod allows yor server to ping remote hosts with configurable tick period.

Use case

  • Your server is running at home behind closed firewall/in data-center behind WAF
  • You want to know if server is running, but you are too lazy to setup prometheus or other overengineering stuff
  • You still want to monitor status of your server

Install this mod, launch server once, update the config, and you are ready to go!

Config example (ping every 20 server ticks)

{
  "remoteHost": "https://example.com",
  "tickAmount": 20, 
  "debug": false
}

Credits