SlideShare a Scribd company logo
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

Nsx security deep dive
Nsx security deep diveNsx security deep dive
Nsx security deep dive
solarisyougood
 
MySQL Operator for Kubernetes
MySQL Operator for KubernetesMySQL Operator for Kubernetes
MySQL Operator for Kubernetes
Kenny Gryp
 
Introduction to Block and File storage on AWS
Introduction to Block and File storage on AWSIntroduction to Block and File storage on AWS
Introduction to Block and File storage on AWS
Amazon Web Services
 
Amazon ElastiCache and Redis
Amazon ElastiCache and RedisAmazon ElastiCache and Redis
Amazon ElastiCache and Redis
Amazon Web Services
 
Ceph c01
Ceph c01Ceph c01
Ceph c01
Lâm Đào
 
Monitoring all Elements of Your Database Operations With Zabbix
Monitoring all Elements of Your Database Operations With ZabbixMonitoring all Elements of Your Database Operations With Zabbix
Monitoring all Elements of Your Database Operations With Zabbix
Zabbix
 
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
NETWAYS
 
GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)
GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)
GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)
Phil Wilkins
 
Rancher Labs - Your own PaaS in action
Rancher Labs - Your own PaaS in actionRancher Labs - Your own PaaS in action
Rancher Labs - Your own PaaS in action
CSUC - Consorci de Serveis Universitaris de Catalunya
 
Red Hat Insights
Red Hat InsightsRed Hat Insights
Red Hat Insights
Alessandro Silva
 
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Amazon Web Services
 
INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365
Dylan Redfield
 
IBM Spectrum Scale Authentication for File Access - Deep Dive
IBM Spectrum Scale Authentication for File Access - Deep DiveIBM Spectrum Scale Authentication for File Access - Deep Dive
IBM Spectrum Scale Authentication for File Access - Deep Dive
Shradha Nayak Thakare
 
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web ServicesAmazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Robert Wilson
 
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & SnowmobileData Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
Amazon Web Services
 
Introduction to Amazon Aurora
Introduction to Amazon AuroraIntroduction to Amazon Aurora
Introduction to Amazon Aurora
Amazon Web Services
 
High Performance Object Storage in 30 Minutes with Supermicro and MinIO
High Performance Object Storage in 30 Minutes with Supermicro and MinIOHigh Performance Object Storage in 30 Minutes with Supermicro and MinIO
High Performance Object Storage in 30 Minutes with Supermicro and MinIO
Rebekah Rodriguez
 
Pinot: Realtime Distributed OLAP datastore
Pinot: Realtime Distributed OLAP datastorePinot: Realtime Distributed OLAP datastore
Pinot: Realtime Distributed OLAP datastore
Kishore Gopalakrishna
 
AWS IAM Introduction
AWS IAM IntroductionAWS IAM Introduction
AWS IAM Introduction
Amazon Web Services
 
How Netflix Monitors Applications in Near Real-time w Amazon Kinesis - ABD401...
How Netflix Monitors Applications in Near Real-time w Amazon Kinesis - ABD401...How Netflix Monitors Applications in Near Real-time w Amazon Kinesis - ABD401...
How Netflix Monitors Applications in Near Real-time w Amazon Kinesis - ABD401...
Amazon Web Services
 

What's hot (20)

Nsx security deep dive
Nsx security deep diveNsx security deep dive
Nsx security deep dive
 
MySQL Operator for Kubernetes
MySQL Operator for KubernetesMySQL Operator for Kubernetes
MySQL Operator for Kubernetes
 
Introduction to Block and File storage on AWS
Introduction to Block and File storage on AWSIntroduction to Block and File storage on AWS
Introduction to Block and File storage on AWS
 
Amazon ElastiCache and Redis
Amazon ElastiCache and RedisAmazon ElastiCache and Redis
Amazon ElastiCache and Redis
 
Ceph c01
Ceph c01Ceph c01
Ceph c01
 
Monitoring all Elements of Your Database Operations With Zabbix
Monitoring all Elements of Your Database Operations With ZabbixMonitoring all Elements of Your Database Operations With Zabbix
Monitoring all Elements of Your Database Operations With Zabbix
 
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
 
GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)
GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)
GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)
 
Rancher Labs - Your own PaaS in action
Rancher Labs - Your own PaaS in actionRancher Labs - Your own PaaS in action
Rancher Labs - Your own PaaS in action
 
Red Hat Insights
Red Hat InsightsRed Hat Insights
Red Hat Insights
 
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
 
INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365
 
IBM Spectrum Scale Authentication for File Access - Deep Dive
IBM Spectrum Scale Authentication for File Access - Deep DiveIBM Spectrum Scale Authentication for File Access - Deep Dive
IBM Spectrum Scale Authentication for File Access - Deep Dive
 
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web ServicesAmazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
 
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & SnowmobileData Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
 
Introduction to Amazon Aurora
Introduction to Amazon AuroraIntroduction to Amazon Aurora
Introduction to Amazon Aurora
 
High Performance Object Storage in 30 Minutes with Supermicro and MinIO
High Performance Object Storage in 30 Minutes with Supermicro and MinIOHigh Performance Object Storage in 30 Minutes with Supermicro and MinIO
High Performance Object Storage in 30 Minutes with Supermicro and MinIO
 
Pinot: Realtime Distributed OLAP datastore
Pinot: Realtime Distributed OLAP datastorePinot: Realtime Distributed OLAP datastore
Pinot: Realtime Distributed OLAP datastore
 
AWS IAM Introduction
AWS IAM IntroductionAWS IAM Introduction
AWS IAM Introduction
 
How Netflix Monitors Applications in Near Real-time w Amazon Kinesis - ABD401...
How Netflix Monitors Applications in Near Real-time w Amazon Kinesis - ABD401...How Netflix Monitors Applications in Near Real-time w Amazon Kinesis - ABD401...
How Netflix Monitors Applications in Near Real-time w Amazon Kinesis - ABD401...
 

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 #CLOUD
Garet 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 SDS
ShapeBlue
 
datonix product overview
datonix product overviewdatonix product overview
datonix product overview
Gianluigi Riccio
 
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
Software 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 world
Veritas 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 anymore
FaithWestdorp
 
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
Pradeep Natarajan
 
Confidential Computing overview
Confidential Computing overviewConfidential Computing overview
Confidential Computing overview
Mark Argent
 
Cloud30 E-Commerce
Cloud30 E-CommerceCloud30 E-Commerce
Cloud30 E-Commerce
Thiago 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 2020
InfluxData
 
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 simple
Cisco 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.xc7
Pradeep 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.pdf
Altinity 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_v2
Yoan 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 data
ModusOptimum
 
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
Thiago Viola
 
Mastering the move
Mastering the moveMastering the move
Mastering the move
Trivadis
 

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

一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
gfysze
 
Genesis chapter 3 Isaiah Scudder.pptx
Genesis    chapter 3 Isaiah Scudder.pptxGenesis    chapter 3 Isaiah Scudder.pptx
Genesis chapter 3 Isaiah Scudder.pptx
FamilyWorshipCenterD
 
Data Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 PoznańData Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 Poznań
Norbert Orzechowicz
 
Proposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP IncProposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP Inc
Raheem Muhammad
 
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPEACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
Charmi13
 
2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report
UkraineCrisisMediaCenter
 
2023 Ukraine Crisis Media Center Annual Report
2023 Ukraine Crisis Media Center Annual Report2023 Ukraine Crisis Media Center Annual Report
2023 Ukraine Crisis Media Center Annual Report
UkraineCrisisMediaCenter
 
2023 Ukraine Crisis Media Center Finance Balance
2023 Ukraine Crisis Media Center Finance Balance2023 Ukraine Crisis Media Center Finance Balance
2023 Ukraine Crisis Media Center Finance Balance
UkraineCrisisMediaCenter
 
Legislation And Regulations For Import, Manufacture,.pptx
Legislation And Regulations For Import, Manufacture,.pptxLegislation And Regulations For Import, Manufacture,.pptx
Legislation And Regulations For Import, Manufacture,.pptx
Charmi13
 
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
mamekyn
 
AWS User Group Torino 2024 #3 - 18/06/2024
AWS User Group Torino 2024 #3 - 18/06/2024AWS User Group Torino 2024 #3 - 18/06/2024
AWS User Group Torino 2024 #3 - 18/06/2024
Guido Maria Nebiolo
 
Prsentation for VIVA Welike project 1semester.pptx
Prsentation for VIVA Welike project 1semester.pptxPrsentation for VIVA Welike project 1semester.pptx
Prsentation for VIVA Welike project 1semester.pptx
prafulpawar29
 
Gamify it until you make it Improving Agile Development and Operations with ...
Gamify it until you make it  Improving Agile Development and Operations with ...Gamify it until you make it  Improving Agile Development and Operations with ...
Gamify it until you make it Improving Agile Development and Operations with ...
Ben Linders
 
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
eagxaf
 
Public Art Is (Re)connection: people, heritage and spaces
Public Art Is (Re)connection: people, heritage and spacesPublic Art Is (Re)connection: people, heritage and spaces
Public Art Is (Re)connection: people, heritage and spaces
Marta Pucciarelli
 
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
Call Girls In Bangalore 7339748667  available hotel and home full enjoyCall Girls In Bangalore 7339748667  available hotel and home full enjoy
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
akbard9823
 
SASi-SPi Science Policy Lab Pre-engagement
SASi-SPi Science Policy Lab Pre-engagementSASi-SPi Science Policy Lab Pre-engagement
SASi-SPi Science Policy Lab Pre-engagement
Francois Stepman
 
Cybersecurity Presentation PowerPoint!!!
Cybersecurity Presentation PowerPoint!!!Cybersecurity Presentation PowerPoint!!!
Cybersecurity Presentation PowerPoint!!!
arichardson21686
 
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
vfuvxao
 
Bridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarshipBridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarship
Inesm9
 

Recently uploaded (20)

一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
 
Genesis chapter 3 Isaiah Scudder.pptx
Genesis    chapter 3 Isaiah Scudder.pptxGenesis    chapter 3 Isaiah Scudder.pptx
Genesis chapter 3 Isaiah Scudder.pptx
 
Data Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 PoznańData Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 Poznań
 
Proposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP IncProposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP Inc
 
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPEACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
 
2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report
 
2023 Ukraine Crisis Media Center Annual Report
2023 Ukraine Crisis Media Center Annual Report2023 Ukraine Crisis Media Center Annual Report
2023 Ukraine Crisis Media Center Annual Report
 
2023 Ukraine Crisis Media Center Finance Balance
2023 Ukraine Crisis Media Center Finance Balance2023 Ukraine Crisis Media Center Finance Balance
2023 Ukraine Crisis Media Center Finance Balance
 
Legislation And Regulations For Import, Manufacture,.pptx
Legislation And Regulations For Import, Manufacture,.pptxLegislation And Regulations For Import, Manufacture,.pptx
Legislation And Regulations For Import, Manufacture,.pptx
 
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
 
AWS User Group Torino 2024 #3 - 18/06/2024
AWS User Group Torino 2024 #3 - 18/06/2024AWS User Group Torino 2024 #3 - 18/06/2024
AWS User Group Torino 2024 #3 - 18/06/2024
 
Prsentation for VIVA Welike project 1semester.pptx
Prsentation for VIVA Welike project 1semester.pptxPrsentation for VIVA Welike project 1semester.pptx
Prsentation for VIVA Welike project 1semester.pptx
 
Gamify it until you make it Improving Agile Development and Operations with ...
Gamify it until you make it  Improving Agile Development and Operations with ...Gamify it until you make it  Improving Agile Development and Operations with ...
Gamify it until you make it Improving Agile Development and Operations with ...
 
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
 
Public Art Is (Re)connection: people, heritage and spaces
Public Art Is (Re)connection: people, heritage and spacesPublic Art Is (Re)connection: people, heritage and spaces
Public Art Is (Re)connection: people, heritage and spaces
 
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
Call Girls In Bangalore 7339748667  available hotel and home full enjoyCall Girls In Bangalore 7339748667  available hotel and home full enjoy
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
 
SASi-SPi Science Policy Lab Pre-engagement
SASi-SPi Science Policy Lab Pre-engagementSASi-SPi Science Policy Lab Pre-engagement
SASi-SPi Science Policy Lab Pre-engagement
 
Cybersecurity Presentation PowerPoint!!!
Cybersecurity Presentation PowerPoint!!!Cybersecurity Presentation PowerPoint!!!
Cybersecurity Presentation PowerPoint!!!
 
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
 
Bridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarshipBridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarship
 

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