Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Glances – CLI curses based monitoring tool for GNU/Linux

Up
vote
Down

Glances is a CLI curses based monitoring tool for GNU/Linux and BSD OS.Glances uses the PsUtil library to get information from your system.It is developed in Python. read more...
permapage | score:9972 | -gg234, June 16, 2013

System monitoring software: sar, ksar

Up
vote
Down

sar is one of the old and famous commandline utilities, which is often overlooked. It provides a wealth of information when you have kind of performance bottlenecks. By itself it only provides lengthy columns of numerical data, kind of hard to interpret. sar exists on most Linux distributions, for example Ubuntu, Debian, CentOS, Gentoo, and is also available on Solaris, AIX, and other commercial Unices. ksar, on the other hand, is a Java based front end for sar's numerical data. It produces friendly graphs which could be exported to .pdf and some other formats. read more...
mail this link | permapage | score:9253 | -falko, January 28, 2011

Monitoring Linux and Unix Server Temperatures with Opsview

Up
vote
Down

Managing power consumption in a Datacenter is a key factor in helping keep overall business energy costs down and ensuring servers are running at optimum performance. Overheating can lead to increased costs for cooling and also runs the risk of servers crashing. Opsview server monitoring software can be used to check and alert on server temperature and also the temperature of individual components within a server (Memory, CPU and Hard drives). Thresholds and alerts can be set for when critical temperatures are exceeded, helping to keep hot-running servers in check. This blog post details how to configure Opsview to monitor the temperature of Linux and Unix servers. read more...
mail this link | permapage | score:9193 | -falko, February 19, 2013

System monitoring: Icinga, Nagios, and Opsview

Up
vote
Down

Three open-source system monitoring software packages, two of which are derived from Nagios...
If in your work you are responsible for just one server, you will surely wonder: What is the best way to get the situation under control?

In the world there are good open source software that allow you to monitor the status of servers, services and programs.

In this article we’ll see an overview some of the softwares in this category, and in particular some related to Nagios...
read more...
mail this link | permapage | score:9135 | -Ray, March 24, 2011

Remote MySQL Monitoring

Up
vote
Down

There may be the situation that you have to monitor a MySQL server remotely. There are some linux tools to do performance and query monitoring locally, and these tools can also used to monitor remotely - but only unencrypted! Also often MySQL is only listening on the loopback interface, so it is even not reachable remotely over the net (which is very good seen from the security viewpoint). But there is an easy solution in the Linux world. read more...
permapage | score:9048 | -falko, November 16, 2012

Set up Multi-Level / Master-Slave Umbrella Network Monitoring

Up
vote
Down

This guide provides an overview on how to set up umbrella monitoring to monitor applications and devices in distributed networks. Multiple instances of monitoring systems (in this example Verax NMS express) can be configured in a tree-like, master-slave, federated umbrella monitoring structure. This umbrella-like monitoring can be used to monitor geographically distributed networks e.g. by telecommunications operators to manage regional, state and national networks or managed service providers for managing their clients' infrastructure. read more...
mail this link | permapage | score:8771 | -falko, August 14, 2012

Tutorial: Network Monitoring With Zabbix

Up
vote
Down

Zabbix has the capability to monitor just a about any event on your network from network traffic to how many papers are left in your printer. It produces really cool grahps.

In this howto we install software that has an agent and a server side. The goal is to end up with a setup that has a nice web interface that you can show off to your boss. It is a great open source tool that lets you know what is out there. read more...
permapage | score:8751 | -falko, April 12, 2006

Tutorial: Network Monitoring with Dsniff

Up
vote
Down

Snooping on some network packets...
This is a practical step by step guide showing how to use Dsniff, MRTG, IP Flow Meter, Tcpdump, NTOP, and Ngrep, and others. It also provides a discussion of how and why we should monitor network traffic.
read more...
permapage | score:8693 | -Ray, June 8, 2001 (Updated: April 1, 2005)

Linux cluster monitoring with Ganglia

Up
vote
Down

This article will walk you through Installing and configuring the basic Ganglia (a scalable, distributed monitoring system for high-performance clusters) setup. It will also show you how to use the Python modules to extend functionality with IPMI, and how to use Ganglia host spoofing to monitor IPMI. The goal is not only to set up a Ganglia high-performance Linux cluster monitoring system, but also to add more monitoring capability by writing simple Ganglia plug-ins. read more...
permapage | score:8497 | -solrac, March 6, 2009

Icinga Tutorial: Network monitoring on Ubuntu 11.10

Up
vote
Down

Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to install Icinga on an Ubuntu 11.10 server to monitor this server and another Ubuntu 11.10 server. read more...
permapage | score:8463 | -falko, April 2, 2012

Monitoring Servers with Webmin

Up
vote
Down

This is an interesting feature in Webmin that provides a way to monitor daemons on the server and notify administrators of down services. Webmin attempts to implement many of the standard functions of the more full featured Nagios. You can create custom notifications and get notified via email, SMS or a pager. read more...
permapage | score:8276 | -aweber, November 12, 2012

Server monitoring with Icinga (Debian 6)

Up
vote
Down

Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to install Icinga on a Debian Squeeze server to monitor this server and another Debian Squeeze server. read more...
permapage | score:8206 | -falko, August 25, 2011

Zabbix: a free network monitoring tool (pdf)

Up
vote
Down

Zabbix is (free of cost) software that monitors numerous parameters of a network and the servers on that network. Zabbix is a useful tool for monitoring the health and integrity of servers. A flexible notification mechanism allows users to configure e-mail based alerts for virtually any event, allowing fast reaction to server problems. All monitored parameters are stored in a database. Zabbix offers excellent reporting and data visualisation features based on the stored data, making Zabbix useful for capacity planning. Zabbix supports both polling and trapping. All Zabbix reports and statistics, as well as configuration parameters, are accessed through a web-based frontend. The web-based front end means that the health of your servers can be assessed from any location.Properly configured, Zabbix can play an important role in monitoring IT infrastructure for companies with even hundreds of servers to monitor.

Zabbix offers:

- support for both polling and trapping mechanisms
- agents (client software) for Linux (HP-UX, AIX, FreeBSD, OpenBSD) and Windows 2000, XP, NT
- server software for Linux and Unix
- secure user authorisation
- two user groups: "Administrators" and "Zabbix users"
- web-based interface for viewing and configuration
- flexible e-mail notification of predefined events

[Caution: this file is in .pdf format. -Ed.] read more...

mail this link | permapage | score:8124 | -fn-eagle, March 1, 2004 (Updated: September 16, 2004)

Server Monitoring with munin, monit on Debian 6

Up
vote
Down

In this article I will describe how you can monitor your Debian Squeeze server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services. read more...
mail this link | permapage | score:7991 | -falko, March 20, 2012

Tutorial: Bandwidth, Network and Servers Monitoring tools

Up
vote
Down

This is very good tutorials for bandwidth monitoring,network monitoring and servers monitoring tools with clear step by step installation guides this includes Nagios, MRTG, RTG, Netmrg, Darkstat, monit, munin, mon, oreon, Saidar, Cacti, Bigsister, ibmonitor, zabbix. This resouce is Very useful for Users and Administrators to monitor their networks,bandwidth and servers. read more...
permapage | score:7963 | -gg234, August 24, 2006

Install, Configure Cacti Monitoring in Ubuntu 8.10

Up
vote
Down

Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing
functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user
management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for
LAN-sized installations up to complex networks with hundreds of devices. read more...
permapage | score:7894 | -gg234, November 23, 2008

Logwatch: Automated log monitoring

Up
vote
Down

Logwatch is a log monitoring system, customizable, and pluggable...
Logwatch is a log file parser program (Perl script) that provides a report to you on any “interesting” activity on your system. It is not, I repeat not, a pre-emptive tool or a tool that’s used to catch anyone “in the act” of breaking into your system. It is an after-the-fact tool that provides you with a daily report of service activity. It reports on yesterday’s log information.
read more...
permapage | score:7879 | -Ray, June 10, 2010

Conky: Lightweight system monitoring

Up
vote
Down

An alternative for monitoring your network...
Conky is a lightweight system monitor that provides essential information in an easy-to-understand, highly customizable interface. The software is a fork of TORSMO, which is no longer maintained. Conky monitors your CPU usage, running processes, memory, and swap usage, and other system information, and displays the information as text or as a graph.
read more...
permapage | score:7798 | -Ray, September 20, 2006

Zabbix Network Monitoring

Up
vote
Down

The Zabbix agent is written in C to minimize overhead, maintenance, and dependencies on the monitored hosts...
Isn't as pretty as Zenoss or as streamlined as Nagios, but it really is a SysAdmins tool. It doesn't hide functions away from you or gloss over details to make you feel nurtured, its all out there gritty and raw for you to use an manipulate. There is a nature learning curve in wrapping your head around the concepts of "items" and "triggers" and how you can combine them in really powerful ways, but before long you'll be frustrated by the limits of other solutions.
read more...
mail this link | permapage | score:7792 | -Ray, January 9, 2008

Nagios Cluster monitoring

Up
vote
Down

After reading this two-part series, a systems administrator should feel empowered to run Ganglia and Nagios to really monitor his data center as never before. The scope of these two packages is enormous. What we have touched on here though is relevant to a cluster, grid, or cloud infrastructure. In Part 2, learn how to install and configure Nagios to watch hosts and services, alerting users when things go wrong. The article also shows you how to unite Nagios with Ganglia (from Part 1) and add two other features to Nagios for standard clusters, grids, and clouds to help with monitoring network switches and the resource manager. read more...
mail this link | permapage | score:7734 | -solrac, March 29, 2009
More articles...
Buy Large Abstract Art Prints

Recent headlines

How to install postgresql 9.2 on Ubuntu 13.04 Server

Dual-boot Windows 7 and Ubuntu 12.04 on a PC with UEFI board, SSD and HDD

Tutorial: Automatically add a disclaimer to emails with alterMIME (Postfix on Debian 6)

ROSA Desktop Fresh LXDE alpha preview

APC Paper nabs Computex Design and Innovation Award

Antergos Linux 2013.05.12 review

Tutorial: Run Joomla 1.7 on Nginx on Debian 6, Ubuntu 11.10

MATE vs Cinnamon

Fedora 16 KDE review

2 productivity-boosting extensions for GNOME 3

Lynis: Security and system auditing tool

Install HY-D-V1 desktop on Ubuntu 13.04

Fedora 19 preview

The Debate OS Project

3D printer software in Fedora 19

OpenBSD Tutorial: Configure Ralink USB Wireless Adapter

Linux Mint 15 MATE and Cinnamon screen shots

Linux Iptables Examples

OpenShift Online: a non-developer guide

Tutorial: Install Apache2, PHP5, MySQL on Debian 7

CoolShip Android all-in-keyboard computer

Robert Kugler and Paypal bug bounty eligibility requirements

Linpus Lite 1.9 review

Installing Nginx, PHP5, PHP-FPM, MySQL on Debian 7

Tutorial: Using Solr with TYPO3 on Debian 7

PDNSD HowTo: A DNS Caching Personal Server

OpenIndiana 151a Desktop review

Using ngx_pagespeed with nginx On Debian 7

Enlightenment E17

Apache OpenOffice: Help pick a new logo

Tutorial: Webcam streaming your desktop plus audio with ffmpeg, crtmpserver, Flowplayer

Tutorial: Use Multiple PHP Versions (Ubuntu 13.04)

ARM-based EMB-2500: Like Raspberry Pi, but much better

Does disk encryption really protect your data?

Pissed Off Penguins: A Free Game Project

Tutorial: Upgrade Debian 6 to 7

Run Unity desktop on Linux Mint 12

PC-BSD 9.1 preview

Tutorial: Replace Windows with Pinguy OS 11.10

Install Apache2, PHP5, MySQL on CentOS 5.7

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin