Tracker status

display tracker status from TrackerStatus API.

作者
lancerer314
今日安裝
0
安裝總數
25
評價
1 0 0
版本
0.1.1
建立日期
2021-03-25
更新日期
2021-03-25
尺寸
5.4 KB
授權條款
未知
腳本執行於

tracker_status

A tracker status greasemonkey user script for RED inspired from https://gf.qytechs.cn/en/scripts/395736-is-it-down (version 0.4.3)

What it does

When displaying the homepage of RED you will see the overall status of the trackers and IRC

overall status

By clicking it you will open a tab on the site red.trackerstatus.info

In case one service is down, you can se the detail of each service by moving your mouse over it

detailed status

How it works

The scripts send a POST request to the red.trackerstatus.info API to retrieve status of the tracker, website,... Here is an example of response :

{
    "Website": {
        "Status": "1",
        "Latency": "16ms",
        "CurrentUptime": "19955",
        "UptimeRecord": "121077",
        "CurrentDowntime": "0"
    },
    "TrackerHTTP": {
        "Status": "1",
        "Latency": "30ms",
        "CurrentUptime": "29197",
        "UptimeRecord": "83546",
        "CurrentDowntime": "0"
    },
    "TrackerHTTPS": {
        "Status": "1",
        "Latency": "16ms",
        "CurrentUptime": "136",
        "UptimeRecord": "73539",
        "CurrentDowntime": "0"
    },
    "IRC": {
        "Status": "1",
        "Latency": "23ms",
        "CurrentUptime": "29208",
        "UptimeRecord": "369746",
        "CurrentDowntime": "0"
    },
    "IRCTorrentAnnouncer": {
        "Status": "1",
        "Latency": "online",
        "CurrentUptime": "419",
        "UptimeRecord": "59089",
        "CurrentDowntime": "0"
    },
    "IRCUserIdentifier": {
        "Status": "1",
        "Latency": "online",
        "CurrentUptime": "427",
        "UptimeRecord": "306740",
        "CurrentDowntime": "0"
    },
    "tweet": {
        "date": "27th of March 2019",
        "unix": "1553728335",
        "message": "As of 6 hours ago main site and tracker services have been restored."
    }
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址