imoin

Monitor your icinga or nagios instance.

imoin là gì?

imoin là một tiện ích mở rộng Chrome được phát triển bởi https://ewus.de, và tính năng chính của nó là "Monitor your icinga or nagios instance.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng imoin

Tải xuống các tệp mở rộng imoin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên imoin imoin
ID ipahifophldbejeoheadbfhdcaemidob
URL Chính Thức https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob
Mô tả Monitor your icinga or nagios instance.
Kích Thước Tệp 92.78 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 24.0.0
Cập Nhật Lần Cuối 2018-08-29
Ngày Phát Hành 2018-08-29
Nhà Phát Triển https://ewus.de
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ErikWegner/imoin
URL Trang Trợ Giúp https://github.com/ErikWegner/imoin/issues
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}