29 Questions
1 Views
3.6 Stars

Zabbix SSL Day1 P2

Test your knowledge of Zabbix practical setup and SSL configuration with this quiz. Covering topics such as MySQL installation, Zabbix server setup, SSL certificate types, Nginx SSL configuration, and Docker images for Zabbix components, this quiz will assess your understanding of securing and configuring Zabbix for optimal performance and security.

Created by
@SpellboundTropicalIsland

Start Quiz

Study Flashcards

Questions and Answers

What is the correct step to set up NGINX in Zabbix frontend?

Create a new host and link the template 'Nginx by HTTP'

What does the macro {$NGINX.DROP_RATE.MAX.WARN} represent?

The critical rate of the dropped connections for trigger expression

What is the purpose of modifying the zabbix.conf file?

To add a new location section for stub_status

What does the Zabbix template 'Nginx by Zabbix agent' collect metrics through?

<p>Polling ngx_http_stub_status_module</p> Signup and view all the answers

What should be done if HTTPS protocol is used in NGINX monitoring?

<p>Modify user macros: {$NGINX.STUB_STATUS.PORT} = 443 {$NGINX.STUB_STATUS.SCHEME} = https</p> Signup and view all the answers

What is the default value for the path of Nginx stub_status page?

<p>basic_status</p> Signup and view all the answers

What is the purpose of the Zabbix template 'Nginx Plus by HTTP'?

<p>To monitor Nginx Plus using HTTP</p> Signup and view all the answers

What is the correct step to set up NGINX in Zabbix frontend if HTTPS protocol is used?

<p>Modify user macros: {$NGINX.STUB_STATUS.PORT} = 443 {$NGINX.STUB_STATUS.SCHEME} = https</p> Signup and view all the answers

What does the macro {$NGINX.RESPONSE_TIME.MAX.WARN} represent?

<p>The Nginx maximum response time in seconds for trigger expression</p> Signup and view all the answers

What is the purpose of the Zabbix template 'Nginx by HTTP'?

<p>To monitor Nginx by HTTP</p> Signup and view all the answers

Which component is not mentioned as being available as a Docker image provided by Zabbix?

<p>MongoDB</p> Signup and view all the answers

What version of PHP is used in the installation of Zabbix frontend?

<p>8.0</p> Signup and view all the answers

Which SSL certificate type is explained as being created by a trusted certificate authority?

<p>Domain-validated certificate</p> Signup and view all the answers

What is used for securing the Zabbix frontend?

<p>Creating a new Zabbix Super Admin user</p> Signup and view all the answers

In SSL configuration for Nginx, what is included to redirect traffic from HTTP to HTTPS?

<p>301 redirect directive</p> Signup and view all the answers

Which Linux base images are mentioned as being available for Zabbix components in Docker?

<p>Alpine Linux and CentOS</p> Signup and view all the answers

What is the purpose of SSL tuning mentioned in the text?

<p>To improve security and performance</p> Signup and view all the answers

What is the main focus of the text regarding SSL certificates and browser behaviors?

<p>Browser trust of self-signed vs. trusted CA signed SSL certificates</p> Signup and view all the answers

What is the purpose of creating a secure directory for SSL private key and certificate files?

<p>To prevent unauthorized access to sensitive files</p> Signup and view all the answers

What is the database used for the Zabbix installation?

<p>MySQL</p> Signup and view all the answers

What command is used to add a Docker repository?

<h1>dnf config-manager --add-repo <a href="https://download.docker.com/linux/centos/docker-ce.repo">https://download.docker.com/linux/centos/docker-ce.repo</a></h1> Signup and view all the answers

What is the purpose of the '--env' option in the Docker run command?

<p>To set configuration variables for the container</p> Signup and view all the answers

Which environment variable is used to specify the frequency of service manager synchronization?

<p>ZBX_SERVICEMANAGERSYNCFREQUENCY</p> Signup and view all the answers

What is the purpose of the PSK file in the TLS configuration for a Zabbix proxy?

<p>To provide the TLS pre-shared key</p> Signup and view all the answers

What does the '--restart unless-stopped' option in the Docker run command do?

<p>It restarts the container if it stops unexpectedly</p> Signup and view all the answers

What is the purpose of the Zabbix native HA solution?

<p>To provide high availability for Zabbix frontend</p> Signup and view all the answers

What is the purpose of the '--env ZBX_PROXYMODE=0' environment variable in the Docker run command for starting a Zabbix proxy instance?

<p>To define the proxy mode for the Zabbix proxy</p> Signup and view all the answers

What is the purpose of the '--env ZBX_TLSPSKIDENTITY=p_psk' environment variable in the Docker run command for starting a Zabbix proxy instance with TLS?

<p>To specify the TLS PSK identity for the proxy</p> Signup and view all the answers

What is the purpose of the '-v /root/zabbix-docker/enc:/var/lib/zabbix/enc' option in the Docker run command for starting a Zabbix proxy instance with TLS?

<p>To mount the Zabbix proxy's configuration directory</p> Signup and view all the answers

Study Notes

Zabbix Practical Setup and SSL Configuration

  • Installation of MySQL 8 community edition and creation of Zabbix database with schema and users
  • Installation of Zabbix server with MySQL support and Zabbix frontend on NGINX + php-fpm + PHP 8.0
  • Securing Zabbix frontend by creating a new Zabbix Super Admin user and configuring firewall settings
  • Introduction to HTTPS for Zabbix frontend and SSL/TLS protocols
  • Explanation of SSL certificate types: self-signed and trusted CA signed SSL certificates
  • Instructions for creating a secure directory for SSL private key and certificate files
  • SSL configuration in Nginx, including traffic redirection from HTTP to HTTPS
  • Different browser behaviors with trusted and self-signed SSL certificates
  • Overview of SSL tuning for improved security and performance
  • Practical setup steps for configuring Zabbix frontend with HTTPS and checking web certificate details
  • Docker images provided by Zabbix for different components such as MySQL, PostgreSQL, Apache2, and Nginx
  • Availability of Zabbix components on Ubuntu, Alpine Linux, and CentOS base images in Docker

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Quizzes Like This

Zabbix 6 Day2 P5
30 questions

Zabbix 6 Day2 P5

SpellboundTropicalIsland avatar
SpellboundTropicalIsland
Zabbix SNMP OID Discovery Quiz Day2 P6
24 questions
Zabbix 6 Day1 P1
24 questions

Zabbix 6 Day1 P1

SpellboundTropicalIsland avatar
SpellboundTropicalIsland
Use Quizgecko on...
Browser
Browser