imoin

Monitor your icinga or nagios instance.

imoinとは何ですか?

imoinはhttps://ewus.deによって開発されたChromeの拡張機能で、その主な機能は「Monitor your icinga or nagios instance.」です。

拡張機能のスクリーンショット

screenshot

imoin拡張機能のCRXファイルをダウンロード

imoin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 imoin imoin
ID ipahifophldbejeoheadbfhdcaemidob
公式URL https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob
説明 Monitor your icinga or nagios instance.
ファイルサイズ 92.78 KB
インストール数 496
現在のバージョン 24.0.0
最終更新日 2018-08-29
公開日 2018-08-29
開発者 https://ewus.de
支払い方法 free
拡張機能のウェブサイト https://github.com/ErikWegner/imoin
ヘルプページのURL https://github.com/ErikWegner/imoin/issues
対応言語 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:\/\/*\/"
    ]
}