 Zabbix 7.0 中文手册Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1871 3 通过 HTTP 监控 Apache . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . otocols/zabbix_sender) 来将特定数据发送到 Zabbix server。 现在,还可以通过基于 HTTP 协议的history.push API 方法将数据发送到 Zabbix server。请注意,接收发送的数据需要配置trapper 监控项 或HTTP agent 监控项(已启用 trapping)。 此外,正确的 history.push 操作会被记录在报告 → 审计日志 server 上的全局脚本执行。对于新安装,Zabbix server 上 的全局脚本执行默认已禁用。 • 通过在前端配置文件(zabbix.conf.php)中设置 $ALLOW_HTTP_AUTH=false,可以禁用用户 HTTP 身份认证。 配置文件验证 已经在 Zabbix 的server、proxy、agent、agent 2和web service的维护命令中添加了配置文件验证的功能。 可以使用-T0 码力 | 1951 页 | 33.43 MB | 1 年前3 Zabbix 7.0 中文手册Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1871 3 通过 HTTP 监控 Apache . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . otocols/zabbix_sender) 来将特定数据发送到 Zabbix server。 现在,还可以通过基于 HTTP 协议的history.push API 方法将数据发送到 Zabbix server。请注意,接收发送的数据需要配置trapper 监控项 或HTTP agent 监控项(已启用 trapping)。 此外,正确的 history.push 操作会被记录在报告 → 审计日志 server 上的全局脚本执行。对于新安装,Zabbix server 上 的全局脚本执行默认已禁用。 • 通过在前端配置文件(zabbix.conf.php)中设置 $ALLOW_HTTP_AUTH=false,可以禁用用户 HTTP 身份认证。 配置文件验证 已经在 Zabbix 的server、proxy、agent、agent 2和web service的维护命令中添加了配置文件验证的功能。 可以使用-T0 码力 | 1951 页 | 33.43 MB | 1 年前3
 Zabbix 6.0 Manual-- 选择与提供的字符串不匹配的标签。 14 JavaScript 方法 HTTP 方法 PATCH、HEAD、OPTIONS、TRACE、CONNECT 已添加到 JavaScript 引擎中。此外,引擎现在允许使用新 的 JS 方法 HttpRequest.customRequest 发送自定义 HTTP 方法请求。 另请参阅:其他 JavaScript 对象。 审计日志 记录 审计日志现在包含有关所有 新的官方模板可用于监控: Kubernetes • 基于 HTTP 的 Kubernetes 节点 • 基于 HTTP 的 Kubernetes 集群状态 • 通过 HTTP 的 Kubernetes API 服务器 • 通过 HTTP 的 Kubernetes 控制器管理器 • 基于 HTTP 的 Kubernetes 调度程序 • 基于 HTTP 的 Kubernetes kubelet 要启用 监控,您需要使用新工具 Zabbix Helm Chart,它会在 Kubernetes 集群中安装 Zabbix proxy 和 Zabbix agent。 要了解有关配置模板的更多信息,请参阅HTTP 模板操作。 Mikrotik • MikroTik Zabbix 6.0 Manual-- 选择与提供的字符串不匹配的标签。 14 JavaScript 方法 HTTP 方法 PATCH、HEAD、OPTIONS、TRACE、CONNECT 已添加到 JavaScript 引擎中。此外,引擎现在允许使用新 的 JS 方法 HttpRequest.customRequest 发送自定义 HTTP 方法请求。 另请参阅:其他 JavaScript 对象。 审计日志 记录 审计日志现在包含有关所有 新的官方模板可用于监控: Kubernetes • 基于 HTTP 的 Kubernetes 节点 • 基于 HTTP 的 Kubernetes 集群状态 • 通过 HTTP 的 Kubernetes API 服务器 • 通过 HTTP 的 Kubernetes 控制器管理器 • 基于 HTTP 的 Kubernetes 调度程序 • 基于 HTTP 的 Kubernetes kubelet 要启用 监控,您需要使用新工具 Zabbix Helm Chart,它会在 Kubernetes 集群中安装 Zabbix proxy 和 Zabbix agent。 要了解有关配置模板的更多信息,请参阅HTTP 模板操作。 Mikrotik • MikroTik- SNMP - 53 新型号特定模板,用于监控各种型号的 MikroTik 以太网路由器和交换机,请参阅 完整列 0 码力 | 1741 页 | 22.78 MB | 1 年前3
 Zabbix 5.0 ManualZabbix server 和前端 在 Zabbix server 初始的配置文件中,需要更新如下参数: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma HistoryStorageTypes=uint,dbl,str,log,text 例如使用以下示例参数值,来设置 Zabbix server 的配置文件: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 使用此配置,Zabbix server 会将数值类型的历史数据存储在相应的数据库中,将文本历史数据存储在 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 2715 页 | 28.60 MB | 1 年前3 Zabbix 5.0 ManualZabbix server 和前端 在 Zabbix server 初始的配置文件中,需要更新如下参数: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma HistoryStorageTypes=uint,dbl,str,log,text 例如使用以下示例参数值,来设置 Zabbix server 的配置文件: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 使用此配置,Zabbix server 会将数值类型的历史数据存储在相应的数据库中,将文本历史数据存储在 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 2715 页 | 28.60 MB | 1 年前3
 Zabbix 4.4 中文手册configuration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 1850 页 | 13.52 MB | 1 年前3 Zabbix 4.4 中文手册configuration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 1850 页 | 13.52 MB | 1 年前3
 Zabbix 4.0 中文手册configuration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: 12 HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 1992 页 | 17.90 MB | 1 年前3 Zabbix 4.0 中文手册configuration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: 12 HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 1992 页 | 17.90 MB | 1 年前3
 Zabbix 5.2 Manualconfiguration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 1725 页 | 11.53 MB | 1 年前3 Zabbix 5.2 Manualconfiguration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 1725 页 | 11.53 MB | 1 年前3
 Zabbix 4.2 中文手册configuration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 1869 页 | 13.68 MB | 1 年前3 Zabbix 4.2 中文手册configuration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 1869 页 | 13.68 MB | 1 年前3
 Zabbix 5.4 中文手册configuration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no 12 # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 2339 页 | 19.57 MB | 1 年前3 Zabbix 5.4 中文手册configuration file draft with parameters to be updated: ### Option: HistoryStorageURL # History storage HTTP[S] URL. # # Mandatory: no 12 # Default: # HistoryStorageURL= ### Option: HistoryStorageTypes # Comma 配置文件的示例参数值如下:Example parameter values to fill the Zabbix server configuration file with: HistoryStorageURL=http://test.elasticsearch.lan:9200 HistoryStorageTypes=str,log,text 此配置文件使 Zabbix Server 将相应数据库中的数值类型和文本类型的历史数据存储到 (can be string if same url is used for all types). $HISTORY['url'] = [ 'uint' => 'http://localhost:9200', 'text' => 'http://localhost:9200' ]; // Value types stored in Elasticsearch. $HISTORY['types'] =0 码力 | 2339 页 | 19.57 MB | 1 年前3
 Zabbix 3.4 中文手册in- stances of es- ca- la- tors. Zabbix 3.0.0 后 支 持 该 参 数。 StartHTTPPollers no 0-1000 1 HTTP 轮 询 器 子 进 程 实 例 个 数。 1.8.5 以 前 最 大 数 值 为 255。 StartIPMIPollers no 0-1000 0 IPMI 轮 询 器 子 进 程 实 例 备注当使用主动 proxy 时,可 以访问 Zabbix 服务器 trapper 端口的进程能得到那些 (敏感 的)proxy 配置数据。这是可能 的,因为任何人都可能假装是 一个主动 proxy,并请求配置数 据; 身份验证此时没有起作用。 ProxyOfflineBuffer no 1-720 1 如果没有与 Zabbix 服务器的连 接,proxy 将保持 N 小时的数 据。 旧数据将会丢失。 Description StartDiscoverers no 0-250 1 自动发现子进程实例个数。 1.8.5 以前最大数值为 255。 StartHTTPPollers no 0-1000 1 HTTP 轮询器子进程实例个数。 StartIPMIPollers no 0-1000 0 IPMI 轮询器子进程实例个数。 1.8.5 以前最大数值为 255。 StartJavaPollers no0 码力 | 1757 页 | 12.63 MB | 1 年前3 Zabbix 3.4 中文手册in- stances of es- ca- la- tors. Zabbix 3.0.0 后 支 持 该 参 数。 StartHTTPPollers no 0-1000 1 HTTP 轮 询 器 子 进 程 实 例 个 数。 1.8.5 以 前 最 大 数 值 为 255。 StartIPMIPollers no 0-1000 0 IPMI 轮 询 器 子 进 程 实 例 备注当使用主动 proxy 时,可 以访问 Zabbix 服务器 trapper 端口的进程能得到那些 (敏感 的)proxy 配置数据。这是可能 的,因为任何人都可能假装是 一个主动 proxy,并请求配置数 据; 身份验证此时没有起作用。 ProxyOfflineBuffer no 1-720 1 如果没有与 Zabbix 服务器的连 接,proxy 将保持 N 小时的数 据。 旧数据将会丢失。 Description StartDiscoverers no 0-250 1 自动发现子进程实例个数。 1.8.5 以前最大数值为 255。 StartHTTPPollers no 0-1000 1 HTTP 轮询器子进程实例个数。 StartIPMIPollers no 0-1000 0 IPMI 轮询器子进程实例个数。 1.8.5 以前最大数值为 255。 StartJavaPollers no0 码力 | 1757 页 | 12.63 MB | 1 年前3
 Zabbix 5.2 Manualdata over HTTP/HTTPS. This item type may be useful in data collection scenarios that require multiple steps or complex logic. As an example, a Script item can be configured to make an HTTP call, then process the data received in the first step in some way, and pass transformed value to the second HTTP call. 8 For more details see Script item type. Time zone definition The frontend time zone, previously agent 2 plugins • MQTT plugin documentation Digest authentication for HTTP agent Digest authentication is now supported for HTTP agent items and in web scenarios. Template screens converted to dashboards0 码力 | 1738 页 | 18.98 MB | 1 年前3 Zabbix 5.2 Manualdata over HTTP/HTTPS. This item type may be useful in data collection scenarios that require multiple steps or complex logic. As an example, a Script item can be configured to make an HTTP call, then process the data received in the first step in some way, and pass transformed value to the second HTTP call. 8 For more details see Script item type. Time zone definition The frontend time zone, previously agent 2 plugins • MQTT plugin documentation Digest authentication for HTTP agent Digest authentication is now supported for HTTP agent items and in web scenarios. Template screens converted to dashboards0 码力 | 1738 页 | 18.98 MB | 1 年前3
共 28 条
- 1
- 2
- 3













