Zabbix Notifier

Notifier for Zabbix.

Zabbix Notifier란 무엇입니까?

Zabbix Notifier은(는) https://www.gigatec.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifier for Zabbix."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zabbix Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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:\/\/*\/"
    ]
}