본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Zabbix 4 Network Monitoring Third Edition 상세페이지

Zabbix 4 Network Monitoring Third Edition

Monitor the performance of your network devices and applications using the all-new Zabbix 4.0

  • 관심 0
소장
전자책 정가
27,000원
판매가
27,000원
출간 정보
  • 2019.01.21 전자책 출간
듣기 기능
TTS(듣기) 지원
파일 정보
  • PDF
  • 784 쪽
  • 33.4MB
지원 환경
  • PC뷰어
  • PAPER
ISBN
9781789345247
ECN
-
Zabbix 4 Network Monitoring Third Edition

작품 정보

▶Book Description
Zabbix 4 Network Monitoring is the perfect starting point for monitoring the performance of your network devices and applications with Zabbix. Even if you’ve never used a monitoring solution before, this book will get you up and running quickly. You’ll learn to monitor more sophisticated operations with ease and soon feel in complete control of your network, ready to meet any challenges you might face.

Starting with the installation, you will discover the new features in Zabbix 4.0. You will then get to grips with native Zabbix agents and Simple Network Management Protocol (SNMP) devices. You will also explore Zabbix's integrated functionality for monitoring Java application servers and VMware. This book also covers notifications, permission management, system maintenance, and troubleshooting, so you can be confident that every potential challenge and task is under your control. If you're working with larger environments, you'll also be able to find out more about distributed data collection using Zabbix proxies. Once you're confident and ready to put these concepts into practice, you will understand how to optimize and improve performance. Troubleshooting network issues is vital for anyone working with Zabbix, so the book also helps you work through any technical snags and glitches you might face.

By the end of this book, you will have learned more advanced techniques to fine-tune your system and make sure it is in a healthy state.

▶What You Will Learn
⦁ Install Zabbix server and an agent from source
⦁ Manage hosts, users, and permissions while acting upon monitored conditions
⦁ Visualize data with the help of ad hoc graphs, custom graphs, and maps
⦁ Simplify complex configurations and learn to automate them
⦁ Monitor everything from web pages to IPMI devices and Java applications to VMware stats
⦁ Configure Zabbix to send alerts including problem severity and time periods
⦁ Troubleshoot any network issue

▶Key Features
⦁ Experience the full impact of Zabbix 4.0, a useful and increasingly popular tool
⦁ Enhance your network’s performance and manage hosts and systems
⦁ A step-by-step guide to smarter network monitoring

▶Who This Book Is For
If you're new to Zabbix look no further than this book. Zabbix 4 Network Monitoring is for system and network administrators who are looking to put their knowledge to work with Zabbix 4.0.

▶What this book covers
⦁ Chapter 1, Getting Started with Zabbix, gives an overview of Zabbix features and architecture, and guides you through installing a Zabbix server, frontend, and agent on the same system. We will set up a Zabbix database as well. The information in this chapter will give you an idea of what the product is capable of and help you understand the main components, as well as getting you started with a real, working installation.

⦁ Chapter 2, Getting Your First Notification, teaches you how to navigate around the Zabbix UI. This will be continued with setting up a monitored host, an item, and a trigger. The collected data will be viewed in a visual way, and then the system will be configured to send an email when a threshold is exceeded. This setup will be tested.

⦁ Chapter 3, Monitoring with Zabbix Agents and Basic Protocols, explores the differences between passive and active agents/items. The benefits and drawbacks of each will be discussed to aid you in deciding which one to use. Several types of agentless checks will be covered, including ICMP ping checks.

⦁ Chapter 4, Monitoring SNMP Devices, covers a very popular monitoring method, especially for network devices—SNMP. Industry-standard tools for SNMP will be briefly introduced. Adding MIB files so that Zabbix can use them will be explained. Both SNMP polling and trapping with Zabbix will be shown in a practical way. SNMP bulkget support will be covered, including potential pitfalls.

⦁ Chapter 5, Managing Hosts, Users, and Permissions, looks at the management of hosts, host groups (including nested group functionality), users, and user groups.

⦁ Chapter 6, Detecting Problems with Triggers, expands on the ways to define problem conditions. To help you understand the concept of separate problem conditions, the way triggers are not directly attached to hosts will be covered.

⦁ Chapter 7, Acting upon Monitored Conditions, uses the new knowledge on data collection and problem definitions (items and triggers) to demonstrate the possible ways to send out alerts. Ways to configure email and integration with issue-tracking systems will be covered. Repeated alerts and escalations to other users and user groups will be explained.

⦁ Chapter 8, Simplifying Complex Configurations with Templates, introduces templates and advocates for their use. The benefits of templates will be clearly explained, and the template management process will be demonstrated.

⦁ Chapter 9, Visualizing Data with Screens and Slideshows, ties in closely with the previous chapter, introducing additional visualization elements—dashboards, screens, and slide shows. It also expands on the sharing of these elements, which also applies to network maps.

⦁ Chapter 10, Advanced Item Monitoring, deep-dives into many of the remaining data collection and transformation options. You will learn how to monitor log files and use calculated and aggregate items that reuse previously collected values. The most popular way to extend Zabbix agent with new items, user parameters, will be demonstrated in detail, along with a similar way to collect data on the server side, external checks.

⦁ Chapter 11, Automating Configuration, introduces and provides lots of detail on the ways to automate both host entity creation and the creation of hosts themselves in Zabbix. The built-in LLD features, including the Zabbix agent (filesystems, network interfaces, CPUs, and more) and SNMP, will be explored in detail, and ways to completely customize it by scripting will be demonstrated, too.

⦁ Chapter 12, Monitoring Web Pages, delves into monitoring web pages in two main ways—using web scenarios and web page-related Zabbix agent items. With web scenarios, data storage details will be shared and alerting approaches will be discussed. Both simple and more complicated monitoring (involving logging in) will be covered.

⦁ Chapter 13, High-Level Business Service Monitoring, uses the data collection, alerting, and visualization knowledge that you will have gained as a springboard to gain a high-level overview of the services that can calculate SLA. In this chapter, you will learn how best to design, configure, and test the service tree with a generated dataset and view the results in the built-in reports.

⦁ Chapter 14, Monitoring IPMI Devices, covers most of the things needed to monitor IPMI, a protocol supported by nearly all server class systems nowadays. You will learn how to create IPMI items in Zabbix, and look at the more complex discrete sensor monitoring. For sensors that return bit-mapped values, a special Zabbix trigger function, bitwise(), will be explained in detail.

⦁ Chapter 15, Monitoring Java Applications, looks into the built-in support for JMX monitoring and Zabbix Java gateway. We'll start by installing and configuring it to work with Zabbix server and proceed with basic JMX value gathering.

⦁ Chapter 16, Monitoring VMware, demonstrates using the built-in VMware monitoring by applying the default templates. After an easy start, you will get familiar with the way these templates and VMware monitoring and discovery works, and you'll be exposed to host prototypes.

⦁ Chapter 17, Using Proxies to Monitor Remote Locations, teaches you about Zabbix proxies—remote data collectors. Both active and passive Zabbix proxies will be configured, and the benefits of using one or the other will be explained.

⦁ Chapter 18, Encrypting Zabbix Traffic, looks at the encryption between Zabbix components (the server, proxy, and agent) and trying it out in a practical manner. An overview of the supported backend libraries will be provided.

⦁ Chapter 19, Working Closely with Data, looks at some low-level things, including database structure and some content, in detail. You will find out where collected data is stored and learn how to perform some modifications, such as restoring access after forgetting your Zabbix password.

⦁ Chapter 20, Zabbix Maintenance, focuses on keeping Zabbix itself running. An important topic covered will be internal monitoring, which shows cache usage, process busy rates, unsupported item count, value collection count, and other statistics. You will also learn about the best practice for backing up and restoring a Zabbix database.

작가 소개

⦁ Patrik Uytterhoeven
Patrik Uytterhoeven has over 16 years of experience in IT, mostly with HP UNIX and Red Hat Linux. In late 2012, he joined Open-Future, a leading open source integrator and the first Zabbix reseller and training partner in Belgium. When Patrik joined Open-Future, he also became a Zabbix certified trainer. Since then, he has provided training and public demonstrations around the world, from Belgium to America and Asia. His next step was to author a book, so the first Zabbix Cookbook was born. Because Patrik also has a deep interest in configuration management, he wrote some Ansible roles. Patrik was also a technical reviewer of Learning Ansible and Ansible Configuration Management, both published by Packt Publishing.

⦁ Rihards Olups
Rihards Olups has over 20 years of experience in IT, most of it with open source solutions. He started using Zabbix in 2001, and joined Zabbix company later. Rihards spent 6 years at Zabbix, helping users and customers get the most value out of the monitoring tool. He briefly gets his mind off of Zabbix by improving OpenStreetMap.

리뷰

0.0

구매자 별점
0명 평가

이 작품을 평가해 주세요!

건전한 리뷰 정착 및 양질의 리뷰를 위해 아래 해당하는 리뷰는 비공개 조치될 수 있음을 안내드립니다.
  1. 타인에게 불쾌감을 주는 욕설
  2. 비속어나 타인을 비방하는 내용
  3. 특정 종교, 민족, 계층을 비방하는 내용
  4. 해당 작품의 줄거리나 리디 서비스 이용과 관련이 없는 내용
  5. 의미를 알 수 없는 내용
  6. 광고 및 반복적인 글을 게시하여 서비스 품질을 떨어트리는 내용
  7. 저작권상 문제의 소지가 있는 내용
  8. 다른 리뷰에 대한 반박이나 논쟁을 유발하는 내용
* 결말을 예상할 수 있는 리뷰는 자제하여 주시기 바랍니다.
이 외에도 건전한 리뷰 문화 형성을 위한 운영 목적과 취지에 맞지 않는 내용은 담당자에 의해 리뷰가 비공개 처리가 될 수 있습니다.
아직 등록된 리뷰가 없습니다.
첫 번째 리뷰를 남겨주세요!
'구매자' 표시는 유료 작품 결제 후 다운로드하거나 리디셀렉트 작품을 다운로드 한 경우에만 표시됩니다.
무료 작품 (프로모션 등으로 무료로 전환된 작품 포함)
'구매자'로 표시되지 않습니다.
시리즈 내 무료 작품
'구매자'로 표시되지 않습니다. 하지만 같은 시리즈의 유료 작품을 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
작품을 영구 삭제해도 '구매자' 표시는 남아있습니다.
결제 취소
'구매자' 표시가 자동으로 사라집니다.

개발/프로그래밍 베스트더보기

  • AI 에이전트 인 액션 (마이클 래넘, 류광)
  • 개정2판 | 파인만의 컴퓨터 강의 (리처드 파인만, 서환수)
  • 코드 너머, 회사보다 오래 남을 개발자 (김상기, 배문교)
  • 생성형 AI를 위한 프롬프트 엔지니어링 (제임스 피닉스, 마이크 테일러)
  • 핸즈온 LLM (제이 알아마르, 마르턴 흐루턴도르스트)
  • 모던 소프트웨어 엔지니어링 (데이비드 팔리, 박재호)
  • 객체지향 시스템 디자인 원칙 (마우리시오 아니체, 오현석)
  • 테디노트의 랭체인을 활용한 RAG 비법노트_기본편 (이경록(테디노트))
  • 시스템 설계 면접 완벽 가이드 (지용 탄, 나정호)
  • 요즘 우아한 AI 개발 (우아한형제들)
  • 최고의 프롬프트 엔지니어링 강의 (김진중)
  • 개정2판 | 시작하세요! 도커/쿠버네티스 (용찬호)
  • 핸즈온 생성형 AI (오마르 산세비에로, 페드로 쿠엥카)
  • LLM 인 프로덕션 (크리스토퍼 브루소, 매슈 샤프)
  • 랭체인과 랭그래프로 구현하는 RAG・AI 에이전트 실전 입문 (니시미 마사히로, 요시다 신고)
  • 주니어 백엔드 개발자가 반드시 알아야 할 실무 지식 (최범균)
  • 멀티패러다임 프로그래밍 (유인동)
  • 개정판 | Do it! 플러터 앱 개발 & 출시하기 (조준수)
  • 기획자로 산다는 것 (카카)
  • 개정판 | Do it! 점프 투 파이썬 (박응용)

본문 끝 최상단으로 돌아가기

spinner
앱으로 연결해서 다운로드하시겠습니까?
닫기 버튼
대여한 작품은 다운로드 시점부터 대여가 시작됩니다.
앱으로 연결해서 보시겠습니까?
닫기 버튼
앱이 설치되어 있지 않으면 앱 다운로드로 자동 연결됩니다.
모바일 버전