Prometheus monitor
This extension gives you information how many alerts are active on each prometheus instance
O que é Prometheus monitor?
Prometheus monitor é uma extensão do Chrome desenvolvida por Jacek Suchenia, e sua principal característica é "This extension gives you information how many alerts are active on each prometheus instance".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Prometheus monitor
Baixe arquivos de extensão Prometheus monitor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension allows you to monitor multiple prometheus instances and display aggregated number of alarms found on all of them
Informações Básicas da Extensão
Nome | Prometheus monitor |
ID | mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
URL Oficial | https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
Descrição | This extension gives you information how many alerts are active on each prometheus instance |
Tamanho do Arquivo | 1.24 MB |
Contagem de Instalações | 59 |
Versão Atual | 0.3 |
Última Atualização | 2016-06-09 |
Data de Publicação | 2016-06-09 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Jacek Suchenia |
Tipo de Pagamento | free |
Site da Extensão | http://github.com/jsuchenia/prometheus-monitor |
Idiomas Suportados | 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" ] } |