DAY 3 EXAM
When receiving log files from an active Zabbix agent, what must you
define to filter the logs? - ANSWERS-Regular expression (regexp)
True or false. Maxlines parameter defines how many lines can be sent
to the server per second - ANSWERS-True
Regarding log monitoring, is it possible to skip older log lines for a
log file that was just added? What can do this? - ANSWERS-Skip
parameter
Regarding log file monitoring, when is it recommended to use
log.count? - ANSWERS-When you receive a large amount of log
entries for the same thing in a very short amount of time.
Are macros supported in URLs for HTTP requests? - ANSWERS-Yes
Regarding HTTP requests, what does the Timeout value mean? -
ANSWERS-Max time for making a connection and also the max time
for performing the HTTP request.
What happens if Zabbix gets an HTTP code that is not on the defined
list of expected response codes? - ANSWERS-It will become
unsupported
, True or false. The HTTP result can be converted to JSON format
automatically. - ANSWERS-True. If using 'Content-Type:
application/json'
What is the default HTTP proxy port? - ANSWERS-TCP/1080
What are the five authentication options supported? - ANSWERS-
None, Basic, NTLM, Kerberos, Digest
What is the custom CA location when using SSL certificates? -
ANSWERS-/home/zabbix/ssl/CA
Regarding web monitoring. Zabbix can perform multiple steps in a
pre-defined order when accessing a website. What happens if one of
the steps fails? - ANSWERS-The scenario will stop on that step (If-
else not supported)
What must you create to monitor a website? - ANSWERS-Web
scenario
True or false. Zabbix cannot authenticate to a web server using
certificates. - ANSWERS-False. It can if provided with the SSL cert
file, key file and ssl key password.
In which folder should you store SSL certs (by default)? -
ANSWERS-/home/zabbix/ssl/certs