Zabbix Notifier
Notifier for Zabbix.
Zabbix Notifier là gì?
Zabbix Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://www.gigatec.de, và tính năng chính của nó là "Notifier for Zabbix.".
Ả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 Zabbix Notifier
Tải xuống các tệp mở rộng Zabbix Notifier 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
Funktionen: Mit dieser Erweiterung werden aktuelle Statusmeldungen des Zabbix Monitoring-Systems direkt im Browser angezeigt. Störungen und Probleme werden so schnell und zuverlässig erkannt. Auch eine Soundbenachrichtigung ist konfigurierbar. Durch die sich ändernde Farbe des Icons in der Stautsleiste des Browsers ist auf einen Blick ein Überblick über die überwachten Systeme und Dienste möglich. Details: - Getestet mit Zabbix 2.0.x - Nutzt die Zabbix-API - User-Name, Passwort, URL, Port und Updateintervall sind konfigurierbar ChangeLog: 1.1.3 - Behebt Login-Probleme in Verbindung mit Zabbix 2.0.4 1.2 - Bugfixes (Update-Problems), Number of Problems is displayed in the icon 1.3 - Bugfix (Wrong icon when there are no notifications) 1.4 - Dependency Checking (skipDependent: '1') 1.5 - Hide Acknowledged Events (config.hideAck: 'true') & Reactivate Simple Notification Popup 1.6 - Bugfix Zabbix 2.4 Authentication 1.6.1 - Add feature filter by group 1.7 - Add support for zabbix 3.4, display the System Name GitHub Projekt: https://github.com/gigatec/zabbixnotifier
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Zabbix Notifier |
ID | ikeijbmpddnkaeejokgifioccbcijjfo |
URL Chính Thức | https://chromewebstore.google.com/detail/zabbix-notifier/ikeijbmpddnkaeejokgifioccbcijjfo |
Mô tả | Notifier for Zabbix. |
Kích Thước Tệp | 189 KB |
Số Lần Cài Đặt | 1,122 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2017-01-24 |
Ngày Phát Hành | 2017-01-24 |
Đánh Giá | 4.18/5 Tổng số 38 Đánh Giá |
Nhà Phát Triển | https://www.gigatec.de |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/gigatec/zabbixnotifier |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zabbix Notifier", "version": "1.7", "manifest_version": 2, "description": "Notifier for Zabbix.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon_error.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "notifications", "http:\/\/*\/", "https:\/\/*\/" ] } |