What are the four basic building blocks of a service check? - *answers * host, item, trigger, and
action
Where is the Zabbix server daemon located? - *answers * /sbin/zabbix_server
What command would you execute to display the Zabbix version? - *answers * zabbix_server -V
What command would you execute to start Zabbix and use an alternate configuration file
located at /mnt/zabbix/test.conf? - *answers * zabbix_server -c /mnt/zabbix/test.conf
What command would you execute to start Zabbix and simultaneously reload the configuration
cache? - *answers * zabbix_server -R config_cache_reload
Does the Zabbix server process have to be ran by root? - *answers * No, Zabbix server is
designed to run as a non-root user. If you will try to run it as 'root', it will switch to a hardcoded
'zabbix' user.
Where are the Zabbix init scripts located? - *answers * misc/init.d
Where is the Zabbix agent daemon located? - *answers * /sbin/zabbix_agentd
What command would you execute to test a given item on a host running a Zabbix agent? -
*answers * zabbix_agentd -t <item>
Where is the Zabbix proxy daemon located? - *answers * /sbin/zabbix_proxy