Zabbix Notifier
Notifier for Zabbix.
Zabbix Notifier क्या है?
Zabbix Notifier https://www.gigatec.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifier for Zabbix."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zabbix Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Zabbix Notifier |
ID | ikeijbmpddnkaeejokgifioccbcijjfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/zabbix-notifier/ikeijbmpddnkaeejokgifioccbcijjfo |
विवरण | Notifier for Zabbix. |
फ़ाइल का आकार | 189 KB |
स्थापना संख्या | 1,122 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2017-01-24 |
प्रकाशन तिथि | 2017-01-24 |
रेटिंग | 4.18/5 कुल 38 रेटिंग्स |
डेवलपर | https://www.gigatec.de |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gigatec/zabbixnotifier |
समर्थित भाषाएँ | 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:\/\/*\/" ] } |