imoin
Monitor your icinga or nagios instance.
Was ist imoin?
imoin ist eine Chrome-Erweiterung, die von https://ewus.de entwickelt wurde, und ihr Hauptmerkmal ist "Monitor your icinga or nagios instance.".
Erweiterungsscreenshots
imoin-Erweiterungs-CRX-Datei herunterladen
Laden Sie imoin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        See the status of your Icinga or Nagios instance at a glance in your browser.
This add-on needs an Icinga or Nagios server to query. Multiple servers are supported.
A nice toolbar icon summarizes the state of all monitored hosts and services.
Clicking the icon opens a panel with details for errors and warnings, all hosts and all services.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ipahifophldbejeoheadbfhdcaemidob | 
| Offizielle URL | https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob | 
| Beschreibung | Monitor your icinga or nagios instance. | 
| Dateigröße | 92.78 KB | 
| Installationsanzahl | 496 | 
| Aktuelle Version | 24.0.0 | 
| Letztes Update | 2018-08-29 | 
| Veröffentlichungsdatum | 2018-08-29 | 
| Entwickler | https://ewus.de | 
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/ErikWegner/imoin | 
| Hilfeseite URL | https://github.com/ErikWegner/imoin/issues | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "imoin",
    "version": "24.0.0",
    "description": "Monitor your icinga or nagios instance.",
    "author": "Erik Wegner",
    "homepage_url": "https:\/\/imoin.qwirl.eu\/",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "background": {
        "scripts": [
            "bundle.js"
        ]
    },
    "browser_action": {
        "browser_style": false,
        "default_popup": "html\/panel.html",
        "default_title": "imoin",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        }
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}  |  |