imoin

Monitor your icinga or nagios instance.

Co je imoin?

imoin je rozšíření Chrome vyvinuté https://ewus.de, a jeho hlavní funkcí je „Monitor your icinga or nagios instance.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření imoin

Stáhněte si soubory rozšíření imoin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název imoin imoin
ID ipahifophldbejeoheadbfhdcaemidob
Oficiální URL https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob
Popis Monitor your icinga or nagios instance.
Velikost souboru 92.78 KB
Počet instalací 496
Aktuální Verze 24.0.0
Poslední Aktualizace 2018-08-29
Datum Vydání 2018-08-29
Vývojář https://ewus.de
Typ Platby free
Webové stránky Rozšíření https://github.com/ErikWegner/imoin
URL Stránky Nápovědy https://github.com/ErikWegner/imoin/issues
Podporované Jazyky 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:\/\/*\/"
    ]
}