Prometheus monitor
This extension gives you information how many alerts are active on each prometheus instance
Co to jest Prometheus monitor?
Prometheus monitor to rozszerzenie Chrome opracowane przez Jacek Suchenia, a jego główną funkcją jest „This extension gives you information how many alerts are active on each prometheus instance”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Prometheus monitor
Pobierz pliki rozszerzeń Prometheus monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to monitor multiple prometheus instances and display aggregated number of alarms found on all of them
Podstawowe informacje o rozszerzeniu
Nazwa | Prometheus monitor |
ID | mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
Oficjalny URL | https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
Opis | This extension gives you information how many alerts are active on each prometheus instance |
Rozmiar pliku | 1.24 MB |
Liczba instalacji | 59 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2016-06-09 |
Data Publikacji | 2016-06-09 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Jacek Suchenia |
Typ Płatności | free |
Strona Rozszerzenia | http://github.com/jsuchenia/prometheus-monitor |
Obsługiwane Języki | 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" ] } |