Prometheus monitor

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

ما هو Prometheus monitor؟

Prometheus monitor هو إضافة Chrome تم تطويرها بواسطة Jacek Suchenia، والميزة الرئيسية لها هي "This extension gives you information how many alerts are active on each prometheus instance".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Prometheus monitor

قم بتنزيل ملفات الامتداد Prometheus monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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"
    ]
}