General Knowledge About Zabbix
General Knowledge About Zabbix
==============================
Q1: In your own words please explain what is Zabbix and what can be done with it? Provide
some use cases.
A: Zabbix is a monitoring platform that supports many ways and protocols to ingest data
from different resources and create logics to fire alarms, notify and visualize all that
information in one platform.
==============================
Q2: What platforms can be used for running Zabbix server? Which database engines are
supported?
A: You can use Linux distros like centos, rocky, alma, rhel, ubuntu, oracle, raspberry, suse.
For databases you can use mariadb, mysql and postgres.
==============================
(Advanced questions)
Q3: What is the difference between Active and Passive (polling and trapping) checks?
A: In a passive way Zabbix Server starts the connection and ask the information to the agent
(passive agent, snmp agent, simple checks) in active mode the agent starts the connection
and send the information to the Zabbix Server (active agent, snmp traps).
==============================
Q4: How can you monitor multiple physical locations with one Zabbix instance (e.g. office in
Chicago and data servers on Amazon cloud platforms while Zabbix server is installed in data
centre in Riga)? Is it actually possible?
A: There 2 ways:
1) You have to allow the connection through VPNs between the Zabbix server and the
locations (on premise and cloud) but it could be difficult or inefficient.
2) You have to install proxys, one in the Chicago office and another one inside the
cloud, then you have to connect these proxys with the Zabbix server.
==============================
Then, please move de zip file to the folder that you want use for the agent and unzip it.
Then edit the zabbix_agentd.conf file and set the following parameters and save:
Server= your_zabbixServer_ip
ServerActive= your_zabbixServer_ip
Hostname= name_of_the_machine_monitored
After that, please run your CMD console (press Windows key + r) and write cmd, then press
enter. (Ensure to run cmd as an administrator).
Once the window is open, move to the folder that contains the agent and execute the below
commands:
zabbix_agentd.exe --config zabbix_agentd.conf -install
zabbix_agentd.exe -start
Then you will be able to manage the agent as an any windows service.
A:
==============================
A: Dear customer, As I can see in your logs, your credentials to access the database don’t
work. Please check if you have created the user zabbix to access the database and the
permissions that was set are correct. You can check the connection through the bash
console executing: mysql -uzabbix -p’your_password’ -D zabbix
============
Q7: Where can I find information about Zabbix Appliance and configuration? Can the
Appliance be used as a production instance on a virtual machine?
==============================
Q8: Please write down approximately 5 minutes long speech where you tell potential
customers about Zabbix, its functionality and benefits.
Zabbix is a centralized enterprise monitoring platform that allows you to monitor different
resources and technologies through multiple protocols.
For example, you can monitor your servers, containers, networking devices, databases, java
applications, logs, web pages and any source that can exposed data through and standard
protocol. Then you can monitor all these resources from a centralized view and notice when
some of these components are affected (for example receiving and alert or notification).
Zabbix is opensource, in that way you don’t need licenses for every device that you want to
monitor.
Zabbix is continuously developed to ensure to our clients new features that corresponds to
the new technologies.
We have offices around the world and a clear growth roadmap that support our quality and
compromise to our clients.