このページで
zabbix_proxy
ZABBIX_PROXY(8) System Manager's Manual ZABBIX_PROXY(8)
名前
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 キャッシュを再読み込みします。
housekeeper_execute
housekeeper を実行します。現在 housekeeper が実行中の場合は無視されます。
diaginfo[=section]
指定した section の内部診断情報をログに出力します。section には historycache、preprocessing、locks を指定できます。デフォルトでは、すべての section の診断情報がログに記録されます。
prof_enable[=target]
プロファイリングを有効にします。target が指定されていない場合は、すべてのプロセスに影響します。
prof_disable[=target]
プロファイリングを無効にします。target が指定されていない場合は、すべてのプロセスに影響します。
log_level_increase[=target]
ログレベルを上げます。target が指定されていない場合は、すべてのプロセスに影響します。
log_level_decrease[=target]
ログレベルを下げます。target が指定されていない場合は、すべてのプロセスに影響します。
ログレベル制御の対象
process-type
指定した種類のすべてのプロセス(availability manager、browser poller、configuration syncer、data sender、discovery manager、discovery worker、history syncer、housekeeper、http poller、icmp pinger、internal poller、ipmi manager、ipmi poller、java poller、odbc poller、poller、エージェント poller、http agent poller、snmp poller、preprocessing manager、preprocessing worker、self-monitoring、snmp trapper、task manager、trapper、unreachable poller、vmware collector)
process-type,N
プロセスの種類と番号(例: poller,3)
pid プロセス識別子
プロファイリング制御の対象
process-type
指定した種類のすべてのプロセス(availability manager、browser poller、configuration syncer、data sender、discovery manager、discovery worker、history syncer、housekeeper、http poller、icmp pinger、internal poller、ipmi manager、ipmi poller、java poller、odbc poller、poller、エージェント poller、http agent poller、snmp poller、preprocessing manager、preprocessing worker、self-monitoring、snmp trapper、task manager、trapper、unreachable poller、vmware collector)
process-type,N
プロセスの種類と番号(例: history syncer,1)
pid プロセス識別子
scope
(rwlock, mutex, processing) は process-type と組み合わせて使用できます(例: history syncer,1,processing)
-T, --test-config
設定ファイルを検証して終了します。
-h, --help
このヘルプを表示して終了します。
-V, --version
バージョン情報を出力して終了します。
ファイル
/usr/local/etc/zabbix_proxy.conf
Zabbix プロキシ設定ファイルのデフォルトの場所(コンパイル時に変更されていない場合)。
関連項目
Documentation
zabbix_agentd(8), zabbix_get(1), zabbix_sender(1), zabbix_server(8),
zabbix_js(1), zabbix_agent2(8), zabbix_web_service(8)
Zabbix 2022-01-06 ZABBIX_PROXY(8)