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」です。
拡張機能のスクリーンショット
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 |
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" ] } |