imoin

Monitor your icinga or nagios instance.

imoin क्या है?

imoin https://ewus.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor your icinga or nagios instance."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में imoin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/"
    ]
}