SlideShare a Scribd company logo
1 of 38
Download to read offline
1
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
Zabbix - Powerful enterprise grade
monitoring driven by Open Source
Wolfgang Alper
CEO IntelliTrend GmbH, Zabbix Certified Trainer and Premium Partner
2
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
ZABBIX is an open source enterprise-level monitoring solution designed to monitor
millions of metrics in real time, collected from tens of thousands of servers, virtual
machines, network devices and applications
Over 300 000+ installation worldwide.
INSTALL
ZABBIX is trusted by customers all over the globe.
ZABBIX
3
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
WHAT TO MONITOR?
Solutions for different industries, application areas and use cases
Access control: Monitor changes in room temperature, use of
access cards and other sensors and logs.
KPI monitoring: Use collected metrics to create dashboards for your
business KPI monitoring: number of web visitors, number of
purchases, amount of devices manufactured per hour, etc.
Capacity monitoring: Monitor your infrastructure resource utilization and
let Zabbix help you plan your IT budget accordingly.
Configuration monitoring: Use Zabbix to enable monitoring of
software versions, keep track of installed applications and updates
Security monitoring: Monitor security risks by monitoring network
ports, malicious software, password files and other security entities.
Inventory monitoring: Utilize Zabbix to manage the inventory of your
devices – hardware , software serial numbers and much more!
Virtual
machines
Containers
Clouds
Hardware
Databases
Applications
Services
4
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
BASIC ARCHITECTURE
Frontend
Backend
Database
Agent
Proxy
Agent-
less
Agent
Apps
Visualization
Notifications
Integration
ZABBIX SERVER BACKEND
Core process responsible for data collection and analysis
Can be deployed on Linux, BSD, Raspbian and other Unix-like
operating systems
Native Zabbix server high availability cluster
DATABASE
PostgreSQL + TimescaleDB
FRONTEND
Data and configuration storage
MySQL and Community forks Oracle
PHP frontend for configuration management and data
visualization.
5
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
BASIC ARCHITECTURE
Data gathering
Gathered using various methods, including SNMP, native
agents, IPMI, API calls and others
Data storage
Collected data is stored for later analysis and visualization
in raw and compressed form for long term storage
Problem detection
Gathered data can be compared to thresholds or the
result of complex functions
Visualization
Data can be visualized using graphs, dashboard and
maps or made available to external applications
Alerting and escalation
Alerts sent out using different channels like email or SMS
or other channels like Jira
6
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
DISTRIBUTED MONITORING
Deploy Zabbix proxies in remote sites for added redundancy and ease of configuration
Australia
Active proxy
USA
Passive proxy
Select the direction of communication between Zabbix server and Zabbix proxies
Zabbix supports unlimited number of proxies
Scale up your monitoring by adding extra Zabbix proxies to your environment
7
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
DISTRIBUTED MONITORING
Collect data from thousands of
monitored devices:
Data compression
Monitor behind the firewall,DMZ
Collect data even in case of network
issues
Remotely run custom scripts on
monitored hosts
Control all Zabbix proxies from a single
pane of glass
8
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
EFFORTLESS DEPLOYMENT
Templates
Graphs
Discovery Rules
Triggers
Metrics
Dependencies
Save your time:
Install Zabbix in minutes
Use out-of-the-box templates for
most of the popular platforms
Automatically discover and create
your hosts in Zabbix
Deploy any Zabbix component by
using packages, docker containers,
cloud images or compile it from the
source code.
Receive Zabbix alerts by using out-
of-the box media type integrations
9
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
STAY IN CONTROL OF YOUR DATA
All of the collected metrics, problem
history, trends remain in your control
In addition to collecting history, Zabbix
provides the ability to store hourly trend
data – min, max, avg and count of collected
values per hour.
Define flexible data storage periods for
History, Trends, Events and other data
None of the data or telemetry gets
transferred to Zabbix or any other 3rd
party
History Events Trends
Example: Store 1 year of history, 6
months for events, 2 years for
trends.
.
.
10
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
Data
Collection
11
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
DATA COLLECTION: AGENTLESS
Simple ping and port checks
SNMP(v1, v2c, v3), HTTP, IPMI and SSH checks
Database monitoring via ODBC
Java applications monitoring
Web APIs and HTTP endpoints
Custom metrics/scripts
Aggregations and calculated checks
VMware monitoring
Web monitoring
Kubernetes monitoring
12
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
DATA COLLECTION: ZABBIX AGENT
Zabbix Agent can be deployed on any
Unix-like or Windows platforms and
collect metrics from any device or
application.
COLLECT DATA FROM THOUSANDS
OF MONITORED DEVICES:
Collect OS level performance and availability
metrics
Supports polling and sending traps
Provides native log monitoring
Create your own custom metrics
Mac
Linux
UNIX
UX
Polling
Trappin
g
WM
I
Efficient
Log
monitoring
Extrendable
13
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
DATA COLLECTION: PREPROCESSING
Zabbix offers a variety of approaches to transform the data before storing it in the
database
12 C
{”user”: 10004}
“GET /index.html HTTP/1.0”
200 28083
Unstructured text
Right trim
jSON
Regexp
Regexp
Temperature: 12
User count: 10004
Response code: 200
Size: 28083
Version: Apache 2.2.15 (Unix)
DNS lookup treads: 10
14
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
DATA COLLECTION: PREPROCESSING
Zabbix offers a variety of approaches to transform the data before storing it in the
database
Temperature in F: 32
Repeating values:
v1=1, v2=1, v3=1
Prometheus data:
jvm_buffer_memory_used_
bytes{id= "direct",} 81920
JavaScript
Throttling
Prometheus
pattern
Temperature in C: 0
Discard value, if it duplicates
the previous value: v1=1
Buffer memory used:
81920
.
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
Problem
Detection
16
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
PROBLEM DETECTION
Detect problems from the
incoming data flow automatically
Flexible problem definitions
Multiple problem severity levels
Correlation/root cause analysis
Anomaly detection
Baseline monitoring
Data trend analysis
17
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
PROBLEM DETECTION
Anomalies
Root causes
Trends
Use trend prediction to react proactively and
prevent the impact of the problem.
What is the value of the data item after a certain
time?
Example: how much free space will there be on
the server in a week's time?
When will the value of the data item approach
the threshold?
Example: when will the server reach less than
1GB of free space?
.
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
Alerting &
Notifications
19
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
ALERTING & NOTIFICATIONS
Get notified in case of any issues using different
channels:
Send messages via E-mail, SMS, Webhooks
Problem
Remediate Notify Escalate
Remediate issues automatically by executing
commands/scripts on agent or core server
Escalate problems according to flexible user-
defined Service Levels
Customize messages based on recipient's role
Customize messages with runtime and inventory
information
20
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
ITSM AND MESSAGING SYSTEM
INTEGRATIONS
JavaScript webhooks are open
for customization and sharing
Vast selection of official integrations
with the option to import custom
community integrations
Out of the box integrations for
solutions such as Jira
ServiceDesk, Slack, Opsgenie and
many more.
.
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
Discovery &
Automation
22
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
HOST DISCOVERY
NETWORK DISCOVERY:
periodically scans the network to detect changes and
performs user specified actions.
Network Discovered Application
Discovered Database
Discovered Web Server
ZABBIX SERVER
Scan network
for new
hosts
Create a new host in
Zabbix
Assign host to a host
group
Assign the
corresponding
templates
Notify a user
Execute a script
23
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
HOST DISCOVERY
AGENT AUTO-REGISTRATION:
configure automated monitoring of new equipment with Zabbix agents
installed. Newly deployed agents will send their metadata to the
Zabbix server and an autoregistration request will be received.
Network
I am a new Server
Metadata: Linux/MySQL
Automate host
creation - example
ZABBIX SERVER
New MySQL hosts
created and linked to
Linux/MySQL
templates
Assign a host to the DB
server host group
Notify the DB admin
Execute an
onboarding script on
the host
24
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
LOW LEVEL DISCOVERY
Let Zabbix automatically create items, triggers and graphs on your hosts,
depending on the host entities
Linux
Network
Template OS Linux
Filesystems
with one LLD rule
/
/data
/opt
/
/opt
/
/home
/data
/opt
Discover, monitor
and alert on
Filesystem partitions
per host
.
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
Data
Visualization
26
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
DATA
VISUALIZATION
Present your IT environment on Web interface using:
Widget-based
dashboards
Graphs Network maps Slideshows Scheduled
reports
27
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
VISUALIZATION: DASHBOARDS
Zabbix Dashboards are a central place in the web frontend that provides personalized details
about the monitored environment using dashboard widgets:
Top or bottom hosts sorted by
metric
Item values
Network and geographical maps
Graphs
Problem lists
Host status
SLA reports
28
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
VISUALIZATION: GEOMAPS
Zabbix geomaps enable Zabbix administrators to view the state of their infrastructure displayed on a geographical map.
29
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
VISUALIZATION: NETWORK MAPS
Create an interactive overview of your environment on multiple levels by using nested maps. Zabbix maps are
capable of displaying real-time status and values received by your monitored entities.
30
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
VISUALIZATION: REPORTS
Daily/Weekly/Monthly/Yearly reports
Schedule an e-mail report based on any of your existing dashboards
Select the period for which the data should be
provided in the report – previous D/Week/Month/Year
Send reports to individual users or members of a
user group
Send reports with either the report recipient or report
creator permissions
Customize report message and subject
.
.
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
More
Features
32
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
BUSINESS SERVICE MONITORING
With Zabbix you can monitor your business services and receive alerts about business service status change,
receive root cause analysis and monitor business service SLAs.
33
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
SECURITY
Strong encryption between all Zabbix
components
PROTECT YOUR DATA
PSK and certificate encryption support
TLS v. 1.2 and 1.3 support
Option to store all of your sensitive
credentials in an external vault
Multiple authentication methods:
Open LDAP, Active Directory
Flexible user permission and role schema
Full isolation between user groups and
host groups for multi-tenant deployments
Zabbix code is open for security audits
Granular
permissions
and roles
Zabbix web
interface
CyberArk
Vault
HashiCorp
Vault
Command-line
utilities
Agent key
restrictions
Zabbix
agents
Zabbix
proxies
Zabbix
database
bcrypt user
passwords
34
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
ZABBIX API
Get access to all Zabbix functionality
from external applications through
Zabbix API:
Integrate Zabbix with any part of your IT environment
Uses JSON-RPC 2.0 protocol
Requests and responses are encoded using
JSON format
Automate Zabbix management via API
Integrate Zabbix with third party software:
Configuration management, ticketing
systems
Retrieve and manage configuration and
historical data
Automation
tools
Graphing
tools
Notification
systems
Ticketing
systems
Configuration
management
Custom
systems
35
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
Third Party Apps for iOS/Android
36
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
BACKED BY PROFESSIONAL
SERVICES
Delivered by Zabbix or Zabbix official certified partners – regardless of time zone
or your preferred language.
Anything from deployment
or migration
To hands-on
Professional Training
24/7 global
technical support
And everything else
Zabbix related
37
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
DOWNLOAD & GET STARTED IN 10
MINUTES
Zabbix
packages
Zabbix
Cloud
Images
Zabbix
Containers
Zabbix
Appliance
Zabbix
Sources
Zabbix
Agents
Choose your platform for Zabbix
server
Install and configure Zabbix server
Configure Zabbix frontend
Start using Zabbix
.
38
© Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de
THANK
YOU!
Wolfgang Alper
CEO IntelliTrend GmbH, Zabbix Certified Trainer and Premium Partner

More Related Content

What's hot

Disaggregating Ceph using NVMeoF
Disaggregating Ceph using NVMeoFDisaggregating Ceph using NVMeoF
Disaggregating Ceph using NVMeoFShapeBlue
 
What you need to know about ceph
What you need to know about cephWhat you need to know about ceph
What you need to know about cephEmma Haruka Iwao
 
OSMC 2023 | Large-scale logging made easy by Alexandr Valialkin
OSMC 2023 | Large-scale logging made easy by Alexandr ValialkinOSMC 2023 | Large-scale logging made easy by Alexandr Valialkin
OSMC 2023 | Large-scale logging made easy by Alexandr ValialkinNETWAYS
 
Performance optimization for all flash based on aarch64 v2.0
Performance optimization for all flash based on aarch64 v2.0Performance optimization for all flash based on aarch64 v2.0
Performance optimization for all flash based on aarch64 v2.0Ceph Community
 
Introduction to Apache NiFi dws19 DWS - DC 2019
Introduction to Apache NiFi   dws19 DWS - DC 2019Introduction to Apache NiFi   dws19 DWS - DC 2019
Introduction to Apache NiFi dws19 DWS - DC 2019Timothy Spann
 
OpenvSwitch Deep Dive
OpenvSwitch Deep DiveOpenvSwitch Deep Dive
OpenvSwitch Deep Diverajdeep
 
2015 FOSDEM - OVS Stateful Services
2015 FOSDEM - OVS Stateful Services2015 FOSDEM - OVS Stateful Services
2015 FOSDEM - OVS Stateful ServicesThomas Graf
 
IBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageIBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageTony Pearson
 
Ceph RBD Update - June 2021
Ceph RBD Update - June 2021Ceph RBD Update - June 2021
Ceph RBD Update - June 2021Ceph Community
 
Open vSwitch 패킷 처리 구조
Open vSwitch 패킷 처리 구조Open vSwitch 패킷 처리 구조
Open vSwitch 패킷 처리 구조Seung-Hoon Baek
 
CDW: SAN vs. NAS
CDW: SAN vs. NASCDW: SAN vs. NAS
CDW: SAN vs. NASSpiceworks
 
2019.06.27 Intro to Ceph
2019.06.27 Intro to Ceph2019.06.27 Intro to Ceph
2019.06.27 Intro to CephCeph Community
 
IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015Doug O'Flaherty
 
Architecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesArchitecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesAmazon Web Services
 
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSE
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSEUnderstanding blue store, Ceph's new storage backend - Tim Serong, SUSE
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSEOpenStack
 
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia GuptaIntro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia GuptaInfluxData
 
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...xKinAnx
 

What's hot (20)

Disaggregating Ceph using NVMeoF
Disaggregating Ceph using NVMeoFDisaggregating Ceph using NVMeoF
Disaggregating Ceph using NVMeoF
 
What you need to know about ceph
What you need to know about cephWhat you need to know about ceph
What you need to know about ceph
 
OSMC 2023 | Large-scale logging made easy by Alexandr Valialkin
OSMC 2023 | Large-scale logging made easy by Alexandr ValialkinOSMC 2023 | Large-scale logging made easy by Alexandr Valialkin
OSMC 2023 | Large-scale logging made easy by Alexandr Valialkin
 
Performance optimization for all flash based on aarch64 v2.0
Performance optimization for all flash based on aarch64 v2.0Performance optimization for all flash based on aarch64 v2.0
Performance optimization for all flash based on aarch64 v2.0
 
Introduction to Apache NiFi dws19 DWS - DC 2019
Introduction to Apache NiFi   dws19 DWS - DC 2019Introduction to Apache NiFi   dws19 DWS - DC 2019
Introduction to Apache NiFi dws19 DWS - DC 2019
 
OpenvSwitch Deep Dive
OpenvSwitch Deep DiveOpenvSwitch Deep Dive
OpenvSwitch Deep Dive
 
2015 FOSDEM - OVS Stateful Services
2015 FOSDEM - OVS Stateful Services2015 FOSDEM - OVS Stateful Services
2015 FOSDEM - OVS Stateful Services
 
Cloud stack for_beginners
Cloud stack for_beginnersCloud stack for_beginners
Cloud stack for_beginners
 
Ceph issue 해결 사례
Ceph issue 해결 사례Ceph issue 해결 사례
Ceph issue 해결 사례
 
IBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageIBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object Storage
 
Ceph RBD Update - June 2021
Ceph RBD Update - June 2021Ceph RBD Update - June 2021
Ceph RBD Update - June 2021
 
Admincenter
AdmincenterAdmincenter
Admincenter
 
Open vSwitch 패킷 처리 구조
Open vSwitch 패킷 처리 구조Open vSwitch 패킷 처리 구조
Open vSwitch 패킷 처리 구조
 
CDW: SAN vs. NAS
CDW: SAN vs. NASCDW: SAN vs. NAS
CDW: SAN vs. NAS
 
2019.06.27 Intro to Ceph
2019.06.27 Intro to Ceph2019.06.27 Intro to Ceph
2019.06.27 Intro to Ceph
 
IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015
 
Architecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesArchitecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-Practices
 
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSE
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSEUnderstanding blue store, Ceph's new storage backend - Tim Serong, SUSE
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSE
 
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia GuptaIntro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
 
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
 

Similar to Zabbix – Powerful enterprise grade monitoring driven by Open Source by Wolfgang Alper

“Building Large-scale Distributed Computer Vision Solutions Without Starting ...
“Building Large-scale Distributed Computer Vision Solutions Without Starting ...“Building Large-scale Distributed Computer Vision Solutions Without Starting ...
“Building Large-scale Distributed Computer Vision Solutions Without Starting ...Edge AI and Vision Alliance
 
ArchivePod a legacy data solution when migrating to the #CLOUD
ArchivePod a legacy data solution when migrating to the #CLOUDArchivePod a legacy data solution when migrating to the #CLOUD
ArchivePod a legacy data solution when migrating to the #CLOUDGaret Keller
 
Updates to Apache CloudStack and LINBIT SDS
Updates to Apache CloudStack and LINBIT SDSUpdates to Apache CloudStack and LINBIT SDS
Updates to Apache CloudStack and LINBIT SDSShapeBlue
 
Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Software AG
 
Get your enterprise backup strategy ready for the digital world
Get your enterprise backup strategy ready for the digital worldGet your enterprise backup strategy ready for the digital world
Get your enterprise backup strategy ready for the digital worldVeritas Technologies LLC
 
Logstash and Maxmind: not just for GEOIP anymore
Logstash and Maxmind: not just for GEOIP anymoreLogstash and Maxmind: not just for GEOIP anymore
Logstash and Maxmind: not just for GEOIP anymoreFaithWestdorp
 
IBM Informix on cloud webcast August 2017
IBM Informix on cloud webcast August 2017IBM Informix on cloud webcast August 2017
IBM Informix on cloud webcast August 2017Pradeep Natarajan
 
Confidential Computing overview
Confidential Computing overviewConfidential Computing overview
Confidential Computing overviewMark Argent
 
Cloud30 E-Commerce
Cloud30 E-CommerceCloud30 E-Commerce
Cloud30 E-CommerceThiago Viola
 
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020InfluxData
 
002 Introducing Neo4j 5 for Administrators - NODES2022 AMERICAS Beginner 2 - ...
002 Introducing Neo4j 5 for Administrators - NODES2022 AMERICAS Beginner 2 - ...002 Introducing Neo4j 5 for Administrators - NODES2022 AMERICAS Beginner 2 - ...
002 Introducing Neo4j 5 for Administrators - NODES2022 AMERICAS Beginner 2 - ...Neo4j
 
Cisco connect winnipeg 2018 we make it simple
Cisco connect winnipeg 2018   we make it simpleCisco connect winnipeg 2018   we make it simple
Cisco connect winnipeg 2018 we make it simpleCisco Canada
 
IBM Informix - What's new in 12.10.xc7
IBM Informix - What's new in 12.10.xc7IBM Informix - What's new in 12.10.xc7
IBM Informix - What's new in 12.10.xc7Pradeep Natarajan
 
Altinity Webinar: Introduction to Altinity.Cloud-Platform for Real-Time Data.pdf
Altinity Webinar: Introduction to Altinity.Cloud-Platform for Real-Time Data.pdfAltinity Webinar: Introduction to Altinity.Cloud-Platform for Real-Time Data.pdf
Altinity Webinar: Introduction to Altinity.Cloud-Platform for Real-Time Data.pdfAltinity Ltd
 
“A Platform Approach to Developing Networked Visual AI Systems,” a Presentati...
“A Platform Approach to Developing Networked Visual AI Systems,” a Presentati...“A Platform Approach to Developing Networked Visual AI Systems,” a Presentati...
“A Platform Approach to Developing Networked Visual AI Systems,” a Presentati...Edge AI and Vision Alliance
 
Living objects network performance_management_v2
Living objects network performance_management_v2Living objects network performance_management_v2
Living objects network performance_management_v2Yoan SMADJA
 
Ibm cloud private and icp for data
Ibm cloud private and icp for dataIbm cloud private and icp for data
Ibm cloud private and icp for dataModusOptimum
 
Cloud IBM IaaS - SoftLayer e PaaS - BlueMix
Cloud IBM IaaS - SoftLayer e PaaS - BlueMixCloud IBM IaaS - SoftLayer e PaaS - BlueMix
Cloud IBM IaaS - SoftLayer e PaaS - BlueMixThiago Viola
 
Mastering the move
Mastering the moveMastering the move
Mastering the moveTrivadis
 

Similar to Zabbix – Powerful enterprise grade monitoring driven by Open Source by Wolfgang Alper (20)

“Building Large-scale Distributed Computer Vision Solutions Without Starting ...
“Building Large-scale Distributed Computer Vision Solutions Without Starting ...“Building Large-scale Distributed Computer Vision Solutions Without Starting ...
“Building Large-scale Distributed Computer Vision Solutions Without Starting ...
 
ArchivePod a legacy data solution when migrating to the #CLOUD
ArchivePod a legacy data solution when migrating to the #CLOUDArchivePod a legacy data solution when migrating to the #CLOUD
ArchivePod a legacy data solution when migrating to the #CLOUD
 
Updates to Apache CloudStack and LINBIT SDS
Updates to Apache CloudStack and LINBIT SDSUpdates to Apache CloudStack and LINBIT SDS
Updates to Apache CloudStack and LINBIT SDS
 
datonix product overview
datonix product overviewdatonix product overview
datonix product overview
 
Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022
 
Get your enterprise backup strategy ready for the digital world
Get your enterprise backup strategy ready for the digital worldGet your enterprise backup strategy ready for the digital world
Get your enterprise backup strategy ready for the digital world
 
Logstash and Maxmind: not just for GEOIP anymore
Logstash and Maxmind: not just for GEOIP anymoreLogstash and Maxmind: not just for GEOIP anymore
Logstash and Maxmind: not just for GEOIP anymore
 
IBM Informix on cloud webcast August 2017
IBM Informix on cloud webcast August 2017IBM Informix on cloud webcast August 2017
IBM Informix on cloud webcast August 2017
 
Confidential Computing overview
Confidential Computing overviewConfidential Computing overview
Confidential Computing overview
 
Cloud30 E-Commerce
Cloud30 E-CommerceCloud30 E-Commerce
Cloud30 E-Commerce
 
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
 
002 Introducing Neo4j 5 for Administrators - NODES2022 AMERICAS Beginner 2 - ...
002 Introducing Neo4j 5 for Administrators - NODES2022 AMERICAS Beginner 2 - ...002 Introducing Neo4j 5 for Administrators - NODES2022 AMERICAS Beginner 2 - ...
002 Introducing Neo4j 5 for Administrators - NODES2022 AMERICAS Beginner 2 - ...
 
Cisco connect winnipeg 2018 we make it simple
Cisco connect winnipeg 2018   we make it simpleCisco connect winnipeg 2018   we make it simple
Cisco connect winnipeg 2018 we make it simple
 
IBM Informix - What's new in 12.10.xc7
IBM Informix - What's new in 12.10.xc7IBM Informix - What's new in 12.10.xc7
IBM Informix - What's new in 12.10.xc7
 
Altinity Webinar: Introduction to Altinity.Cloud-Platform for Real-Time Data.pdf
Altinity Webinar: Introduction to Altinity.Cloud-Platform for Real-Time Data.pdfAltinity Webinar: Introduction to Altinity.Cloud-Platform for Real-Time Data.pdf
Altinity Webinar: Introduction to Altinity.Cloud-Platform for Real-Time Data.pdf
 
“A Platform Approach to Developing Networked Visual AI Systems,” a Presentati...
“A Platform Approach to Developing Networked Visual AI Systems,” a Presentati...“A Platform Approach to Developing Networked Visual AI Systems,” a Presentati...
“A Platform Approach to Developing Networked Visual AI Systems,” a Presentati...
 
Living objects network performance_management_v2
Living objects network performance_management_v2Living objects network performance_management_v2
Living objects network performance_management_v2
 
Ibm cloud private and icp for data
Ibm cloud private and icp for dataIbm cloud private and icp for data
Ibm cloud private and icp for data
 
Cloud IBM IaaS - SoftLayer e PaaS - BlueMix
Cloud IBM IaaS - SoftLayer e PaaS - BlueMixCloud IBM IaaS - SoftLayer e PaaS - BlueMix
Cloud IBM IaaS - SoftLayer e PaaS - BlueMix
 
Mastering the move
Mastering the moveMastering the move
Mastering the move
 

Recently uploaded

Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@vikas rana
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...Sheetaleventcompany
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
 
Motivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfMotivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfakankshagupta7348026
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...NETWAYS
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...NETWAYS
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrsaastr
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 

Recently uploaded (20)

Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
 
Motivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfMotivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdf
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 

Zabbix – Powerful enterprise grade monitoring driven by Open Source by Wolfgang Alper

  • 1. 1 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de Zabbix - Powerful enterprise grade monitoring driven by Open Source Wolfgang Alper CEO IntelliTrend GmbH, Zabbix Certified Trainer and Premium Partner
  • 2. 2 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de ZABBIX is an open source enterprise-level monitoring solution designed to monitor millions of metrics in real time, collected from tens of thousands of servers, virtual machines, network devices and applications Over 300 000+ installation worldwide. INSTALL ZABBIX is trusted by customers all over the globe. ZABBIX
  • 3. 3 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de WHAT TO MONITOR? Solutions for different industries, application areas and use cases Access control: Monitor changes in room temperature, use of access cards and other sensors and logs. KPI monitoring: Use collected metrics to create dashboards for your business KPI monitoring: number of web visitors, number of purchases, amount of devices manufactured per hour, etc. Capacity monitoring: Monitor your infrastructure resource utilization and let Zabbix help you plan your IT budget accordingly. Configuration monitoring: Use Zabbix to enable monitoring of software versions, keep track of installed applications and updates Security monitoring: Monitor security risks by monitoring network ports, malicious software, password files and other security entities. Inventory monitoring: Utilize Zabbix to manage the inventory of your devices – hardware , software serial numbers and much more! Virtual machines Containers Clouds Hardware Databases Applications Services
  • 4. 4 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de BASIC ARCHITECTURE Frontend Backend Database Agent Proxy Agent- less Agent Apps Visualization Notifications Integration ZABBIX SERVER BACKEND Core process responsible for data collection and analysis Can be deployed on Linux, BSD, Raspbian and other Unix-like operating systems Native Zabbix server high availability cluster DATABASE PostgreSQL + TimescaleDB FRONTEND Data and configuration storage MySQL and Community forks Oracle PHP frontend for configuration management and data visualization.
  • 5. 5 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de BASIC ARCHITECTURE Data gathering Gathered using various methods, including SNMP, native agents, IPMI, API calls and others Data storage Collected data is stored for later analysis and visualization in raw and compressed form for long term storage Problem detection Gathered data can be compared to thresholds or the result of complex functions Visualization Data can be visualized using graphs, dashboard and maps or made available to external applications Alerting and escalation Alerts sent out using different channels like email or SMS or other channels like Jira
  • 6. 6 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de DISTRIBUTED MONITORING Deploy Zabbix proxies in remote sites for added redundancy and ease of configuration Australia Active proxy USA Passive proxy Select the direction of communication between Zabbix server and Zabbix proxies Zabbix supports unlimited number of proxies Scale up your monitoring by adding extra Zabbix proxies to your environment
  • 7. 7 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de DISTRIBUTED MONITORING Collect data from thousands of monitored devices: Data compression Monitor behind the firewall,DMZ Collect data even in case of network issues Remotely run custom scripts on monitored hosts Control all Zabbix proxies from a single pane of glass
  • 8. 8 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de EFFORTLESS DEPLOYMENT Templates Graphs Discovery Rules Triggers Metrics Dependencies Save your time: Install Zabbix in minutes Use out-of-the-box templates for most of the popular platforms Automatically discover and create your hosts in Zabbix Deploy any Zabbix component by using packages, docker containers, cloud images or compile it from the source code. Receive Zabbix alerts by using out- of-the box media type integrations
  • 9. 9 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de STAY IN CONTROL OF YOUR DATA All of the collected metrics, problem history, trends remain in your control In addition to collecting history, Zabbix provides the ability to store hourly trend data – min, max, avg and count of collected values per hour. Define flexible data storage periods for History, Trends, Events and other data None of the data or telemetry gets transferred to Zabbix or any other 3rd party History Events Trends Example: Store 1 year of history, 6 months for events, 2 years for trends. . .
  • 10. 10 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de Data Collection
  • 11. 11 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de DATA COLLECTION: AGENTLESS Simple ping and port checks SNMP(v1, v2c, v3), HTTP, IPMI and SSH checks Database monitoring via ODBC Java applications monitoring Web APIs and HTTP endpoints Custom metrics/scripts Aggregations and calculated checks VMware monitoring Web monitoring Kubernetes monitoring
  • 12. 12 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de DATA COLLECTION: ZABBIX AGENT Zabbix Agent can be deployed on any Unix-like or Windows platforms and collect metrics from any device or application. COLLECT DATA FROM THOUSANDS OF MONITORED DEVICES: Collect OS level performance and availability metrics Supports polling and sending traps Provides native log monitoring Create your own custom metrics Mac Linux UNIX UX Polling Trappin g WM I Efficient Log monitoring Extrendable
  • 13. 13 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de DATA COLLECTION: PREPROCESSING Zabbix offers a variety of approaches to transform the data before storing it in the database 12 C {”user”: 10004} “GET /index.html HTTP/1.0” 200 28083 Unstructured text Right trim jSON Regexp Regexp Temperature: 12 User count: 10004 Response code: 200 Size: 28083 Version: Apache 2.2.15 (Unix) DNS lookup treads: 10
  • 14. 14 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de DATA COLLECTION: PREPROCESSING Zabbix offers a variety of approaches to transform the data before storing it in the database Temperature in F: 32 Repeating values: v1=1, v2=1, v3=1 Prometheus data: jvm_buffer_memory_used_ bytes{id= "direct",} 81920 JavaScript Throttling Prometheus pattern Temperature in C: 0 Discard value, if it duplicates the previous value: v1=1 Buffer memory used: 81920 .
  • 15. © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de Problem Detection
  • 16. 16 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de PROBLEM DETECTION Detect problems from the incoming data flow automatically Flexible problem definitions Multiple problem severity levels Correlation/root cause analysis Anomaly detection Baseline monitoring Data trend analysis
  • 17. 17 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de PROBLEM DETECTION Anomalies Root causes Trends Use trend prediction to react proactively and prevent the impact of the problem. What is the value of the data item after a certain time? Example: how much free space will there be on the server in a week's time? When will the value of the data item approach the threshold? Example: when will the server reach less than 1GB of free space? .
  • 18. © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de Alerting & Notifications
  • 19. 19 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de ALERTING & NOTIFICATIONS Get notified in case of any issues using different channels: Send messages via E-mail, SMS, Webhooks Problem Remediate Notify Escalate Remediate issues automatically by executing commands/scripts on agent or core server Escalate problems according to flexible user- defined Service Levels Customize messages based on recipient's role Customize messages with runtime and inventory information
  • 20. 20 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de ITSM AND MESSAGING SYSTEM INTEGRATIONS JavaScript webhooks are open for customization and sharing Vast selection of official integrations with the option to import custom community integrations Out of the box integrations for solutions such as Jira ServiceDesk, Slack, Opsgenie and many more. .
  • 21. © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de Discovery & Automation
  • 22. 22 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de HOST DISCOVERY NETWORK DISCOVERY: periodically scans the network to detect changes and performs user specified actions. Network Discovered Application Discovered Database Discovered Web Server ZABBIX SERVER Scan network for new hosts Create a new host in Zabbix Assign host to a host group Assign the corresponding templates Notify a user Execute a script
  • 23. 23 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de HOST DISCOVERY AGENT AUTO-REGISTRATION: configure automated monitoring of new equipment with Zabbix agents installed. Newly deployed agents will send their metadata to the Zabbix server and an autoregistration request will be received. Network I am a new Server Metadata: Linux/MySQL Automate host creation - example ZABBIX SERVER New MySQL hosts created and linked to Linux/MySQL templates Assign a host to the DB server host group Notify the DB admin Execute an onboarding script on the host
  • 24. 24 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de LOW LEVEL DISCOVERY Let Zabbix automatically create items, triggers and graphs on your hosts, depending on the host entities Linux Network Template OS Linux Filesystems with one LLD rule / /data /opt / /opt / /home /data /opt Discover, monitor and alert on Filesystem partitions per host .
  • 25. © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de Data Visualization
  • 26. 26 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de DATA VISUALIZATION Present your IT environment on Web interface using: Widget-based dashboards Graphs Network maps Slideshows Scheduled reports
  • 27. 27 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de VISUALIZATION: DASHBOARDS Zabbix Dashboards are a central place in the web frontend that provides personalized details about the monitored environment using dashboard widgets: Top or bottom hosts sorted by metric Item values Network and geographical maps Graphs Problem lists Host status SLA reports
  • 28. 28 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de VISUALIZATION: GEOMAPS Zabbix geomaps enable Zabbix administrators to view the state of their infrastructure displayed on a geographical map.
  • 29. 29 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de VISUALIZATION: NETWORK MAPS Create an interactive overview of your environment on multiple levels by using nested maps. Zabbix maps are capable of displaying real-time status and values received by your monitored entities.
  • 30. 30 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de VISUALIZATION: REPORTS Daily/Weekly/Monthly/Yearly reports Schedule an e-mail report based on any of your existing dashboards Select the period for which the data should be provided in the report – previous D/Week/Month/Year Send reports to individual users or members of a user group Send reports with either the report recipient or report creator permissions Customize report message and subject . .
  • 31. © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de More Features
  • 32. 32 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de BUSINESS SERVICE MONITORING With Zabbix you can monitor your business services and receive alerts about business service status change, receive root cause analysis and monitor business service SLAs.
  • 33. 33 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de SECURITY Strong encryption between all Zabbix components PROTECT YOUR DATA PSK and certificate encryption support TLS v. 1.2 and 1.3 support Option to store all of your sensitive credentials in an external vault Multiple authentication methods: Open LDAP, Active Directory Flexible user permission and role schema Full isolation between user groups and host groups for multi-tenant deployments Zabbix code is open for security audits Granular permissions and roles Zabbix web interface CyberArk Vault HashiCorp Vault Command-line utilities Agent key restrictions Zabbix agents Zabbix proxies Zabbix database bcrypt user passwords
  • 34. 34 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de ZABBIX API Get access to all Zabbix functionality from external applications through Zabbix API: Integrate Zabbix with any part of your IT environment Uses JSON-RPC 2.0 protocol Requests and responses are encoded using JSON format Automate Zabbix management via API Integrate Zabbix with third party software: Configuration management, ticketing systems Retrieve and manage configuration and historical data Automation tools Graphing tools Notification systems Ticketing systems Configuration management Custom systems
  • 35. 35 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de Third Party Apps for iOS/Android
  • 36. 36 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de BACKED BY PROFESSIONAL SERVICES Delivered by Zabbix or Zabbix official certified partners – regardless of time zone or your preferred language. Anything from deployment or migration To hands-on Professional Training 24/7 global technical support And everything else Zabbix related
  • 37. 37 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de DOWNLOAD & GET STARTED IN 10 MINUTES Zabbix packages Zabbix Cloud Images Zabbix Containers Zabbix Appliance Zabbix Sources Zabbix Agents Choose your platform for Zabbix server Install and configure Zabbix server Configure Zabbix frontend Start using Zabbix .
  • 38. 38 © Copyright 2023 Zabbix SIA ● www.zabbix.com - IntelliTrend GmbH ● www.intellitrend.de THANK YOU! Wolfgang Alper CEO IntelliTrend GmbH, Zabbix Certified Trainer and Premium Partner