SlideShare ist ein Scribd-Unternehmen logo
1 von 38
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Artigo: Aplicando recomendações de segurança na instalação do Zabbix
Artigo: Aplicando recomendações de segurança na instalação do ZabbixArtigo: Aplicando recomendações de segurança na instalação do Zabbix
Artigo: Aplicando recomendações de segurança na instalação do Zabbix
Aécio Pires
 

Was ist angesagt? (20)

Wireshark tutorial
Wireshark tutorialWireshark tutorial
Wireshark tutorial
 
Aircrack
AircrackAircrack
Aircrack
 
Zabbix
ZabbixZabbix
Zabbix
 
Wifi hacking
Wifi hackingWifi hacking
Wifi hacking
 
Hack wifi password using kali linux
Hack wifi password using kali linuxHack wifi password using kali linux
Hack wifi password using kali linux
 
Packet analysis using wireshark
Packet analysis using wiresharkPacket analysis using wireshark
Packet analysis using wireshark
 
VM for cloud infrastructure
VM for cloud infrastructureVM for cloud infrastructure
VM for cloud infrastructure
 
Wifi cracking Step by Step Using CMD and Kali Linux 2018
Wifi cracking Step by Step Using CMD and Kali Linux 2018Wifi cracking Step by Step Using CMD and Kali Linux 2018
Wifi cracking Step by Step Using CMD and Kali Linux 2018
 
Artigo: Aplicando recomendações de segurança na instalação do Zabbix
Artigo: Aplicando recomendações de segurança na instalação do ZabbixArtigo: Aplicando recomendações de segurança na instalação do Zabbix
Artigo: Aplicando recomendações de segurança na instalação do Zabbix
 
Advanced REXX Programming Techniques
Advanced REXX Programming TechniquesAdvanced REXX Programming Techniques
Advanced REXX Programming Techniques
 
Meraki Cloud Networking Workshop
Meraki Cloud Networking WorkshopMeraki Cloud Networking Workshop
Meraki Cloud Networking Workshop
 
Docker Nedir, Ne İşe Yarar, Nasıl Kullanılmalıdır?
Docker Nedir, Ne İşe Yarar, Nasıl Kullanılmalıdır? Docker Nedir, Ne İşe Yarar, Nasıl Kullanılmalıdır?
Docker Nedir, Ne İşe Yarar, Nasıl Kullanılmalıdır?
 
Wireless Penetration Testing
Wireless Penetration TestingWireless Penetration Testing
Wireless Penetration Testing
 
Kernel Recipes 2019 - Suricata and XDP
Kernel Recipes 2019 - Suricata and XDPKernel Recipes 2019 - Suricata and XDP
Kernel Recipes 2019 - Suricata and XDP
 
Monitoramento de servidores e ativos de rede com zabbix
Monitoramento de servidores e ativos de rede com zabbixMonitoramento de servidores e ativos de rede com zabbix
Monitoramento de servidores e ativos de rede com zabbix
 
Janus/SIP @ OpenSIPS 2017
Janus/SIP @ OpenSIPS 2017Janus/SIP @ OpenSIPS 2017
Janus/SIP @ OpenSIPS 2017
 
Automating Zabbix with Puppet (Werner Dijkerman / 26-11-2015)
Automating Zabbix with Puppet (Werner Dijkerman / 26-11-2015)Automating Zabbix with Puppet (Werner Dijkerman / 26-11-2015)
Automating Zabbix with Puppet (Werner Dijkerman / 26-11-2015)
 
Virtualization in Cloud Computing
Virtualization in Cloud ComputingVirtualization in Cloud Computing
Virtualization in Cloud Computing
 
wireshark
wiresharkwireshark
wireshark
 
Bug Bounty - Play For Money
Bug Bounty - Play For MoneyBug Bounty - Play For Money
Bug Bounty - Play For Money
 

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

“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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
David Celestin
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
Kayode Fayemi
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Hung Le
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
ZurliaSoop
 

Kürzlich hochgeladen (20)

LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORNLITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
 
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait Cityin kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptxBEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Lions New Portal from Narsimha Raju Dichpally 320D.pptx
Lions New Portal from Narsimha Raju Dichpally 320D.pptxLions New Portal from Narsimha Raju Dichpally 320D.pptx
Lions New Portal from Narsimha Raju Dichpally 320D.pptx
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptx
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. Mumbai
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. MumbaiCall Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. Mumbai
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. Mumbai
 
History of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth deathHistory of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth death
 
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINESBIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
 
Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 

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