这是原厂英文文档的翻译页面. 欢迎帮助我们 完善文档.

zabbix_sender

章节:用户命令 (1)
最近更新: 2021-06-01
索引 返回主目录


名称

zabbix_sender - Zabbix sender 实用程序

概要

zabbix_sender [-v] -z server [-p port] [-I IP-address] [-t timeout] -s host -k key -o value
zabbix_sender [-v] -z server [-p port] [-I IP-address] [-t timeout] [-s host] [-T] [-N] [-r] -i input-file
zabbix_sender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s host] -k key -o value
zabbix_sender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s host] [-T] [-N] [-r] -i input-file
zabbix_sender [-v] -z server [-p port] [-I IP-address] [-t timeout] -s host --tls-connect cert --tls-ca-file CA-file [--tls-crl-file CRL-file] [--tls-server-cert-issuer cert-issuer] [--tls-server-cert-subject cert-subject] --tls-cert-file cert-file --tls-key-file key-file [--tls-cipher13 cipher-string] [--tls-cipher cipher-string] -k key -o value
zabbix_sender [-v] -z server [-p port] [-I IP-address] [-t timeout] [-s host] --tls-connect cert --tls-ca-file CA-file [--tls-crl-file CRL-file] [--tls-server-cert-issuer cert-issuer] [--tls-server-cert-subject cert-subject] --tls-cert-file cert-file --tls-key-file key-file [--tls-cipher13 cipher-string] [--tls-cipher cipher-string] [-T] [-N] [-r] -i input-file
zabbix_sender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s host] --tls-connect cert --tls-ca-file CA-file [--tls-crl-file CRL-file] [--tls-server-cert-issuer cert-issuer] [--tls-server-cert-subject cert-subject] --tls-cert-file cert-file --tls-key-file key-file [--tls-cipher13 cipher-string] [--tls-cipher cipher-string] -k key -o value
zabbix_sender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s host] --tls-connect cert --tls-ca-file CA-file [--tls-crl-file CRL-file] [--tls-server-cert-issuer cert-issuer] [--tls-server-cert-subject cert-subject] --tls-cert-file cert-file --tls-key-file key-file [--tls-cipher13 cipher-string] [--tls-cipher cipher-string] [-T] [-N] [-r] -i input-file
zabbix_sender [-v] -z server [-p port] [-I IP-address] [-t timeout] -s host --tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file [--tls-cipher13 cipher-string] [--tls-cipher cipher-string] -k key -o value
zabbix_sender [-v] -z server [-p port] [-I IP-address] [-t timeout] [-s host] --tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file [--tls-cipher13 cipher-string] [--tls-cipher cipher-string] [-T] [-N] [-r] -i input-file
zabbix_sender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s host] --tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file [--tls-cipher13 cipher-string] [--tls-cipher cipher-string] -k key -o value
zabbix_sender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s host] --tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file [--tls-cipher13 cipher-string] [--tls-cipher cipher-string] [-T] [-N] [-r] -i input-file
zabbix_sender -h
zabbix_sender -V

描述

zabbix_sender 是一个命令行实用程序,用于向Zabbix server或者proxy发送监控数据。在Zabbix server上,应使用相应的密钥创建Zabbix trapper类型的监控项。请注意,传入值将仅接受从该监控项的允许的主机字段中指定的主机。

选项

-c, --config config-file
使用配置文件Zabbix sender从agentd配置文件中读取server详细信息。默认情况下,Zabbix sender不读取任何配置文件。仅支持HostnameServerActiveSourceIPTLSConnectTLSCAFileTLSCRLFileTLSServerCertIssuerTLSServerCertSubjectTLSCertFileTLSKeyFileTLSPSKIdentityTLSPSKFile这些参数。在代理的ServerActive配置参数中定义的所有地址都用于发送数据。如果向某个地址发送批处理数据失败,则不会向该地址发送后续批次。

-z, --zabbix-server server
Zabbix server的主机名或IP地址。如果主机由代理进行监控,则应使用代理的主机名或IP地址。当与--config一起使用时,将覆盖agentd配置文件中指定的ServerActive参数项。

-p, --port port
指定server上运行的Zabbix server捕获器的端口号。默认值为10051。当与--config一起使用时,将覆盖agentd配置文件中指定的ServerActive参数的端口项。

-I, --source-address IP-address
指定源IP地址。当与--config一起使用时,将覆盖agentd配置文件中指定的SourceIP参数。

-t, --timeout seconds
指定超时时间。有效范围:1-300秒(默认:60秒)

-s, --host host
指定监控项所属的主机名(在Zabbix前端注册)。主机IP地址和DNS名称将不起作用。当与--config一起使用时,将覆盖agentd配置文件中指定的Hostname参数。

-k, --key key
指定要将值发送到的监控项键。

-o, --value value
指定监控项值。

-i, --input-file input-file
从输入文件中加载值。将- 指定为<input-file>以从标准输入读取值。文件的每一行都包含以空格分隔的:<hostname> <key> <value>。每个值都必须在其自己的行上指定。每行必须包含3个以空格分隔的条目:<hostname> <key> <value>,其中"hostname"是在Zabbix前端注册的受监控主机的名称,"key"是目标监控项键,"value"是要发送的值。将-指定为<hostname>以使用agent配置文件或--host参数中的主机名。

从文件获取一行数据的示例

"Linux DB3" db.connections 43

必须在Zabbix前端的项目配置中正确设置值类型。 Zabbix发送器将在一次连接中发送最多250个值。 从输入文件发送值的大小限制取决于Zabbix通信协议中描述的大小。 输入文件的内容必须采用UTF-8编码。 输入文件中的所有值都将按从上到下的顺序依次发送。 条目必须按照以下规则进行格式化:

  • 支持带引号和不带引号的条目。
  • 双引号是引用字符。
  • 包含空格的条目必须加引号。
  • 在带引号的条目中双引号和反斜杠字符必须用反斜杠转义。
  • 在不带引号的条目中不支持转义。
  • 在带引号的字符串中支持换行符转义序列(\n)。
  • 在一行的末尾不需要添加换行符转义序列。

-T, --with-timestamps
此选项仅可与--input-file选项一起使用。

输入文件的每一行必须包含四个由空格分隔的条目: <hostname> <key> <timestamp> <value>。 时间戳应以Unix时间戳格式指定。如果目标项目有引用它的触发器,则所有时间戳必须按递增顺序排列,否则事件计算将不正确。

从文件获取一行数据的示例:

"Linux DB3" db.connections 1429533600 43

有关更多详细信息,请参阅--input-file选项。

如果为处于“无数据”维护类型的主机发送带时间戳的值,则该值将被丢弃;但是,可以在过期的维护期间发送带时间戳的值,并且它将被接受。

-N, --with-ns
此选项仅可与--with-timestamps选项一起使用。

输入文件的每一行必须包含5个由空格分隔的条目: <hostname> <key> <timestamp> <ns> <value>

从文件获取一行数据的示例:

"Linux DB3" db.connections 1429533600 7402561 43

有关更多详细信息,请参阅--input-file选项。

-r, --real-time
一旦接收到值,就逐个发送它们。这可以在从标准输入读取时使用。

--tls-connect value
如何连接到server或proxy。值:

unencrypted
不加密连接(默认)

psk
使用TLS和预共享密钥进行连接

cert
使用TLS和证书进行连接

--tls-ca-file CA-file
包含用于对等证书验证的顶级CA证书的文件的完整路径名。

--tls-crl-file CRL-file
包含已吊销证书的文件的完整路径名。

--tls-server-cert-issuer cert-issuer
允许的server证书颁发者。

--tls-server-cert-subject cert-subject
允许的server证书主题。

--tls-cert-file cert-file
包含证书或证书链的文件的完整路径名。

--tls-key-file key-file
包含私钥的文件的完整路径名。

--tls-psk-identity PSK-identity
PSK标识字符串。

--tls-psk-file PSK-file
包含预共享密钥的文件的完整路径名。

--tls-cipher13 cipher-string
OpenSSL 1.1.1或更新版本TLS 1.3的密码字符串。覆盖默认的密码套件选择条件。如果OpenSSL版本低于1.1.1,则此选项不可用。

--tls-cipher cipher-string
GnuTLS优先级字符串(适用于TLS 1.2及以上版本)或OpenSSL密码字符串(仅适用于TLS 1.2)。覆盖默认的密码套件选择条件。

-v, --verbose
详细模式,-vv了解更多详细信息。

-h, --help
显示此帮助并退出。

-V, --version
输出版本信息并退出。

退出状态

如果值已发送且server已成功处理所有值,则退出状态为0。如果发送了数据,但至少一个值的处理失败,则退出状态为2。如果数据发送失败,退出状态为1。

示例

zabbix_sender -c /etc/zabbix/zabbix_agentd.conf -k mysql.queries -o 342.45

发送 342.45 作为受监视主机的 mysql.queries 监控项的值。使用代理配置文件中定义的受监视主机和 Zabbix server 。

zabbix_sender -c /etc/zabbix/zabbix_agentd.conf -s "Monitored Host" -k mysql.queries -o 342.45

使用代理配置文件中定义的 Zabbix server发送 342.45 作为在前端注册的 受监视主机 主机的 mysql.queries 监控项的值。


zabbix_sender -z 192.168.1.113 -i data_values.txt


将值从文件 data_values.txt 发送到 IP 为 192.168.1.113 的 Zabbix server。主机名和密钥在文件中定义。


echo "- hw.serial.number 1287872261 SQ4321ASDF" | zabbix_sender -c /usr/local/etc/zabbix_agentd.conf -T -i -

将带时间戳的值从命令行发送到agent配置文件中指定的 Zabbix server。输入数据中的短划线表示主机名也应从同一使用的配置文件中读取。


echo '"Zabbix server" trapper.item ""' | zabbix_sender -z 192.168.1.113 -p 10000 -i -

从命令行将监控项的空值发送到端口 10000 上的 IP 地址为 192.168.1.113 的 Zabbix server。空值必须由空双引号表示。

zabbix_sender -z 192.168.1.113 -s "Monitored Host" -k mysql.queries -o 342.45 --tls-connect cert --tls-ca-file /home/zabbix/zabbix_ca_file --tls-cert-file /home/zabbix/zabbix_agentd.crt --tls-key-file /home/zabbix/zabbix_agentd.key

使用带有证书的 TLS 将 342.45 作为 mysql.queries 监控项的值发送到 IP 为 192.168.1.113** 的server。

zabbix_sender -z 192.168.1.113 -s "Monitored Host" -k mysql.queries -o 342.45 --tls-connect psk --tls-psk-identity "PSK ID Zabbix agentd" --tls-psk-file /home/zabbix/zabbix_agentd.psk

使用带有预共享密钥 (PSK) 的 TLS 将 342.45 作为 mysql.queries 监控项的值发送到 IP 为 192.168.1.113 的server。

另见

文档 https://www.zabbix.com/manuals

zabbix_agentd(8), zabbix_get(1), zabbix_proxy(8), zabbix_server(8), zabbix_js(1), zabbix_agent2(8), zabbix_web_service(8)

索引

名称

概要

描述

选项

退出状态

示例

另见

作者


本文档创建于:2021年6月11日 08:42:39 GMT