サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ノーベル賞
www.zabbix.com
Scale as you go with Zabbix Cloud Zabbix Cloud is a fully-managed SaaS platform that provides scalable, secure monitoring solutions - without the need for on-premise installation or maintenance.
~HTTPリクエストによるAPIを利用したクラウド環境の監視データの収集やリアルタイムエクスポート機能等を追加した長期サポートバージョン(LTS)をリリース~ 2018年10月2日 Zabbix社(本社、Zabbix LLC:ラトビア共和国、代表取締役社長: Alexei Vladishev (アレクセイ ウラジシェフ)、日本支社、Zabbix Japan LLC:東京都港区、代表:寺島広大)は、オープンソース監視ソフトウェアZabbixの最新バージョンZabbix 4.0をリリースしました。 Zabbixはネットワーク・サーバー・ネットワーク機器・サービス・その他のITリソースの監視・追跡を行うために開発されたエンタープライズクラスのオープンソースのモニタリングソリューションです。 Zabbix社は、これまで実装されている監視機能をより強化し、さらにユーザビリティやパフォーマンスの改善を
2 Windows Zabbix agent Overview The Windows Zabbix agent items are presented in two lists: Shared items - the item keys that are shared with the UNIX Zabbix agent; Windows-specific items - the item keys that are supported only on Windows. Note that all item keys supported by Zabbix agent on Windows are also supported by the new generation Zabbix agent 2. See the additional item keys that you can u
2 Trigger expression Overview The expressions used in triggers are very flexible. You can use them to create complex logical tests regarding monitored statistics. A simple expression uses a function that is applied to the item with some parameters. The function returns a result that is compared to the threshold, using an operator and a constant. The syntax of a simple useful expression is function
avg, bucket_percentile, count, histogram_quantile, item_count, kurtosis, mad, max, min, skewness, stddevpop, stddevsamp, sum, sumofsquares, varpop, varsamp
1 Zabbix エージェント 概要 このセクションでは、Zabbixエージェントを使用してデータを収集するアイテムキーの詳細について説明します。 エージェントチェックには パッシブとアクティブ があります。 アイテムの設定時に、必要なタイプを選択できます: Zabbixエージェント - パッシブチェックの場合 Zabbixエージェント (アクティブ) - アクティブチェックの場合 Windows 上の Zabbix エージェントでサポートされているすべてのアイテムキーは、新世代の Zabbixエージェント2 でもサポートされています。 エージェント2 でのみ使用できるアイテム キーについては 追加のアイテムキー を参照してください。 Supported item keys The item keys that you can use with Zabbix agent are liste
各サポート期間では以下を提供することによりお客様環境のZabbixの安定運用を支援します。 *フルサポート インストール方法、使用方法、設定方法に関するお問い合わせの回答 問題の原因調査/分析 すべてのレベルのバグフィックス 機能改善要望への対応 **リミテッドサポート インストール方法、使用方法、設定方法に関するお問い合わせの回答 問題の原因調査/分析 深刻度の高いバグの修正 セキュリティフィックス ***延長サポート LTSのサポート期間(5年間)を超えてサポートが必要な場合に下記を提供するサポートです。事前に必ずご相談ください。 インストール方法、使用方法、設定方法に関するお問い合わせの回答 問題の原因調査/分析 (!) Zabbixリミテッドサポート期間が終了すると深刻度の高いバグの修正、セキュリティフィックスを含むアップデートは行なわれないため、リミテッドサポート期間終了後は最新
このフィールドでは、オプションで、ログ行のタイムスタンプを解析するためのパターンを指定できます。 空白のままにすると、タイムスタンプは解析されません。 サポートされているプレースホルダー: * y: 年 (0001 -9999) * M: 月 (01-12) * d: 日 (01-31) * h : 時 (00-23) * m: 分 (00-59) * s: 秒 (00-59)< br>たとえば、Zabbix エージェント ログ ファイルの次の行について考えてみましょう: " 23480:20100328:154718.045 Zabbix agent started. Zabbix 1.8.2 (revision 11211)." PIDの6文字で始まり、その後に日付、時刻、残りの行が続きます。 この行のログ時刻の形式は"pppppp:yyyyMMdd:hhmmss"になります。 "p"
Java アプリケーションの JMX リモート監視の有効化 Javaアプリケーションは、追加のソフトウェアをインストールする必要はありませんが、リモートJMX監視をサポートするためには、 以下に指定するコマンドラインオプションを使用して起動することが必要です。 最低限、ローカルホスト上の単純なJavaアプリケーションをセキュリティなしで監視することから始めたい場合は、 以下のオプションで起動してください。 java \ -Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=12345 \ -Dcom.sun.management.jmxremote.authenticate=false \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.manage
5 What's new in Zabbix 7.4.0 See breaking changes for this version. Nested low-level discovery It is now possible to create multi-level discovery of objects with the introduction of discovery prototypes within a low-level discovery rule. For example, you may want to discover all database instances on a database server, then discover tablespaces for each instance, then discover tables for each tabl
単純なトリガーでは、CPU負荷などの一部のデータの5分間の平均値にしきい値を設定したいかもしれません。これは、トリガーの条件式を以下のように定義することによって実現できます。 アイテムキーで受け取った値に'avg'関数を適用する 評価期間として5分間を使用 する しきい値を'2'に設定する · avg(host/key,5m)>2 このトリガーは、5分間の平均が2を超えたら、"発火" します。(障害の状態になる) より複雑なトリガーでは、条件式は複数の関数と複数の閾値の組み合わせを含むことができます。 トリガー条件式Trigger expressionを参照してください。 ほとんどのトリガー関数はアイテムの値のヒストリデータに基づいて評価されますが、一部のトリガー関数は長期的な分析に使用されます。 trendavg()、trendcount() などはトレンド データを使用します。 計算時
4 パッケージインストール Zabbix SIAは、以下の公式RPMおよびDEBパッケージを提供します。 Red Hat Enterprise Linuxとその派生 Debian/Ubuntu/Raspbian SUSE Linux Enterprise Server 各OSのディストリビューションのyum/dnf、apt、およびzypperリポジトリのパッケージファイルは、Zabbix公式リポジトリで入手できます。 一部のOSディストリビューション(特にDebianベースのディストリビューション)は独自のZabbixパッケージを提供しています。これらのパッケージはZabbixがサポートしていないことに注意してください。サードパーティのZabbixパッケージは古くなっている可能性があり、最新の機能やバグ修正が不足している可能性があります。 Zabbix公式リポジトリのパッケージのみを使用す
17. API Overview Zabbix API allows you to programmatically retrieve and modify the configuration of Zabbix and provides access to historical data. It is widely used to: Create new applications to work with Zabbix; Integrate Zabbix with third party software; Automate routine tasks. The Zabbix API is a web based API and is shipped as part of the web frontend. It uses the JSON-RPC 2.0 protocol which
4 Installation from packages Overview Official Zabbix 7.4 packages are available on the Zabbix website, where you can select your operating system and Zabbix component to generate installation instructions suitable for your environment. See also the package installation notes on this page for important additional information. Packages are available for the following Linux distributions: Red Hat En
3 Installation from sources You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing Zabbix from the sources is provided here. 1 Installing Zabbix daemons 1 Download the source archive Go to the Zabbix download page and download the source archive. Once downloaded, extract the sources, by running:
Zabbix documentation These pages contain official Zabbix documentation. Use the sidebar navigation to browse documentation pages. To be able to watch pages, log in with your Zabbix forums username and password.
1 Macros supported by location Overview The macros supported by location table contains reference of all macros (built-in, expression, and user-definable) that are supported in the specific location. If all macros from a related group are supported, then only the group name is given. Click on each macro name or group name to see full details of the macros. The macro details list contains a detaile
次のページ
このページを最初にブックマークしてみませんか?
『Homepage of ZABBIX :: An Enterprise-Class Open Source Distributed Monitoring ...』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く