Prometheus monitor
This extension gives you information how many alerts are active on each prometheus instance
Prometheus monitor क्या है?
Prometheus monitor Jacek Suchenia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension gives you information how many alerts are active on each prometheus instance"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prometheus monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to monitor multiple prometheus instances and display aggregated number of alarms found on all of them
एक्सटेंशन की मूल जानकारी
नाम | 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" ] } |