Prometheus monitor

This extension gives you information how many alerts are active on each prometheus instance

Cos'è Prometheus monitor?

Prometheus monitor è un'estensione di Chrome sviluppata da Jacek Suchenia, e la sua funzione principale è "This extension gives you information how many alerts are active on each prometheus instance".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Prometheus monitor

Scarica i file di estensione Prometheus monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to monitor multiple prometheus instances and display aggregated number of alarms found on all of them                    

Informazioni di Base sull'Estensione

Nome Prometheus monitor Prometheus monitor
ID mgcnnhakkoigcigmpjkgpkdkegbfmkoh
URL Ufficiale https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh
Descrizione This extension gives you information how many alerts are active on each prometheus instance
Dimensione del File 1.24 MB
Conteggio Installazioni 59
Versione Corrente 0.3
Ultimo Aggiornamento 2016-06-09
Data di Pubblicazione 2016-06-09
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Jacek Suchenia
Tipo di Pagamento free
Sito Web dell'Estensione http://github.com/jsuchenia/prometheus-monitor
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prometheus monitor",
    "short_name": "Prometheus monitor",
    "description": "This extension gives you information how many alerts are active on each prometheus instance",
    "version": "0.3",
    "icons": {
        "16": "images\/ico16.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/ico19.png",
            "38": "images\/ico38.png"
        },
        "default_title": "Prometheus monitor",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "bower_components\/hexagon-js\/dist\/hexagon-light\/hexagon.js",
            "js\/check.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}