Prometheus monitor
This extension gives you information how many alerts are active on each prometheus instance
Qu'est-ce que Prometheus monitor ?
Prometheus monitor est une extension Chrome développée par Jacek Suchenia, et sa fonction principale est "This extension gives you information how many alerts are active on each prometheus instance".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prometheus monitor
Téléchargez les fichiers d'extension Prometheus monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows you to monitor multiple prometheus instances and display aggregated number of alarms found on all of them
Informations de Base sur l'Extension
Nom | Prometheus monitor |
ID | mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
URL Officiel | https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
Description | This extension gives you information how many alerts are active on each prometheus instance |
Taille du Fichier | 1.24 MB |
Nombre d'Installations | 59 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2016-06-09 |
Date de Publication | 2016-06-09 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Jacek Suchenia |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/jsuchenia/prometheus-monitor |
Langues Prises en Charge | 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" ] } |