imoin

Monitor your icinga or nagios instance.

What is imoin?

imoin is a Chrome extension developed by https://ewus.de, and its main feature is "Monitor your icinga or nagios instance.".

Extension Screenshots

screenshot

Download imoin Extension CRX File

Download imoin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name imoin imoin
ID ipahifophldbejeoheadbfhdcaemidob
Official URL https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob
Description Monitor your icinga or nagios instance.
File Size 92.78 KB
Installation Count 496
Current Version 24.0.0
Last Updated 2018-08-29
Publish Date 2018-08-29
Developer https://ewus.de
Payment Type free
Extension Website https://github.com/ErikWegner/imoin
Help Page URL https://github.com/ErikWegner/imoin/issues
Supported Languages 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:\/\/*\/"
    ]
}