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
官方網址 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:\/\/*\/"
    ]
}