Book Image

Zabbix 1.8 Network Monitoring

By : Rihards Olups
Book Image

Zabbix 1.8 Network Monitoring

By: Rihards Olups

Overview of this book

Imagine you're celebrating the start of the weekend with Friday-night drinks with a few friends. And then suddenly your phone rings -- one of the servers you administer has gone down, and it needs to be back up before tomorrow morning. So you drag yourself back to the office, only to discover that some log files have been growing more than usual over the past few weeks and have filled up the hard drive. While the scenario above is very simplistic, something similar has happened to most IT workers at one or another point in their careers. To avoid such situations this book will teach you to monitor your network hardware, servers, and web performance using Zabbix- an open source system monitoring and reporting solution.The versatility of Zabbix allows monitoring virtually anything, but getting started with the new concepts can take some time. This book will take you through the most common tasks in a hands-on, step by step manner.Zabbix is a very flexible IT monitoring suite, but not every part of it is immediately clear to new users. Following the instructions in this book should allow you to set up monitoring of various metrics on various devices, including Linux and Windows machines, SNMP devices, IPMI enabled server,s and other network attached equipment. You will learn to define conditions – such a temperature being too high or service being down – and act upon them by notifying user by email, SMS, or even restarting service. You will learn to visualize the gathered data with graphs and the various tips and tricks that are provided will help to use Zabbix more efficiently and avoid common pitfalls.This book covers setting up Zabbix from the scratch and gradually introduces basic components of Zabbix, moving to more advanced topics later. Book's scope is based on the author's experience of working with Zabbix for many years, as well as on the questions users have asked on the Zabbix IRC channel and forums.
Table of Contents (22 chapters)
Zabbix 1.8 Network Monitoring
Credits
About the Author
About the Reviewers
Preface
6
Acting Upon Monitored Conditions

Chapter 14. Upgrading Zabbix

While some users choose to use distribution package systems for Zabbix, some features and bug fixes in latter versions make for compelling reasons to upgrade more frequently.

Even for users that stick to distribution packages, it is useful to have a deeper knowledge of the upgrade process and possible consequences. In this chapter we will look at:

  • General upgrade and versioning policy - what versions can be upgraded to what, do version numbers mean anything, and so on.

  • What a patchlevel upgrade includes (that is, upgrading, for example, from 1.8.1 to 1.8.2).

  • What should be done for a minor or major version upgrade (for example, going from 1.6 to 1.8 or from 1.8 to 2.0).

  • Compatibility between different Zabbix components. We'll find out whether we can run different versions of components together, and if yes, what exactly.

General policy

Most software packages have general guidelines when it comes to their upgrade cycle, sort of a policy. To discuss them further, let...