Enterprise Networking Planet   Earthweb  
Images Events Jobs Premium Services Media Kit Network Map E-mail Offers Vendor Solutions Webcasts
   subjects:
EnterpriseNetworkingPlanet Webcasts:
Blades Burst Onto Data Center Scene

Will Virtualization Pay Off for Your Enterprise?

Benefit Now from Improved Data Center Management

more Webcasts...


Network Security & Privacy Blog
NebuAd: Like Galileo, Only More Put Upon

The "Post-Private" Society

Court Approves Anonymization of YouTube Logs in Viacom Case

More Open Networks Today



Search EarthWeb Network

internet.commerce
Be a Commerce Partner
Promote Your Website
Web Hosting Directory
Memory Upgrades
Prepaid Phone Card
Online Education
GPS
Phone Cards
Promotional Items
Find Software
Free Business Cards
Dental Insurance
Boat Donations
Corporate Gifts
Cell Phones

Networking & Communications : Network Software: Monitor Your Net with Free, High-Performance ZABBIX

Get a Deeper Technical View of Intel vPro Technology
With todays need for increased security and for establishing well-managed environments, the cost of managing PCs has become a significant percentage of the total cost of ownership (TCO) of technology. A critical capability that would help IT do more with the resources they have is the ability to protect and remotely manage both notebook and desktop PCs, regardless of wired or wireless state, or the state of the OS. Click here.
 
Intel vPro and Centrino Pro Processor Technology Quick Start Guide
Intel Active Management Technology provides various configuration options for customers to use when deploying Intel vPro and Intel Centrino Pro processor technology-enabled systems into their environment. Get a step-by-step approach of what needs to be done to successfully deploy Intel AMT systems. Click here.
 
The Pro Platform: Intel vPro Technology Podcast
Intel's answer to business users who want to be able to keep track of who's on the network, where and the security risks they pose is the growing Pro platform. Click here.
 
Gartner Report: Revisiting vPro for Corporate Purchases
Organizations struggling to manage their PCs have been limited to solutions that work within the operating system. Intel has positioned vPro as an offering that can assist with out-of-band management, making it possible to do remote support of PCs without a working OS environment. Click here.
 
Reduce the Costs of Desktop PC Management
Enterprise desktop computing environments are increasingly complexand managing the complexity of these PCs contributes to rising IT costs. Now Intel. vPro technology helps businesses reduce IT costs and streamline PC management through a combination of PC hardware and software. Click here.

Glossary
directory service
honeynet
intranet
intrusion detection system
network appliance
NFS
port scanning
protocol
security
VPN
Search for more networking terms ...
 
FREE Tech Newsletters

eBook: What to Expect With Virtualization. Learn about the benefits of this exciting technology as well as the risks and make sure your IT organization is ready. Download this eBook to learn more!

Monitor Your Net with Free, High-Performance ZABBIX
May 24, 2005
By Carla Schroder

If you are looking for a first-class network and system monitor, and don't want to mortgage your firstborn to pay for it, look no farther than ZABBIX.

ZABBIX is a great, free-of-cost, GPL-licensed (define), all-in-one 24x7 monitoring and alerting tool for networks and servers. It has a nice Web-based interface for administration, reporting, and graphing; and it has other features rivaling expensive commercial products. ZABBIX's alerting mechanism is nearly prescient -- it can catch trouble early and send an alert before a problem becomes becomes critical. You have your choice of email, SMS-capable devices (define), pager and even WinPopUps. Or all of the above.

System Requirements
ZABBIX supports virtually all modern operating systems. The server component runs on Linux, Unix, and Mac OS X, and there is client software for Unix variants and Windows. There is a reason for limiting the server component to Unix variants, as the ZABBIX manual explains: "Due to security requirements and mission-critical nature of monitoring server, UNIX is the only operating system that can consistently deliver the necessary performance, fault tolerance and resilience."

ZABBIX stores data in a database backend, either MySQL or PostgreSQL. MySQL is recommended for fastest performance. You'll also need Apache, PHP and development files for whichever database you choose. Also important is network time synchronization, so be sure to run a local time server. (See Resources.)

Also on Network Monitor Tools at ENP

  • Keep Tabs on Your Network Traffic
  • Choose the Right Network Management Tool
  • Choose the Right Network Management Tool (Part 2)
  • Mind Your Packets with Ethereal
  • Use Snort for Lightweight Intrusion Detection
  • Hardware requirements vary according to demand, of course, with the database backend being the largest consumer. Memory and storage are more important than a fast CPU, so an ordinary newish Athlon or Pentium with 256 megabytes of RAM and a 20 gigabyte hard drive will handle a couple of hundred hosts easily.

    Installation
    Refer to the ZABBIX manual for the installation howto for installing from source code. ZABBIX has two components: Server and Agent. There are RPMs for ZABBIX (search rpm.pbone.net); I have not found any Debian packages yet.

    Server Configuration
    The Web-based interface is clean and well-organized. After installation point a Web browser to wherever your PHP scripts installed, usually http://localhost/~zabbix. Click on "Config." The initial login is "Admin" with no password. Make yourself a ZABBIX account by clicking "Users", give yourself read/write/add permissions, then click the "Media" link to add your email address. Then go back and set the Admin password.

    Setting the SMTP server is necessary if you want ZABBIX to send email alerts to you, so do this next. Then you can start adding hosts to be monitored by clicking the "Hosts" link. Every system that is being monitored must have the ZABBIX agent installed. You may add hosts to the ZABBIX server before installing the client software by setting the status to "Not Monitored." Be sure to change this after installing the ZABBIX agent.

    Finally, start the ZABBIX server daemon, suckerd:

    # /opt/zabbix/bin/zabbix_suckerd

    Monitored Parameters
    Every time you add a new host you get a big list of possible items to monitor. Not all services require the ZABBIX agent, like Web, FTP, SSH, and mail servers. ZABBIX connects directly to these to see if they are running and accepting connections.

    Using the ZABBIX agent opens up a whole new world of monitoring possibilities. For example, you can monitor servers on non-standard ports, like this:

    check_service[http, 8080]

    The real ZABBIX gold is in the performance monitors. Users are always griping about "the network is slow. The mail server is slow. Everything is slow." ZABBIX gives you the tools to find out for yourself. Some of the available checks are:

    How many seconds does it take to get a response from the POP server:

    check_service_perf[pop,192.168.1.100,110]

    How many seconds does it take to get a response from the Web server:

    check_service_perf[http,192.168.1.101,80]

    And so forth for all of your servers. Another useful item to monitor is used/remaining disk space:

    diskfree[/home]
    disktotal[/var]
    diskused[/]

    You can dig more deeply into server load by monitoring numbers of writes in the last minute or five minutes, or whatever you specify:

    disk_write_ops1[hdb3]
    disk_write_ops5[hdb3]

    And also reads:

    disk_read_ops1[hdb3]
    disk_read_ops5[hdb3]

    Swap space, physical memory, CPU temperature, number of running processes, number of inodes, and netload are but a few of the many remaining items that ZABBIX can monitor.

    Continued on page 2: Triggers

    Go to page: 1  2  Next  

    Tools:
    Add www.enterprisenetworkingplanet.com to your favorites
    Add www.enterprisenetworkingplanet.com to your browser search box
    IE 7 | Firefox 2.0 | Firefox 1.5.x
    Receive news via our XML/RSS feed

    Network Software Archives

    14-Day Qualys Trial: Find Out in Minutes if Your Network is Vulnerable!
    Take A Trip Into The Future To See How IT Will Change: Download Free "IT in 2018" eBook Now. Simple Registration Is Required.
    Whitepaper: The Cost Advantages of Blade Servers. Sponsored by HP.
    What's The Future Of IT? Find Out By Reading "IT in 2018" Now. Free Registration Required.
    Whitepaper: Rightsizing Blades for the Midmarket. Sponsored by HP.





    JupiterOnlineMedia

    internet.comearthweb.comDevx.commediabistro.comGraphics.com

    Search:

    Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

    Jupitermedia Corporate Info


    Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

    Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers