简体中文 | English
A plugin that report server status to uptimekuma.
- In UptimeKuma dashboard, add monitor with the type of
Push
, and copy the Push URL. - Add this plugin in your plugin folder (usually
plugins
) - Add config in
config/uptime_kuma_reporter/config.json
- Load this plugin.
{
// 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
}