skip to content
Zabbix Documentation 4.0
3.0
4.0
4.4
(
current
)
| In development:
5.0
(
devel
)
| Unsupported:
1.8
2.0
2.2
2.4
3.2
3.4
4.2
|
Guidelines
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
ODT export
Export to PDF
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Sitemap
Trace:
•
Zabbix API changes in 4.0
•
5 Running Agent as root
•
Zabbix manpages
•
zabbix_agentd
•
zabbix_get
This translation is older than the
original page
and might be outdated. See what has
changed
.
Sidebar
Zabbix Manual
Zabbix manpages
Zabbix documentation in Chinese
Documentation Zabbix en Français
Documentação do Zabbix em português
Zabbix documentation in Russian
zh:manpages:zabbix_get
Man page of ZABBIX_GET
ZABBIX_GET
Section: User Commands (1)
Updated: 2015-08-06
Index
Return to Main Contents
NAME
zabbix_get - Zabbix get utility
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
DESCRIPTION
zabbix_get
is a command line utility for getting data from Zabbix agent.
OPTIONS
-s
,
--host
host-name-or-IP
Specify host name or IP address of a host.
-p
,
--port
port-number
Specify port number of agent running on the host. Default is 10050.
-I
,
--source-address
IP-address
Specify source IP address.
-k
,
--key
item-key
Specify key of item to retrieve value for.
--tls-connect
value
How to connect to agent. Values:
unencrypted
connect without encryption
psk
connect using TLS and a pre-shared key
cert
connect using TLS and a certificate
--tls-ca-file
CA-file
Full pathname of a file containing the top-level CA(s) certificates for peer certificate verification.
--tls-crl-file
CRL-file
Full pathname of a file containing revoked certificates.
--tls-agent-cert-issuer
cert-issuer
Allowed agent certificate issuer.
--tls-agent-cert-subject
cert-subject
Allowed agent certificate subject.
--tls-cert-file
cert-file
Full pathname of a file containing the certificate or certificate chain.
--tls-key-file
key-file
Full pathname of a file containing the private key.
--tls-psk-identity
PSK-identity
PSK-identity string.
--tls-psk-file
PSK-file
Full pathname of a file containing the pre-shared key.
-h
,
--help
Display this help and exit.
-V
,
--version
Output version information and exit.
EXAMPLES
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
SEE ALSO
zabbix_agentd
(8),
zabbix_proxy
(8),
zabbix_sender
(8),
zabbix_server
(8)
AUTHOR
Alexei Vladishev <
[email protected]
>
Index
NAME
SYNOPSIS
DESCRIPTION
Options
EXAMPLES
SEE ALSO
AUTHOR
This document was created by man2html, using the manual pages.
Time: 09:21:04 GMT, January 08, 2016
Page Tools
Show pagesource
Old revisions
Backlinks
Print View
Export to ODT
Rename Page
Export to PDF
Back to top