Prometheus monitor
This extension gives you information how many alerts are active on each prometheus instance
Vad är Prometheus monitor?
Prometheus monitor är en Chrome-tillägg utvecklad av Jacek Suchenia, och dess huvudfunktion är "This extension gives you information how many alerts are active on each prometheus instance".
Tilläggsskärmbilder
Ladda ner Prometheus monitor-förlängningens CRX-fil
Ladda ner Prometheus monitor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to monitor multiple prometheus instances and display aggregated number of alarms found on all of them Grundläggande Information om Tillägg
| Namn | |
| ID | mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
| Officiell webbadress | https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
| Beskrivning | This extension gives you information how many alerts are active on each prometheus instance |
| Filstorlek | 1.24 MB |
| Antal Installationer | 59 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2016-06-09 |
| Publiceringsdatum | 2016-06-09 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | Jacek Suchenia |
| Betalningssätt | free |
| Tilläggswebbplats | http://github.com/jsuchenia/prometheus-monitor |
| Stödda Språk | 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"
]
} | |