Tracker status

display tracker status from TrackerStatus API.

Tác giả
lancerer314
Cài đặt hàng ngày
0
Số lần cài đặt
26
Đánh giá
1 0 0
Phiên bản
0.1.1
Đã tạo
25-03-2021
Đã cập nhật
25-03-2021
Size
5 KB
Giấy phép
N/A
Áp dụng cho

tracker_status

A tracker status greasemonkey user script for RED inspired from https://greasyforks.org/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."
    }
}
长期地址
遇到问题?请前往 GitHub 提 Issues。