Prometheus monitor

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

什麼是Prometheus monitor?

Prometheus monitor是由Jacek Suchenia開發的Chrome擴展程式,該擴展的主要功能是“This extension gives you information how many alerts are active on each prometheus instance”。

擴展截圖

screenshot

下載Prometheus monitor擴展crx文件

下載Prometheus monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Prometheus monitor Prometheus monitor
ID mgcnnhakkoigcigmpjkgpkdkegbfmkoh
官方網址 https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh
簡介 This extension gives you information how many alerts are active on each prometheus instance
檔案大小 1.24 MB
安裝次數 59
目前版本 0.3
更新時間 2016-06-09
上架時間 2016-06-09
評分 1.00/5 共 1 次評分
開發者 Jacek Suchenia
付費類型 free
擴展官網 http://github.com/jsuchenia/prometheus-monitor
支援的語言 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"
    ]
}