Chromix

Zabbix Alert Check Extension

Qu'est-ce que Chromix ?

Chromix est une extension Chrome développée par ike-dai, et sa fonction principale est "Zabbix Alert Check Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chromix

Téléchargez les fichiers d'extension Chromix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This tool is a Zabbix Trigger Check tool.
When Trigger is "PROBLEM", this tool generate Desktop Notification.

This tool uses Zabbix API.

You can register Multi Zabbix Servers to this tool.
So, when you manage many zabbix server, you may be happy.

I tested the following environments:
Zabbix Server
 - ver.1.8.3
 - ver.1.9.8
 - ver.2.0.0RC2
 - ver.2.2.8
 - ver.2.4.0
 - ver.3.0.0
 - ver.3.2.0


Chrome
 - 40

Please Check the Detail Manual.
http://ikd-work.github.io/chromix/

※Release notes
2016/11/11
- Support Zabbix 3.0 & 3.2 (thanks "ddanesin")
2015/04/01
- Support Zabbix maintenance time
2015/01/28
- Fix time display
2015/01/20
- Support New notification API. Thanks to Lorenzo Milesi
- Support Zabbix2.4 API
2013/05/20
- Support priority level sort
2013/05/18
- Add priority colomn
- Fix color bug when sorting
2013/04/26
- Save the selected Zabbix Server info to localStorage
2013/04/24
- Change target notification level option text
2013/04/23
- Select notification level at option page
2013/04/18
- Change font-family
- Expand macro in notification trigger message
2013/04/14
- New design
- Add sort function
- Add search function
2012/09/02
- Support Basic Auth
- Support Trigger Expand Macro
2012/08/27
- Fix the bug which the image icon of popup area didn't show
2012/08/24
- Fix Logout bug
2012/08/21
- Fix design bug to Chrome for Linux
- Support manifest version 2
2012/07/01
- Support https protocol
- Display Trigger priority

--------------------------------------

Zabbixのトリガーチェック用ツールです。
Chromeを起動すると自動的に登録したZabbixのトリガー発生状況を確認します。
トリガーが発動した際はデスクトップ通知でユーザに知らせることも可能です。

Zabbix APIを利用してトリガー情報を取得します。

Zabbix Serverの情報は複数件登録が可能なため、複数のZabbix Serverを管理されている方にも有効に利用できます。

動作確認済み
・ Zabbix Server
   - 1.8.3
   - 1.9.8
   - 2.0.0RC2
   - 2.2.8
   - 2.4.0
 - 3.0.0
 - 3.2.0
・ Chrome
   - 19.0.1084.41 beta-m
   - 40

詳細な利用方法はこちらを参照して下さい。
http://d.hatena.ne.jp/ike-dai/20120515

※更新情報
2016/11/11
・Zabbix3.0のZabbixAPI仕様変更への対応実施(ホスト名表示修正)
2015/04/01
・Zabbixのメンテナンスタイム時の通知のOnOff切り替え機能追加
2015/01/28
・時刻表示の形式を修正
2015/01/20
・Chromeの新しいブラウザエンジンBlinkのNotificationAPIに対応
・Zabbix2.4系のAPIに対応
2013/05/20
・重要度のレベルをもとにソートする機能を追加
2013/05/18
・重要度の表示カラムを追加
・ソート実施時の色表示不具合を修正
2013/04/26
・選択中のZabbixServerの情報をlocalStorageに格納するように変更
2013/04/24
・通知レベル選択肢の文言変更
2013/04/23
・オプションページで通知するトリガーのレベル選択を可能に。
2013/04/18
・フォントファミリーの変更
・ポップアップ通知メッセージ内のマクロ展開対応
2013/04/14
・デザインの変更
・トリガーテーブルのソート機能追加
・トリガーテーブルの検索機能追加
2012/09/02
・ベーシック認証に対応
・トリガーのマクロ展開に対応
2012/08/27
・Popup通知の画像アイコン表示修正
2012/08/24
・Logout処理時のエラー修正
2012/08/21
・Linux版Chromeでのデザイン崩れの修正
・manifest version 2への対応
2012/07/01
・httpsをサポート
・トリガーのプライオリティを表示                    

Informations de Base sur l'Extension

Nom Chromix Chromix
ID odjpdjeegacmncmodjbeboldofhljjjf
URL Officiel https://chrome.google.com/webstore/detail/chromix/odjpdjeegacmncmodjbeboldofhljjjf
Description Zabbix Alert Check Extension
Taille du Fichier 202 KB
Nombre d'Installations 788
Version Actuelle 3.0.0
Dernière Mise à Jour 2016-11-10
Date de Publication 2016-11-10
Évaluation 4.14/5 Total 35 Évaluations
Développeur ike-dai
Type de Paiement free
Site Web de l'Extension http://ikd-work.github.io/chromix/
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromix",
    "version": "3.0.0",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "description": "Zabbix Alert Check Extension",
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "image\/chromix_normal_icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "image\/chromix_icon_16x16.png",
        "48": "image\/chromix_icon_48x48.png",
        "128": "image\/chromix_icon_128x128.png"
    },
    "web_accessible_resources": [
        "image\/chromix_error_icon.png",
        "image\/chromix_normal_icon.png",
        "image\/warning.png",
        "image\/secure.ico",
        "image\/wrench12transp.png"
    ]
}