Icinga Multi Status
Icinga Multi Status helps you monitor your Icinga instances with alert badges and notifications about incidents.
Icinga Multi Status là gì?
Icinga Multi Status là một tiện ích mở rộng Chrome được phát triển bởi bashgeek.net, và tính năng chính của nó là "Icinga Multi Status helps you monitor your Icinga instances with alert badges and notifications about incidents.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Icinga Multi Status
Tải xuống các tệp mở rộng Icinga Multi Status 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
** Problems or Ideas? ** Please report bugs or ideas on the official GitHub project page: https://github.com/bashgeek/icinga-multi-status ** Features ** - Monitoring of multiple Icinga Instances (Version 1 and 2) using it's JSON data interface and/or API - Ability to hide/ignore certain host or service patterns and hosts/services with downtimes - Configurable refresh time - Ability to temporarily disable instances without deleting them - Status-Icon in Toolbar, showing indicator for problems or number of hosts if everything is okay - Overview Tab showing status of your Icinga instances as well as it's current host or service problems - Hosts Tab showing you all hosts of all Instances with a quick filter to search for a host - Services Tab showing you all services of all hosts of all Instances with a quick filter to search for a service - Instant Chrome Notifications about new problems, if enabled - Interface completely build on Bootstrap ** Changelog ** v0.9.4 (2023-09-07) - Fix adding new instance - Updated jQuery to 3.7.1 v0.9.3 (2023-08-10) - Notifications didn't work properly in Firefox and sometimes in Chrome - fixed now! v0.9.2 (2023-08-09) - Bugfix v0.9.1 (2023-08-07) - Design refresh and UX improvements for most parts v0.9.0 (2023-08-07) - Added Alarm Sounds - Added Indicators in the Host/Service list if issue has been acknowledged or in scheduled downtime - Various smaller bug fixes - Updated Libraries and minor design and layout tweaks v0.8.0 (2021-12-14) - Updated Bootstrap to current version 5 - Removed URI.js dependency - Updated jQuery to version 3.6 - Some small bugfixes and speed improvements v0.7.0 (2020-04-27) - You can now Acknowledge host/service problems right within the popup - You can schedule an immediate recheck for a host/service right within the popup - Library Updates: Bootstrap, URI.js, jQuery v0.6.1 (2019-03-12) - Updated Bootstrap to v4.3.1 - Updated URI.js to v1.19.1 - Fixed Instance Link in Overview Tab to link to Web URL instead of API, if Icinga2 API is used v0.6.0 (2018-04-29) - Update jQuery to 3.3.1 - Update Bootstrap to 4.1 - Change localStorage to chrome.storage.local for settings v0.5.2 (2017-10-30) - Update jQuery to 3.2.1 v0.5.1 (2017-09-26) - Fixes to work also as Firefox extension (thanks to EmTeedee) - Updated options integration - Updated URI.js - Updated some outdated documentation/help v0.4.1 (2016-12-14) - Fix to work with just released Icinga 2.6 - Added 60 minutes refresh option v0.4 (2016-10-07) - Added option to ignore SOFT alerts - Massively improved performance of Icinga2 API requests, saves up to 90% traffic now - Fixed host URL in services tab for Icinga 2 - Updated Bootstrap and jQuery to new versions v0.3.2 (2016-03-19) - Fixed re-appearing notifications for the same problem, occurred with a Chrome update a few weeks back - Adjusted timeout for Icinga requests according to your refresh-rate interval - Added some default text if there is no instance yet - Updated Bootstrap to 3.3.6 and jQuery to 2.2.2 v0.3.1 (2015-12-02) - Added option for Icingaweb 2 URL to enable correct linking of hosts & services to your Icingaweb2 instance v0.3.0 (2015-11-20) - Added support for the new Icinga 2 API - Updated Bootstrap to 3.3.5 - Updated URI.js to 1.17.0 - Updated help & options accordingly v0.2.1 (2015-06-18) - Fixed broken Chrome Web Store package v0.2.1 (2015-05-28) - Bugfix for broken Options v0.2 (2015-05-28) - Fixed a bug happening when added more than one Icinga instance while having duplicate host-names - Added sorting for host- and service-names - Updated jQuery to 2.1.4 - Update Bootstrap to 3.3.4 - Added "Icinga Type" to options in preparation for Icingaweb2 support v0.1 (2014-11-23) - Initial Version
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Icinga Multi Status |
ID | khabbhcojgkibdeipanmiphceeoiijal |
URL Chính Thức | https://chromewebstore.google.com/detail/icinga-multi-status/khabbhcojgkibdeipanmiphceeoiijal |
Mô tả | Icinga Multi Status helps you monitor your Icinga instances with alert badges and notifications about incidents. |
Kích Thước Tệp | 384 KB |
Số Lần Cài Đặt | 458 |
Phiên Bản Hiện Tại | 0.9.4 |
Cập Nhật Lần Cuối | 2023-11-22 |
Ngày Phát Hành | 2020-04-27 |
Đánh Giá | 3.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | bashgeek.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bashgeek/icinga-multi-status |
URL Trang Trợ Giúp | https://github.com/bashgeek/icinga-multi-status |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Icinga Multi Status", "short_name": "Icinga Multi Status", "version": "0.9.4", "description": "Icinga Multi Status helps you monitor your Icinga instances with alert badges and notifications about incidents.", "author": "Daniel Schmitz, bashgeek.net", "background": { "page": "background.html", "persistent": true }, "options_ui": { "page": "options.html", "open_in_tab": true }, "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 Multi Status", "default_popup": "popup.html" }, "permissions": [ "storage", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "manifest_version": 2 } |