You are viewing documentation for the development version, it may be incomplete.
Join our translation project and help translate Zabbix documentation into your native language.

zabbix_proxy

セクション: メンテナンスコマンド (8)
更新日: 2020-09-04
目次 メインコンテンツに戻る


 

名前

zabbix_proxy - Zabbixプロキシデーモン  

概要

zabbix_proxy [-c config-file]
zabbix_proxy [-c config-file] -R runtime-option
zabbix_proxy [-c config-file] -T
zabbix_proxy -h
zabbix_proxy -V  

説明

zabbix_proxyは、デバイスから監視データを収集し、Zabbixサーバーに送信するデーモンです。 

オプション

-c, --config config-file
デフォルトの設定ファイルの代わりにconfig-fileで指定されたファイルを使用します。

-f, --foreground
Zabbixプロキシをフォアグラウンドで実行します。

-R, --runtime-control runtime-option
runtime-optionに従って管理機能を実行します。

 

ランタイム制御オプション

config_cache_reload
設定キャッシュをリロードします。
キャッシュが現在ロード中の場合は無視されます。
アクティブなZabbixプロキシはZabbixサーバーに接続し、設定データを要求します。
デフォルトの設定ファイル(-cオプションが指定されていない場合)が使用され、PIDファイルを見つけて、PIDファイルに記載されたプロセスにシグナルが送信されます。

snmp_cache_reload
SNMPキャッシュをリロードします。
ZabbixはSNMPv3のEngineID→IPマッピングをキャッシュし、ポーリングのオーバーヘッドを減らすためにEngineIDを自動的に再利用する場合があることに注意してください。

housekeeper_execute
ハウスキーパーを実行します。
ハウスキーパーが現在実行中の場合は無視されます。

diaginfo[=section]
指定したセクションの内部診断情報をログに記録します。
セクションにはhistorycachepreprocessinglocksを指定できます。
デフォルトでは、すべてのセクションの診断情報がログに記録されます。

log_level_increase[=target]
ログレベルを上げます。targetが指定されていない場合はすべてのプロセスに影響します。

log_level_decrease[=target]
ログレベルを下げます。targetが指定されていない場合はすべてのプロセスに影響します。

 

ログレベル制御ターゲット

process-type
指定したタイプのすべてのプロセス(availability manager、browser poller、configuration syncer、data sender、discovery manager、history syncer、housekeeper、http poller、icmp pinger、ipmi manager、ipmi poller、java poller、odbc poller、poller、agent poller、http agent poller、snmp poller、preprocessing manager、self-monitoring、snmp trapper、task manager、trapper、unreachable poller、vmware collector)

process-type,N
プロセスタイプと番号(例:poller,3)

pid
プロセス識別子(最大65535)。 より大きな値の場合は、ターゲットを "process-type,N" と指定してください。

プロファイリング制御ターゲット

process-type
指定したタイプのすべてのプロセス(configuration syncer、data sender、discovery manager、history syncer、housekeeper、http poller、preprocessing manager、icmp pinger、ipmi manager、ipmi poller、java poller、poller、agent poller、http agent poller、snmp poller、self-monitoring、snmp trapper、task manager、trapper、unreachable poller、vmware collector、history poller、availability manager、odbc poller)

process-type,N
プロセスタイプと番号(例:history syncer,1)

pid
プロセス識別子(最大65535)。 より大きな値の場合は、ターゲットを "process-type,N" と指定してください。

scope
プロファイリングスコープ(rwlock、mutex、processing)はプロセスタイプと組み合わせて使用できます(例:history syncer,1,processing)

-T, --test-config
設定ファイルを検証して終了します。

-h, --help
このヘルプを表示して終了します。

-V, --version
バージョン情報を表示して終了します。

 

ファイル

/usr/local/etc/zabbix_proxy.conf
Zabbixプロキシの設定ファイルのデフォルトの場所(コンパイル時に変更されていない場合)。

 

参照

ドキュメント https://www.zabbix.com/manuals

zabbix_agentd(8), zabbix_get(1), zabbix_sender(1), zabbix_server(8), zabbix_js(1), zabbix_agent2(8)  

目次

NAME

SYNOPSIS

DESCRIPTION

OPTIONS

FILES

SEE ALSO

AUTHOR


このドキュメントは 2020年9月4日 16:12:22 GMT に作成されました。