Prometheus monitor

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

Wat is Prometheus monitor?

Prometheus monitor is een Chrome-extensie ontwikkeld door Jacek Suchenia, en de belangrijkste functie is "This extension gives you information how many alerts are active on each prometheus instance".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Prometheus monitor

Download Prometheus monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Prometheus monitor Prometheus monitor
ID mgcnnhakkoigcigmpjkgpkdkegbfmkoh
Officiële URL https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh
Beschrijving This extension gives you information how many alerts are active on each prometheus instance
Bestandsgrootte 1.24 MB
Aantal Installaties 59
Huidige Versie 0.3
Laatst Bijgewerkt 2016-06-09
Publicatiedatum 2016-06-09
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jacek Suchenia
Betalingswijze free
Extensiewebsite http://github.com/jsuchenia/prometheus-monitor
Ondersteunde Talen 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"
    ]
}