imoin

Monitor your icinga or nagios instance.

Τι είναι το imoin;

Το imoin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ewus.de, και η κύρια λειτουργία του είναι "Monitor your icinga or nagios instance.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης imoin

Λήψη αρχείων επέκτασης 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:\/\/*\/"
    ]
}