Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Zabbix Network Monitoring Essentials
  • Toc
  • feedback
Zabbix Network Monitoring Essentials

Zabbix Network Monitoring Essentials

By : Andrea Dalle Vacche, Stefano Kewan Lee
4 (6)
close
Zabbix Network Monitoring Essentials

Zabbix Network Monitoring Essentials

4 (6)
By: Andrea Dalle Vacche, Stefano Kewan Lee

Overview of this book

If you are an experienced network administrator looking for a comprehensive monitoring solution that will keep a watchful eye on networks, then this book is for you.
Table of Contents (9 chapters)
close

Apache monitoring

Most of the reverse proxies are nowadays implemented using Apache. Apache, other than being a web server, is quite useful as a reverse proxy as it includes some powerful modules:

  • mod_proxy
  • mod_proxy_http
  • mod_proxy_ftp

Other than as a reverse proxy, it can be used as a load balancer thanks to:

  • mod_proxy_balancer

Now, unfortunately, there isn't a valid method to acquire the metrics strictly related to the module used, but anyway, we can acquire quite a few metrics from Apache itself.

The first thing you have to do before you can acquire the statistics is enable them. To do this, you need to put the following lines in your Apache configuration file:

<Location /server-status>
  SetHandler server-status
  Allow from 127.0.0.1 
  Order deny,allow
  Deny from all
</Location>

Also, you can optionally add the following line to your global Apache configuration file:

 ExtendedStatus On

Here, we are configuring the module with the ExtendedStatus On option. With this setting...

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete