Icinga Status

Icinga Status is simple open source extension for Google Chrome™ that helps you watch over your Icinga or Nagios instance.

Τι είναι το Icinga Status;

Το Icinga Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://kepi.cz, και η κύρια λειτουργία του είναι "Icinga Status is simple open source extension for Google Chrome™ that helps you watch over your Icinga or Nagios instance.".

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

screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Icinga Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        IDEAS?
======
I like to hear about your ideas for this extension, please post bugs and future request ONLY to github page http://github.com/kepi/IcingaChromedStatus/issues

FEATURES
=========
* setup login, pass and url for icinga
* works with https (not tested on http :) )
* display status of Icinga
* display hosts and services with errors
* change icon badge according to status (I will explain this in detail later)
* handle acknowledged services and hosts
* handle scheduled downtimes for hosts and services
* check status every X seconds - adjustable in options
* reschedule check of host or service from popup
* link to acknowledge host or service
* filtering of host/service list
* setting ignored hosts or services with regular expressions


LIMITATIONS
==========
* It can't report error if you setup wrong username/password
* It doesn't handle scheduled downtimes (planned)
* It doesn't handle hosts without services
* It doesn't many more things :)

PLANNED
========
* details about hosts and services
* more options for icon badge
* some sort of caching between requests
* support for more servers
* filtering of services and hosts
* remember last selected tab
* pause of refreshing

WHY
====
I want to write this extension for a long time, so why not? I know, there is also Nagios Checker extension which seems ok, but doesn't work for me with https and I simply want to test how to work with icinga or nagios.

CHANGES
========

0.1.6 - 12. 6. 2014
  * New option to hide hosts and services in downtime
  * Fix not displaying acked hosts with not-acked services
  * Remove typo which broke links to hosts details (thanks to Michael Bladowski)
  * Memory leaks fixes, should be much more memory friendly

0.1.5 - 14. 3. 2014
  * Fix flattr loading

0.1.4 - 14. 3. 2014
  * Fix misplaced Save button
  * Remove unused includes in background
  * Async loading of donate buttons - fix problem with never appearing popup when flattr is down

0.1.3 - 14. 3. 2014
  * Upgrade to manifest v2 and reupload to chrome store
  * Fix refresh interval changem
  * Fix #12 problem with limited host display
  * Fix #15 rescheduling date format problem

0.1.2 - 11. 7. 2012
  * Fix wrong handling of empty regexps which probably caused non-working extension. See #13

0.1.1 - 28. 4. 2012
  * New option: Hide acknowledged hosts and services in popup
  * Fixed problem when sometimes bad hosts were not displayed
  * Fixed wrong link to rate this extension                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Icinga Status Icinga Status
ID imaieifkljkcdepgaeommbdgihollphm
Επίσημο URL https://chrome.google.com/webstore/detail/icinga-status/imaieifkljkcdepgaeommbdgihollphm
Περιγραφή Icinga Status is simple open source extension for Google Chrome™ that helps you watch over your Icinga or Nagios instance.
Μέγεθος Αρχείου 137 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 0.1.6
Τελευταία Ενημέρωση 2016-07-20
Ημερομηνία Δημοσίευσης 2016-07-20
Αξιολόγηση 4.39/5 Συνολικά 182 Αξιολογήσεις
Προγραμματιστής http://kepi.cz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kepi/IcingaChromedStatus
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/kepi/IcingaChromedStatus/issues
URL της Σελίδας Πολιτικής Απορρήτου https://eyedropper.org/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Icinga Status",
    "version": "0.1.6",
    "description": "Icinga Status is simple open source extension for Google Chrome\u2122 that helps you watch over your Icinga or Nagios instance.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png",
        "160": "img\/icon_160.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Icinga Status",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.flattr.com; object-src 'self'",
    "manifest_version": 2
}