Tracker status

display tracker status from TrackerStatus API.

Autor
lancerer314
Installationen heute
0
Installationen gesamt
25
Bewertungen
1 0 0
Version
0.1.1
Erstellt am
25.03.2021
Letzte Aktualisierung
25.03.2021
Größe
5,36 KB
Lizenz
n/a
Wird angewandt auf

tracker_status

A tracker status greasemonkey user script for RED inspired from https://greasyfork.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."
    }
}