imoin

Monitor your icinga or nagios instance.

Cos'è imoin?

imoin è un'estensione di Chrome sviluppata da https://ewus.de, e la sua funzione principale è "Monitor your icinga or nagios instance.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione imoin

Scarica i file di estensione imoin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome imoin imoin
ID ipahifophldbejeoheadbfhdcaemidob
URL Ufficiale https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob
Descrizione Monitor your icinga or nagios instance.
Dimensione del File 92.78 KB
Conteggio Installazioni 496
Versione Corrente 24.0.0
Ultimo Aggiornamento 2018-08-29
Data di Pubblicazione 2018-08-29
Sviluppatore https://ewus.de
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ErikWegner/imoin
URL della Pagina di Aiuto https://github.com/ErikWegner/imoin/issues
Lingue Supportate 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:\/\/*\/"
    ]
}