Tracker status

display tracker status from TrackerStatus API.

Autore
lancerer314
Installazioni giornaliere
0
Installazioni totali
26
Valutazione
1 0 0
Versione
0.1.1
Creato il
25/03/2021
Aggiornato il
25/03/2021
Dimensione
5,36 KB
Licenza
Non disponibile
Applica a

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。