# - Zabbix Sender (UNIX)

Zabbix UNIX Sender is a command line utility which may be used to send
performance data to Zabbix Server for processing.

The utility is usually used in long running user scripts for periodical
sending of availability and performance data. Zabbix Sender can be
started by executing:

    shell> cd bin
    shell> ./zabbix_sender -z zabbix -p 10051 -s LinuxDB3 -k db.connections -o 43

See [Zabbix Sender manpage](/manpages/zabbix_sender) for more
information.
