zabbix_get

Section: User Commands (1)
Updated: 2018-10-11
Índice Retorno a Página Principal


 

NOMBRE

zabbix_get - Utilidad Zabbix get  

SYNOPSIS

zabbix_get -s host-name-or-IP [-p port-number] [-I IP-address] -k item-key
zabbix_get -s host-name-or-IP [-p port-number] [-I IP-address] --tls-connect cert --tls-ca-file CA-file [--tls-crl-file CRL-file] [--tls-agent-cert-issuer cert-issuer] [--tls-agent-cert-subject cert-subject] --tls-cert-file cert-file --tls-key-file key-file -k item-key
zabbix_get -s host-name-or-IP [-p port-number] [-I IP-address] --tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file -k item-key
zabbix_get -h
zabbix_get -V  

DESCRIPCIÓN

zabbix_get Es un comando de la línea de comandos para obtener datos del agente Zabbix.  

OPCIONES

-s, --host host-name-or-IP
Nombre o dirección IP del host que ejecuta el agente con el que se desea comunicar.

-p, --port port-number
Puerto del agente con el que se desea comunicar. Por defecto es 10050.

-I, --source-address IP-address
IP origen.

-k, --key item-key
Key del item para el que se solicita el valor.

--tls-connect value
Como conectarse al agente. Valores:

 

unencrypted
conectarse sin encriptado (valor por defecto)

psk
conectarse usando TLS y una pre-shared key

cert
conectarse unsando TLS y un certificado

--tls-ca-file CA-file
Nombre completo del archivo conteniendo el primer nivel de los certificados CA(s) para verificación del punto.

--tls-crl-file CRL-file
Nombre completo del archivo conteniendo los certificados revocados.

--tls-agent-cert-issuer cert-issuer
Agente emisor autorizado.

--tls-agent-cert-subject cert-subject
Titular autorizado del agente del certificado.

--tls-cert-file cert-file
Nombre completo del archivo conteniendo el certificado o la cadena de certificado.

--tls-key-file key-file
Nombre completo del archivo conteniendo la calve privada.

--tls-psk-identity PSK-identity
Cadena PSK-identity.

--tls-psk-file PSK-file
Nombre completo del archivo conteniendo la clave compartida (pre-shared key)

-h, --help
Despliega esta ayuda y sale.

-V, --version
Despliega información de versión y sale.

 

EJEMPLOS

zabbix_get -s 127.0.0.1 -p 10050 -k "system.cpu.load[all,avg1]"
zabbix_get -s 127.0.0.1 -p 10050 -k "system.cpu.load[all,avg1]" --tls-connect cert --tls-ca-file /home/zabbix/zabbix_ca_file --tls-agent-cert-issuer "CN=Signing CA,OU=IT operations,O=Example Corp,DC=example,DC=com" --tls-agent-cert-subject "CN=server1,OU=IT operations,O=Example Corp,DC=example,DC=com" --tls-cert-file /home/zabbix/zabbix_get.crt --tls-key-file /home/zabbix/zabbix_get.key
zabbix_get -s 127.0.0.1 -p 10050 -k "system.cpu.load[all,avg1]" --tls-connect psk --tls-psk-identity "PSK ID Zabbix agentd" --tls-psk-file /home/zabbix/zabbix_agentd.psk
 

VEA TAMBIÉN

zabbix_agentd(8), zabbix_proxy(8), zabbix_sender(8), zabbix_server(8)  

AUTOR

Alexei Vladishev <>


 

Index

NOMBRE

SYNOPSIS

DESCRIPCION

OPCIONES

EJEMPLOS

VEA TAMBIÉN

AUTOR


This document was created by man2html, using the manual pages.
Time: 15:28:13 GMT, October 18, 2018