Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Zabbix 2024-2025. Questions and Correct, Verified Answers. Graded A, Exams of Computer Science

Zabbix 2024-2025. Questions and Correct, Verified Answers. Graded A

Typology: Exams

2024/2025

Uploaded on 12/15/2024

ChitCode
ChitCode 🇬🇧

3.6K documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Zabbix 2024-2025. Questions and Correct,
Verified Answers. Graded A
Does the Zabbix server process have to be ran by root? - ANSNo, 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.
What are the four basic building blocks of a service check? - ANShost, item,
trigger, and action
What command would you execute to display the Zabbix version? -
ANSzabbix_server -V
What command would you execute to start Zabbix and simultaneously reload the
configuration cache? - ANSzabbix_server -R config_cache_reload
What command would you execute to start Zabbix and use an alternate
configuration file located at /mnt/zabbix/test.conf? - ANSzabbix_server -c
/mnt/zabbix/test.conf
What command would you execute to test a given item on a host running a Zabbix
agent? - ANSzabbix_agentd -t <item>
Where are the Zabbix init scripts located? - ANSmisc/init.d
Where is the Zabbix agent daemon located? - ANS/sbin/zabbix_agentd
pf2

Partial preview of the text

Download Zabbix 2024-2025. Questions and Correct, Verified Answers. Graded A and more Exams Computer Science in PDF only on Docsity!

Zabbix 2024-2025. Questions and Correct,

Verified Answers. Graded A

Does the Zabbix server process have to be ran by root? - ANSNo, 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. What are the four basic building blocks of a service check? - ANShost, item, trigger, and action What command would you execute to display the Zabbix version? - ANSzabbix_server -V What command would you execute to start Zabbix and simultaneously reload the configuration cache? - ANSzabbix_server -R config_cache_reload What command would you execute to start Zabbix and use an alternate configuration file located at /mnt/zabbix/test.conf? - ANSzabbix_server -c /mnt/zabbix/test.conf What command would you execute to test a given item on a host running a Zabbix agent? - ANSzabbix_agentd -t Where are the Zabbix init scripts located? - ANSmisc/init.d Where is the Zabbix agent daemon located? - ANS/sbin/zabbix_agentd

Where is the Zabbix proxy daemon located? - ANS/sbin/zabbix_proxy Where is the Zabbix server daemon located? - ANS/sbin/zabbix_server