{
    "content": [
        {
            "type": "text",
            "text": "# zabbix_sender(1) (man)\n\n**Summary:** zabbixsender - Zabbix sender utility\n\n**Synopsis:** zabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] -s host -k key -o value\nzabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] [-s host] [-T] [-N] [-r]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -c | --config | — | Use config-file. Zabbix sender reads server details from the agentd configuration file. By default Zabbix sender does no |\n| -z | --zabbix-server | — | Hostname or IP address of Zabbix server. If a host is monitored by a proxy, proxy hostname or IP address should be used  |\n| -p | --port | — | Specify port number of Zabbix server trapper running on the server. Default is 10051. When used together with --config,  |\n| -I | --source-address | — | Specify source IP address. When used together with --config, overrides SourceIP pa‐ rameter specified in agentd configur |\n| -t | --timeout | — | Specify timeout. Valid range: 1-300 seconds (default: 60) |\n| -s | --host | — | Specify host name the item belongs to (as registered in Zabbix frontend). Host IP ad‐ dress and DNS name will not work.  |\n| -k | --key | — | Specify item key to send value to. |\n| -o | --value | — | Specify item value. |\n| -i | --input-file | — | Load values from input file. Specify - as <input-file> to read values from standard input. Each line of file contains wh |\n| -T | --with-timestamps | — | This option can be only used with --input-file option. Each line of the input file must contain 4 whitespace delimited e |\n| -N | --with-ns | — | This option can be only used with --with-timestamps option. Each line of the input file must contain 5 whitespace delimi |\n| -r | --real-time | — | Send values one by one as soon as they are received. This can be used when reading from standard input. --tls-connect va |\n| -v | --verbose | — | Verbose mode, -vv for more details. |\n| -h | --help | — | Display this help and exit. |\n| -V | --version | — | Output version information and exit. |\n\n## Examples\n\n- `zabbixsender -c /etc/zabbix/zabbixagentd.conf -k mysql.queries -o 342.45`\n- `Send 342.45 as the value for mysql.queries item of monitored host. Use monitored host`\n- `and Zabbix server defined in agent configuration file.`\n- `zabbixsender -c /etc/zabbix/zabbixagentd.conf -s \"Monitored Host\" -k mysql.queries -o`\n- `Send 342.45 as the value for mysql.queries item of Monitored Host host using Zabbix`\n- `server defined in agent configuration file.`\n- `zabbixsender -z 192.168.1.113 -i datavalues.txt`\n- `Send values from file datavalues.txt to Zabbix server with IP 192.168.1.113.  Host`\n- `names and keys are defined in the file.`\n- `echo \"- hw.serial.number 1287872261 SQ4321ASDF\" | zabbixsender -c /usr/local/etc/zab‐‐`\n- `bixagentd.conf -T -i -`\n- `Send a timestamped value from the commandline to Zabbix server, specified in the agent`\n- `configuration file.  Dash in the input data indicates that hostname also should be`\n- `used from the same configuration file.`\n- `echo '\"Zabbix server\" trapper.item \"\"' | zabbixsender -z 192.168.1.113 -p 10000 -i -`\n- `Send empty value of an item to the Zabbix server with IP address 192.168.1.113 on port`\n- `10000 from the commandline.  Empty values must be indicated by empty double quotes.`\n- `zabbixsender -z 192.168.1.113  -s \"Monitored Host\" -k mysql.queries -o 342.45 --tls-connect`\n- `cert --tls-ca-file /home/zabbix/zabbixcafile --tls-cert-file /home/zabbix/zabbixagentd.crt`\n- `--tls-key-file /home/zabbix/zabbixagentd.key`\n- `Send 342.45 as the value for mysql.queries item in Monitored Host host to server with`\n- `IP 192.168.1.113 using TLS with certificate.`\n- `zabbixsender -z 192.168.1.113  -s \"Monitored Host\" -k mysql.queries -o 342.45 --tls-connect`\n- `psk --tls-psk-identity \"PSK ID Zabbix agentd\" --tls-psk-file /home/zabbix/zabbixagentd.psk`\n- `Send 342.45 as the value for mysql.queries item in Monitored Host host to server with`\n- `IP 192.168.1.113 using TLS with pre-shared key (PSK).`\n\n## See Also\n\n- zabbixagentd(8)\n- zabbixget(1)\n- zabbixproxy(8)\n- zabbixserver(8)\n- zabbixjs(1)\n- bixagent2(8)\n- zabbixwebservice(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines) — 1 subsections\n  - -i (37 lines)\n- **DESCRIPTION** (5 lines)\n- **OPTIONS** (1 lines) — 15 subsections\n  - -c --config (10 lines)\n  - -z --zabbix-server (5 lines)\n  - -p --port (4 lines)\n  - -I --source-address (3 lines)\n  - -t --timeout (2 lines)\n  - -s --host (4 lines)\n  - -k --key (2 lines)\n  - -o --value (2 lines)\n  - -i --input-file (34 lines)\n  - -T --with-timestamps (18 lines)\n  - -N --with-ns (12 lines)\n  - -r --real-time (47 lines)\n  - -v --verbose (2 lines)\n  - -h --help (2 lines)\n  - -V --version (3 lines)\n- **EXIT STATUS** (5 lines)\n- **EXAMPLES** (5 lines) — 1 subsections\n  - 342.45 (29 lines)\n- **SEE ALSO** (8 lines)\n\n## Full Content\n\n### NAME\n\nzabbixsender - Zabbix sender utility\n\n### SYNOPSIS\n\nzabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] -s host -k key -o value\nzabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] [-s host] [-T] [-N] [-r]\n\n#### -i\n\nzabbixsender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s\nhost] -k key -o value\nzabbixsender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s\nhost] [-T] [-N] [-r] -i input-file\nzabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] -s host --tls-connect\ncert --tls-ca-file CA-file [--tls-crl-file CRL-file] [--tls-server-cert-issuer cert-issuer]\n[--tls-server-cert-subject cert-subject] --tls-cert-file cert-file --tls-key-file key-file\n[--tls-cipher13 cipher-string] [--tls-cipher cipher-string] -k key -o value\nzabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] [-s host] --tls-connect\ncert --tls-ca-file CA-file [--tls-crl-file CRL-file] [--tls-server-cert-issuer cert-issuer]\n[--tls-server-cert-subject cert-subject] --tls-cert-file cert-file --tls-key-file key-file\n[--tls-cipher13 cipher-string] [--tls-cipher cipher-string] [-T] [-N] [-r] -i input-file\nzabbixsender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s\nhost] --tls-connect cert --tls-ca-file CA-file [--tls-crl-file CRL-file]\n[--tls-server-cert-issuer cert-issuer] [--tls-server-cert-subject cert-subject]\n--tls-cert-file cert-file --tls-key-file key-file [--tls-cipher13 cipher-string] [--tls-ci‐‐\npher cipher-string] -k key -o value\nzabbixsender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s\nhost] --tls-connect cert --tls-ca-file CA-file [--tls-crl-file CRL-file]\n[--tls-server-cert-issuer cert-issuer] [--tls-server-cert-subject cert-subject]\n--tls-cert-file cert-file --tls-key-file key-file [--tls-cipher13 cipher-string] [--tls-ci‐‐\npher cipher-string] [-T] [-N] [-r] -i input-file\nzabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] -s host --tls-connect psk\n--tls-psk-identity PSK-identity --tls-psk-file PSK-file [--tls-cipher13 cipher-string]\n[--tls-cipher cipher-string] -k key -o value\nzabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] [-s host] --tls-connect\npsk --tls-psk-identity PSK-identity --tls-psk-file PSK-file [--tls-cipher13 cipher-string]\n[--tls-cipher cipher-string] [-T] [-N] [-r] -i input-file\nzabbixsender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s\nhost] --tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file [--tls-ci‐‐\npher13 cipher-string] [--tls-cipher cipher-string] -k key -o value\nzabbixsender [-v] -c config-file [-z server] [-p port] [-I IP-address] [-t timeout] [-s\nhost] --tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file [--tls-ci‐‐\npher13 cipher-string] [--tls-cipher cipher-string] [-T] [-N] [-r] -i input-file\nzabbixsender -h\nzabbixsender -V\n\n### DESCRIPTION\n\nzabbixsender is a command line utility for sending monitoring data to Zabbix server or\nproxy.  On the Zabbix server an item of type Zabbix trapper should be created with corre‐\nsponding key.  Note that incoming values will only be accepted from hosts specified in Al‐‐\nlowed hosts field for this item.\n\n### OPTIONS\n\n#### -c --config\n\nUse config-file.  Zabbix sender reads server details from the agentd configuration\nfile.  By default Zabbix sender does not read any configuration file.  Only parameters\nHostname, ServerActive, SourceIP, TLSConnect, TLSCAFile, TLSCRLFile, TLSServerCertIs‐‐\nsuer, TLSServerCertSubject, TLSCertFile, TLSKeyFile, TLSPSKIdentity and TLSPSKFile are\nsupported.  Hostname defined through HostnameItem parameter will not be picked up, in\nthis case the hostname should be specified via command line (see -s option).  All ad‐\ndresses defined in the agent ServerActive configuration parameter are used for sending\ndata.  If sending of batch data fails to one address, the following batches are not\nsent to this address.\n\n#### -z --zabbix-server\n\nHostname or IP address of Zabbix server.  If a host is monitored by a proxy, proxy\nhostname or IP address should be used instead.  When used together with --config,\noverrides the entries of ServerActive parameter specified in agentd configuration\nfile.\n\n#### -p --port\n\nSpecify port number of Zabbix server trapper running on the server.  Default is 10051.\nWhen used together with --config, overrides the port entries of ServerActive parameter\nspecified in agentd configuration file.\n\n#### -I --source-address\n\nSpecify source IP address.  When used together with --config, overrides SourceIP pa‐\nrameter specified in agentd configuration file.\n\n#### -t --timeout\n\nSpecify timeout. Valid range: 1-300 seconds (default: 60)\n\n#### -s --host\n\nSpecify host name the item belongs to (as registered in Zabbix frontend).  Host IP ad‐\ndress and DNS name will not work.  When used together with --config, overrides Host‐‐\nname parameter specified in agentd configuration file.\n\n#### -k --key\n\nSpecify item key to send value to.\n\n#### -o --value\n\nSpecify item value.\n\n#### -i --input-file\n\nLoad values from input file.  Specify - as <input-file> to read values from standard\ninput.  Each line of file contains whitespace delimited: <hostname> <key> <value>.\nEach value must be specified on its own line.  Each line must contain 3 whitespace de‐\nlimited entries: <hostname> <key> <value>, where \"hostname\" is the name of monitored\nhost as registered in Zabbix frontend, \"key\" is target item key and \"value\" - the\nvalue to send. Specify - as <hostname> to use hostname from agent configuration file\nor from --host argument.\n\nAn example of a line of an input file:\n\n\"Linux DB3\" db.connections 43\n\nThe value type must be correctly set in item configuration of Zabbix frontend.  Zabbix\nsender will send up to 250 values in one connection.  Contents of the input file must\nbe in the UTF-8 encoding.  All values from the input file are sent in a sequential or‐\nder top-down.  Entries must be formatted using the following rules:\n\n\n• Quoted and non-quoted entries are supported.\n\n• Double-quote is the quoting character.\n\n• Entries with whitespace must be quoted.\n\n• Double-quote and backslash characters inside quoted entry must be escaped\nwith a backslash.\n\n• Escaping is not supported in non-quoted entries.\n\n• Linefeed escape sequences (\\n) are supported in quoted strings.\n\n• Linefeed escape sequences are trimmed from the end of an entry.\n\n#### -T --with-timestamps\n\nThis option can be only used with --input-file option.\n\nEach line of the input file must contain 4 whitespace delimited entries: <hostname>\n<key> <timestamp> <value>.  Timestamp should be specified in Unix timestamp format.\nIf target item has triggers referencing it, all timestamps must be in an increasing\norder, otherwise event calculation will not be correct.\n\nAn example of a line of the input file:\n\n\"Linux DB3\" db.connections 1429533600 43\n\nFor more details please see option --input-file.\n\nIf a timestamped value is sent for a host that is in a “no data” maintenance type then\nthis value will be dropped; however, it is possible to send a timestamped value in for\nan expired maintenance period and it will be accepted.\n\n#### -N --with-ns\n\nThis option can be only used with --with-timestamps option.\n\nEach line of the input file must contain 5 whitespace delimited entries: <hostname>\n<key> <timestamp> <ns> <value>.\n\nAn example of a line of the input file:\n\n\"Linux DB3\" db.connections 1429533600 7402561 43\n\nFor more details please see option --input-file.\n\n#### -r --real-time\n\nSend values one by one as soon as they are received.  This can be used when reading\nfrom standard input.\n\n--tls-connect value\nHow to connect to server or proxy. Values:\n\n\nunencrypted connect without encryption (default)\n\npsk         connect using TLS and a pre-shared key\n\ncert        connect using TLS and a certificate\n\n--tls-ca-file CA-file\nFull pathname of a file containing the top-level CA(s) certificates for peer certifi‐\ncate verification.\n\n--tls-crl-file CRL-file\nFull pathname of a file containing revoked certificates.\n\n--tls-server-cert-issuer cert-issuer\nAllowed server certificate issuer.\n\n--tls-server-cert-subject cert-subject\nAllowed server certificate subject.\n\n--tls-cert-file cert-file\nFull pathname of a file containing the certificate or certificate chain.\n\n--tls-key-file key-file\nFull pathname of a file containing the private key.\n\n--tls-psk-identity PSK-identity\nPSK-identity string.\n\n--tls-psk-file PSK-file\nFull pathname of a file containing the pre-shared key.\n\n--tls-cipher13 cipher-string\nCipher string for OpenSSL 1.1.1 or newer for TLS 1.3. Override the default ciphersuite\nselection criteria. This option is not available if OpenSSL version is less than\n1.1.1.\n\n--tls-cipher cipher-string\nGnuTLS priority string (for TLS 1.2 and up) or OpenSSL cipher string (only for TLS\n1.2). Override the default ciphersuite selection criteria.\n\n#### -v --verbose\n\nVerbose mode, -vv for more details.\n\n#### -h --help\n\nDisplay this help and exit.\n\n#### -V --version\n\nOutput version information and exit.\n\n### EXIT STATUS\n\nThe exit status is 0 if the values were sent and all of them were successfully processed by\nserver.  If data was sent, but processing of at least one of the values failed, the exit sta‐\ntus is 2.  If data sending failed, the exit status is 1.\n\n### EXAMPLES\n\nzabbixsender -c /etc/zabbix/zabbixagentd.conf -k mysql.queries -o 342.45\nSend 342.45 as the value for mysql.queries item of monitored host. Use monitored host\nand Zabbix server defined in agent configuration file.\n\nzabbixsender -c /etc/zabbix/zabbixagentd.conf -s \"Monitored Host\" -k mysql.queries -o\n\n#### 342.45\n\nSend 342.45 as the value for mysql.queries item of Monitored Host host using Zabbix\nserver defined in agent configuration file.\n\nzabbixsender -z 192.168.1.113 -i datavalues.txt\nSend values from file datavalues.txt to Zabbix server with IP 192.168.1.113.  Host\nnames and keys are defined in the file.\n\necho \"- hw.serial.number 1287872261 SQ4321ASDF\" | zabbixsender -c /usr/local/etc/zab‐‐\nbixagentd.conf -T -i -\nSend a timestamped value from the commandline to Zabbix server, specified in the agent\nconfiguration file.  Dash in the input data indicates that hostname also should be\nused from the same configuration file.\n\necho '\"Zabbix server\" trapper.item \"\"' | zabbixsender -z 192.168.1.113 -p 10000 -i -\nSend empty value of an item to the Zabbix server with IP address 192.168.1.113 on port\n10000 from the commandline.  Empty values must be indicated by empty double quotes.\n\nzabbixsender -z 192.168.1.113  -s \"Monitored Host\" -k mysql.queries -o 342.45 --tls-connect\ncert --tls-ca-file /home/zabbix/zabbixcafile --tls-cert-file /home/zabbix/zabbixagentd.crt\n--tls-key-file /home/zabbix/zabbixagentd.key\nSend 342.45 as the value for mysql.queries item in Monitored Host host to server with\nIP 192.168.1.113 using TLS with certificate.\n\nzabbixsender -z 192.168.1.113  -s \"Monitored Host\" -k mysql.queries -o 342.45 --tls-connect\npsk --tls-psk-identity \"PSK ID Zabbix agentd\" --tls-psk-file /home/zabbix/zabbixagentd.psk\nSend 342.45 as the value for mysql.queries item in Monitored Host host to server with\nIP 192.168.1.113 using TLS with pre-shared key (PSK).\n\n### SEE ALSO\n\nDocumentation ⟨https://www.zabbix.com/manuals⟩\n\nzabbixagentd(8), zabbixget(1), zabbixproxy(8), zabbixserver(8), zabbixjs(1), zab‐‐\nbixagent2(8), zabbixwebservice(8)\n\n\n\nZabbix                                       2022-01-06                             ZABBIXSENDER(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "zabbix_sender",
        "section": "1",
        "mode": "man",
        "summary": "zabbixsender - Zabbix sender utility",
        "synopsis": "zabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] -s host -k key -o value\nzabbixsender [-v] -z server [-p port] [-I IP-address] [-t timeout] [-s host] [-T] [-N] [-r]",
        "flags": [
            {
                "flag": "-c",
                "long": "--config",
                "arg": null,
                "description": "Use config-file. Zabbix sender reads server details from the agentd configuration file. By default Zabbix sender does not read any configuration file. Only parameters Hostname, ServerActive, SourceIP, TLSConnect, TLSCAFile, TLSCRLFile, TLSServerCertIs‐‐ suer, TLSServerCertSubject, TLSCertFile, TLSKeyFile, TLSPSKIdentity and TLSPSKFile are supported. Hostname defined through HostnameItem parameter will not be picked up, in this case the hostname should be specified via command line (see -s option). All ad‐ dresses defined in the agent ServerActive configuration parameter are used for sending data. If sending of batch data fails to one address, the following batches are not sent to this address."
            },
            {
                "flag": "-z",
                "long": "--zabbix-server",
                "arg": null,
                "description": "Hostname or IP address of Zabbix server. If a host is monitored by a proxy, proxy hostname or IP address should be used instead. When used together with --config, overrides the entries of ServerActive parameter specified in agentd configuration file."
            },
            {
                "flag": "-p",
                "long": "--port",
                "arg": null,
                "description": "Specify port number of Zabbix server trapper running on the server. Default is 10051. When used together with --config, overrides the port entries of ServerActive parameter specified in agentd configuration file."
            },
            {
                "flag": "-I",
                "long": "--source-address",
                "arg": null,
                "description": "Specify source IP address. When used together with --config, overrides SourceIP pa‐ rameter specified in agentd configuration file."
            },
            {
                "flag": "-t",
                "long": "--timeout",
                "arg": null,
                "description": "Specify timeout. Valid range: 1-300 seconds (default: 60)"
            },
            {
                "flag": "-s",
                "long": "--host",
                "arg": null,
                "description": "Specify host name the item belongs to (as registered in Zabbix frontend). Host IP ad‐ dress and DNS name will not work. When used together with --config, overrides Host‐‐ name parameter specified in agentd configuration file."
            },
            {
                "flag": "-k",
                "long": "--key",
                "arg": null,
                "description": "Specify item key to send value to."
            },
            {
                "flag": "-o",
                "long": "--value",
                "arg": null,
                "description": "Specify item value."
            },
            {
                "flag": "-i",
                "long": "--input-file",
                "arg": null,
                "description": "Load values from input file. Specify - as <input-file> to read values from standard input. Each line of file contains whitespace delimited: <hostname> <key> <value>. Each value must be specified on its own line. Each line must contain 3 whitespace de‐ limited entries: <hostname> <key> <value>, where \"hostname\" is the name of monitored host as registered in Zabbix frontend, \"key\" is target item key and \"value\" - the value to send. Specify - as <hostname> to use hostname from agent configuration file or from --host argument. An example of a line of an input file: \"Linux DB3\" db.connections 43 The value type must be correctly set in item configuration of Zabbix frontend. Zabbix sender will send up to 250 values in one connection. Contents of the input file must be in the UTF-8 encoding. All values from the input file are sent in a sequential or‐ der top-down. Entries must be formatted using the following rules: • Quoted and non-quoted entries are supported. • Double-quote is the quoting character. • Entries with whitespace must be quoted. • Double-quote and backslash characters inside quoted entry must be escaped with a backslash. • Escaping is not supported in non-quoted entries. • Linefeed escape sequences (\\n) are supported in quoted strings. • Linefeed escape sequences are trimmed from the end of an entry."
            },
            {
                "flag": "-T",
                "long": "--with-timestamps",
                "arg": null,
                "description": "This option can be only used with --input-file option. Each line of the input file must contain 4 whitespace delimited entries: <hostname> <key> <timestamp> <value>. Timestamp should be specified in Unix timestamp format. If target item has triggers referencing it, all timestamps must be in an increasing order, otherwise event calculation will not be correct. An example of a line of the input file: \"Linux DB3\" db.connections 1429533600 43 For more details please see option --input-file. If a timestamped value is sent for a host that is in a “no data” maintenance type then this value will be dropped; however, it is possible to send a timestamped value in for an expired maintenance period and it will be accepted."
            },
            {
                "flag": "-N",
                "long": "--with-ns",
                "arg": null,
                "description": "This option can be only used with --with-timestamps option. Each line of the input file must contain 5 whitespace delimited entries: <hostname> <key> <timestamp> <ns> <value>. An example of a line of the input file: \"Linux DB3\" db.connections 1429533600 7402561 43 For more details please see option --input-file."
            },
            {
                "flag": "-r",
                "long": "--real-time",
                "arg": null,
                "description": "Send values one by one as soon as they are received. This can be used when reading from standard input. --tls-connect value How to connect to server or proxy. Values: unencrypted connect without encryption (default) 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 certifi‐ cate verification. --tls-crl-file CRL-file Full pathname of a file containing revoked certificates. --tls-server-cert-issuer cert-issuer Allowed server certificate issuer. --tls-server-cert-subject cert-subject Allowed server 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. --tls-cipher13 cipher-string Cipher string for OpenSSL 1.1.1 or newer for TLS 1.3. Override the default ciphersuite selection criteria. This option is not available if OpenSSL version is less than 1.1.1. --tls-cipher cipher-string GnuTLS priority string (for TLS 1.2 and up) or OpenSSL cipher string (only for TLS 1.2). Override the default ciphersuite selection criteria."
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "Verbose mode, -vv for more details."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Display this help and exit."
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Output version information and exit."
            }
        ],
        "examples": [
            "zabbixsender -c /etc/zabbix/zabbixagentd.conf -k mysql.queries -o 342.45",
            "Send 342.45 as the value for mysql.queries item of monitored host. Use monitored host",
            "and Zabbix server defined in agent configuration file.",
            "zabbixsender -c /etc/zabbix/zabbixagentd.conf -s \"Monitored Host\" -k mysql.queries -o",
            "Send 342.45 as the value for mysql.queries item of Monitored Host host using Zabbix",
            "server defined in agent configuration file.",
            "zabbixsender -z 192.168.1.113 -i datavalues.txt",
            "Send values from file datavalues.txt to Zabbix server with IP 192.168.1.113.  Host",
            "names and keys are defined in the file.",
            "echo \"- hw.serial.number 1287872261 SQ4321ASDF\" | zabbixsender -c /usr/local/etc/zab‐‐",
            "bixagentd.conf -T -i -",
            "Send a timestamped value from the commandline to Zabbix server, specified in the agent",
            "configuration file.  Dash in the input data indicates that hostname also should be",
            "used from the same configuration file.",
            "echo '\"Zabbix server\" trapper.item \"\"' | zabbixsender -z 192.168.1.113 -p 10000 -i -",
            "Send empty value of an item to the Zabbix server with IP address 192.168.1.113 on port",
            "10000 from the commandline.  Empty values must be indicated by empty double quotes.",
            "zabbixsender -z 192.168.1.113  -s \"Monitored Host\" -k mysql.queries -o 342.45 --tls-connect",
            "cert --tls-ca-file /home/zabbix/zabbixcafile --tls-cert-file /home/zabbix/zabbixagentd.crt",
            "--tls-key-file /home/zabbix/zabbixagentd.key",
            "Send 342.45 as the value for mysql.queries item in Monitored Host host to server with",
            "IP 192.168.1.113 using TLS with certificate.",
            "zabbixsender -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/zabbixagentd.psk",
            "Send 342.45 as the value for mysql.queries item in Monitored Host host to server with",
            "IP 192.168.1.113 using TLS with pre-shared key (PSK)."
        ],
        "see_also": [
            {
                "name": "zabbixagentd",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/zabbixagentd/8/json"
            },
            {
                "name": "zabbixget",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zabbixget/1/json"
            },
            {
                "name": "zabbixproxy",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/zabbixproxy/8/json"
            },
            {
                "name": "zabbixserver",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/zabbixserver/8/json"
            },
            {
                "name": "zabbixjs",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zabbixjs/1/json"
            },
            {
                "name": "bixagent2",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/bixagent2/8/json"
            },
            {
                "name": "zabbixwebservice",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/zabbixwebservice/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": [
                    {
                        "name": "-i",
                        "lines": 37,
                        "flag": "-i"
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-c --config",
                        "lines": 10,
                        "flag": "-c",
                        "long": "--config"
                    },
                    {
                        "name": "-z --zabbix-server",
                        "lines": 5,
                        "flag": "-z",
                        "long": "--zabbix-server"
                    },
                    {
                        "name": "-p --port",
                        "lines": 4,
                        "flag": "-p",
                        "long": "--port"
                    },
                    {
                        "name": "-I --source-address",
                        "lines": 3,
                        "flag": "-I",
                        "long": "--source-address"
                    },
                    {
                        "name": "-t --timeout",
                        "lines": 2,
                        "flag": "-t",
                        "long": "--timeout"
                    },
                    {
                        "name": "-s --host",
                        "lines": 4,
                        "flag": "-s",
                        "long": "--host"
                    },
                    {
                        "name": "-k --key",
                        "lines": 2,
                        "flag": "-k",
                        "long": "--key"
                    },
                    {
                        "name": "-o --value",
                        "lines": 2,
                        "flag": "-o",
                        "long": "--value"
                    },
                    {
                        "name": "-i --input-file",
                        "lines": 34,
                        "flag": "-i",
                        "long": "--input-file"
                    },
                    {
                        "name": "-T --with-timestamps",
                        "lines": 18,
                        "flag": "-T",
                        "long": "--with-timestamps"
                    },
                    {
                        "name": "-N --with-ns",
                        "lines": 12,
                        "flag": "-N",
                        "long": "--with-ns"
                    },
                    {
                        "name": "-r --real-time",
                        "lines": 47,
                        "flag": "-r",
                        "long": "--real-time"
                    },
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "lines": 3,
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "EXIT STATUS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "EXAMPLES",
                "lines": 5,
                "subsections": [
                    {
                        "name": "342.45",
                        "lines": 29
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 8,
                "subsections": []
            }
        ]
    }
}