Podcast
Questions and Answers
What type of proxy connects and sends configuration and data to the server at specified intervals?
What type of proxy connects and sends configuration and data to the server at specified intervals?
What does a passive proxy unable to perform?
What does a passive proxy unable to perform?
What is used to improve data transfer speed without impacting CPU and memory when sent by a proxy?
What is used to improve data transfer speed without impacting CPU and memory when sent by a proxy?
What must be monitored using internal items for the Zabbix server, adjusting configuration if necessary?
What must be monitored using internal items for the Zabbix server, adjusting configuration if necessary?
Signup and view all the answers
What does the 'Zabbix proxy' not do?
What does the 'Zabbix proxy' not do?
Signup and view all the answers
How is the load distributed for data collection on the Zabbix server?
How is the load distributed for data collection on the Zabbix server?
Signup and view all the answers
What does a Zabbix proxy do if the Zabbix server is unreachable?
What does a Zabbix proxy do if the Zabbix server is unreachable?
Signup and view all the answers
What template is used to monitor proxy internal metrics and ensure the server notices an active proxy missing?
What template is used to monitor proxy internal metrics and ensure the server notices an active proxy missing?
Signup and view all the answers
What does adding a regular host to monitor the proxy involve linking to?
What does adding a regular host to monitor the proxy involve linking to?
Signup and view all the answers
How many communication ports are needed between the Zabbix server and proxy?
How many communication ports are needed between the Zabbix server and proxy?
Signup and view all the answers
What is the maximum number of proxy pollers per passive proxy that may be utilized simultaneously?
What is the maximum number of proxy pollers per passive proxy that may be utilized simultaneously?
Signup and view all the answers
Which file controls how many pollers contact proxies in Zabbix server configuration?
Which file controls how many pollers contact proxies in Zabbix server configuration?
Signup and view all the answers
What does the ProxyMode parameter value 1 indicate in the Zabbix proxy configuration file?
What does the ProxyMode parameter value 1 indicate in the Zabbix proxy configuration file?
Signup and view all the answers
Which parameter in the Zabbix server configuration file controls how often configuration changes are sent to passive proxies?
Which parameter in the Zabbix server configuration file controls how often configuration changes are sent to passive proxies?
Signup and view all the answers
What is the purpose of ProxyOfflineBuffer in the Zabbix proxy configuration file?
What is the purpose of ProxyOfflineBuffer in the Zabbix proxy configuration file?
Signup and view all the answers
What does the ProxyLocalBuffer parameter in the Zabbix proxy configuration file determine?
What does the ProxyLocalBuffer parameter in the Zabbix proxy configuration file determine?
Signup and view all the answers
What is the purpose of Server IP address or DNS name of Zabbix server in the Zabbix proxy configuration file?
What is the purpose of Server IP address or DNS name of Zabbix server in the Zabbix proxy configuration file?
Signup and view all the answers
What controls how often data is requested from passive proxies in the Zabbix server configuration file?
What controls how often data is requested from passive proxies in the Zabbix server configuration file?
Signup and view all the answers
Which process is used for communication between Zabbix server and passive proxy?
Which process is used for communication between Zabbix server and passive proxy?
Signup and view all the answers
What is the primary function of the Zabbix proxy?
What is the primary function of the Zabbix proxy?
Signup and view all the answers
What is a requirement for Zabbix server in terms of handling historical information?
What is a requirement for Zabbix server in terms of handling historical information?
Signup and view all the answers
What is the consequence of using throttling on proxies?
What is the consequence of using throttling on proxies?
Signup and view all the answers
When will a proxy not send data from a master item to the server?
When will a proxy not send data from a master item to the server?
Signup and view all the answers
What is a feature of Zabbix Agent 2 written in Go (GoLang)?
What is a feature of Zabbix Agent 2 written in Go (GoLang)?
Signup and view all the answers
What is a requirement for setting up an active proxy with SQLite by using Podman?
What is a requirement for setting up an active proxy with SQLite by using Podman?
Signup and view all the answers
What is a consequence of a communication error with Zabbix server for a proxy?
What is a consequence of a communication error with Zabbix server for a proxy?
Signup and view all the answers
What is a feature of Zabbix Agent 2 regarding TCP connections?
What is a feature of Zabbix Agent 2 regarding TCP connections?
Signup and view all the answers
What is a consequence of using multiple proxies to offload Zabbix server?
What is a consequence of using multiple proxies to offload Zabbix server?
Signup and view all the answers
What is a requirement for creating two hosts to monitor internal metrics of proxies?
What is a requirement for creating two hosts to monitor internal metrics of proxies?
Signup and view all the answers
What is a consequence of not keeping history for a master item?
What is a consequence of not keeping history for a master item?
Signup and view all the answers
Study Notes
Zabbix Proxy Communication Overview
- Zabbix proxy can work in active or passive mode, controlling update intervals in different ways.
- Active proxy connects and sends configuration and data to the server at specified intervals.
- Passive proxy can't perform configuration cache reloading and ignores certain runtime commands.
- When creating or configuring a proxy, options include specifying encryption parameters.
- The proxy list in the frontend displays proxy mode, encryption, compression, and last seen information.
- All data sent by a proxy is compressed, improving data transfer speed without impacting CPU and memory.
- The health of all Zabbix proxies must be monitored using internal items for the Zabbix server, adjusting configuration if necessary.
- The built-in "Zabbix proxy health" template monitors proxy internal metrics and ensures the server notices an active proxy missing.
- Adding a regular host to monitor the proxy involves linking to the "Zabbix proxy health" template and checking the latest data, graphs, and screens.
- Zabbix proxy is a data collector that doesn't calculate triggers, process and correlate events, or send alerts, but supports other functionalities.
- All data on Zabbix server is collected only using trappers or proxy pollers, with the load distributed by adding more proxies and preprocessing done by proxies.
- Zabbix proxy caches data if the Zabbix server is unreachable, and only a single communication port is needed between the Zabbix server and proxy.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Test your knowledge of Zabbix proxy communication with this quiz. Explore topics such as active and passive modes, encryption parameters, monitoring proxy health, and the role of the proxy in data collection and preprocessing.