Expert’s guide to configuring Conky

Posted by suvi under Monitoring

When it comes to monitoring your Linux system, few tools can rival Conky. This lightweight system monitoring utility can help you to keep an eye on virtually any aspect of your system, and it offers a huge list of options to choose from. But this flexibility comes at a price: all Conky’s settings are stored [...]

No Comments

Nagios 2-way alerting via SMS - Part 1

Posted by suvi under Monitoring

This is a 3 part posting that covers how you can setup 2-way Nagios alerting via SMS.
The series is broken down as such:
1. Part 1: Background and Requirements (this article)
2. Part 2: Sending SMS messages from Nagios
3. Part 3: Acknowledging SMS messages
For those that wish to [...]

No Comments

Monitoring with Munin

Posted by suvi under Monitoring

In this article I will describe how to install munin (http://munin.projects.linpro.no/) on 2 computers, but you can add more if you want to, this will allow us to remotely monitor system performance and activity.
Read more at Debian Administration

No Comments

Monitoring UPS Power Status Using Network UPS Tools (NUT) 2.2.0 on Multiple OpenSuSE 10.3 Servers

Posted by suvi under Monitoring, openSuse

Network UPS Tools is a collection of programs which provide a
common interface for monitoring and administering UPS hardware. The primary goal of the Network UPS Tools (NUT) project is to
provide reliable monitoring of UPS hardware and ensure safe
shutdowns of the systems which are connected. This document describes how to configure one machine connected to the [...]

No Comments

Monitoring With Groundwork Open Source On CentOS 5.1

Posted by suvi under CentOS, Monitoring

Nagios is (in my opinion) one of the finest availability and monitoring solutions available. The stability, extendability and cost effectiveness (it is free under the GPL), are second to none (again, my opinion). That being said, it is far from being the easiest monitoring solution to implement. The build process itself, while not being overly [...]

No Comments

Monitoring Multiple Systems With munin (Debian Etch)

Posted by suvi under Debian, Monitoring

In this article I will describe how you can monitor multiple systems with munin. 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. I will install the munin client on all systems that are to be monitored (including [...]

No Comments

Server Monitoring With munin And monit On Mandriva 2008.0

Posted by suvi under Mandriva, Monitoring

In this article I will describe how you can monitor your Mandriva 2008.0 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 [...]

No Comments

Network Diagnostic Tool (NDT) On Ubuntu 7.10 Server

Posted by suvi under Monitoring, Ubuntu

This guide will walk you through the setup process for implementing NDT running under Ubuntu 7.10 server. For those unfamiliar with NDT, it is a network performance testing application. NDT will measure the throughput between your server and the desktops that you run the java client from.
Some of the issues that NDT can identify on your [...]

No Comments

Zabbix 1.4.4 From Source On Debian Etch

Posted by suvi under Debian, Monitoring

Originally posted on Zabbix 1.4.4 from source on Debian Etch. This guide will walk you through installing Zabbix 1.4.4 from source on Debian Etch. 1.4.4 has many improvements over what is currently available in apt, and it’s not hard so you might as well do it this way. *Note: this walkthrough assumes that you [...]

No Comments

System Hardware Information and run Reports

Posted by suvi under Monitoring, Ubuntu

HardInfo can gather information about your system’s hardware and operating system, perform benchmarks,and generate printable reports either in HTML or in plain text formats. Currently it knows about PCI,ISA PnP, USB, IDE, SCSI, Serial and parallel port devices.
Install hardinfo in Ubuntu
sudo apt-get install hardinfo
Read more at UbuntuGeek

No Comments