Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.45 KB

README_en.md

File metadata and controls

28 lines (22 loc) · 1.45 KB

UptimeKuma Reporter for MCDR

MCDReforged license build status Release total download

简体中文 | English

A plugin that report server status to uptimekuma.

Usage

  1. In UptimeKuma dashboard, add monitor with the type of Push, and copy the Push URL.
  2. Add this plugin in your plugin folder (usually plugins)
  3. Add config in config/uptime_kuma_reporter/config.json
  4. Load this plugin.

Config

{
  // Push URL of the monitor, remember to remove params after `?`
  // e.g. https://example-uptimekuma.site/api/push/abcdefg?status=up&msg=OK&ping=
  // ---> https://example-uptimekuma.site/api/push/abcdefg
  "url": "https://example.com",
  // push interval, default to 60s
  "interval": 60,
  // print log when push status, default to False
  "log_push": false
}