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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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"
    ]
}