Prometheus monitor

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

Hvad er Prometheus monitor?

Prometheus monitor er en Chrome-udvidelse udviklet af Jacek Suchenia, og dens hovedfunktion er "This extension gives you information how many alerts are active on each prometheus instance".

Udvidelsesskærmbilleder

screenshot

Download Prometheus monitor-udvidelses-CRX-fil

Download Prometheus monitor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Prometheus monitor Prometheus monitor
ID mgcnnhakkoigcigmpjkgpkdkegbfmkoh
Officiel URL https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh
Beskrivelse This extension gives you information how many alerts are active on each prometheus instance
Filstørrelse 1.24 MB
Antal Installationer 59
Nuværende Version 0.3
Senest Opdateret 2016-06-09
Udgivelsesdato 2016-06-09
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Jacek Suchenia
Betalingsmetode free
Udvidelseswebsted http://github.com/jsuchenia/prometheus-monitor
Understøttede Sprog 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"
    ]
}