Zabbix is a widely used popular server monitoring and alerting system. Here I am giving a tip to check the version of the existing zabbix installation from the command line or terminal.

You can check the version of zabbix server from the command line or terminal using the following command

zabbix_server --version

To check the version of zabbix agent, execute the following command.

zabbix_agentd -V
Advertisement