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

How to install Icinga (Nagios Fork) in Ubuntu 12.10 server

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. Scalable and extensible, Icinga can monitor complex, large environments across dispersed locations.

Icinga is a fork of Nagios and is backward compatible. So, Nagios configurations, plugins and addons can all be used with Icinga. Though Icinga retains all the existing features of its predecessor, it builds on them to add many long awaited patches and features requested by the user community. read more...
mail this link | permapage | score:9512 | -gg234, March 26, 2013

Tutorial: Install Nagios 3.4.4 on CentOS 6.3

Up
vote
Down

Nagios is a monitoring tool under GPL licence. This tool lets you monitor servers, network hardware (switches, routers, ...) and applications. A lot of plugins are available and its big community makes Nagios the biggest open source monitoring tool. This tutorial shows how to install Nagios 3.4.4 on CentOS 6.3. read more...
permapage | score:9315 | -falko, January 31, 2013

Install Nagios, monitor Debian

Up
vote
Down

Nagios is a monitoring solution for complex IT infrastructures, Nagios is easy to implement and can be extended by custom-modules, called plugins. In this howto I explain how to install Nagios on a Debian Lenny host and make the configuration for it. Furthermore we are going to install a second Debian machine which we monitor with remote and local plugins. read more...
permapage | score:9201 | -falko, March 7, 2011

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:9123 | -Ray, March 24, 2011

Nagios 2012 World Conference

Up
vote
Down

The Nagios 2012 World conference starts today and one of the major events of the conference will be the demonstrations of the Nagios 2012 interface by Ethan Galstad. I have been running the beta for several weeks in the Nagios Training classes and the response has been very favorable about the new features. Here is a list of a few to look for. read more...
permapage | score:9053 | -aweber, September 27, 2012

Tutorial: Write plugins for Nagios

Up
vote
Down

Nagios is open source monitoring software that scans hosts, services, and networks for problems. Learn more about Nagios and find out what new system monitoring possibilities exist with this software.
You can use Nagios to monitor all sorts of hardware and software. The opportunity to write your own plug-ins makes it possible to monitor everything that your Nagios server can communicate with. As you can use any computing language that manages command-line arguments and exit status, the possibilities are almost endless!
read more...
mail this link | permapage | score:9029 | -BlueVoodoo, July 19, 2007

Tutorial: Nagios Hostgroups

Up
vote
Down

How to configure hostgroups with Nagios...
One cool ability of Nagios is that it allows you to group machines into services. Say, for instance, you have a number of machines that serve as Web servers or Samba servers. Instead of having to scroll around to find them, you can group those machines together, by service, to make for much easier monitoring. In this tutorial I am going to show you how to take advantage of this nifty feature.
read more...
permapage | score:8871 | -Ray, April 5, 2010

Tutorial: Nagios Installation on Ubuntu 10.04

Up
vote
Down

This tutorial shows how to set up an Ubuntu Lucid Lynx (10.04) server with the Nagios Monitoring System. Nagios is a powerful, highly configurable monitoring and alarming system, which can monitor a wide variety of systems (network, server, daemons, applications). Monitoring could be done for instance for availability or utilization. We will be installing Nagios, Nagios Plugins, and Postfix with this tutorial. Postfix will be configured to send email via your alternate email server. read more...
permapage | score:8871 | -falko, February 21, 2011

NagiosQL web configurator

Up
vote
Down

Configure Nagios over your network or the Internet from your browser...
NagiosQL is a web based administration tool for Nagios 2.x, 3.x and Icinga 1.x. It helps you to easily build a complex configuration with all options, manage and use them. NagiosQL is based on a webserver with PHP, MySQL and local file or remote access to the Nagios configuration files via ssh or ftp.
read more...
permapage | score:8857 | -Ray, April 20, 2011

Nagios: Installation and Configuration Walkthrough

Up
vote
Down

This article provides the steps necessary for Nagios installation on a webserver or a cluster. The steps are presented in the form of the commands, in order, interpersed with commentary. Follow along the walk-through and enjoy...
#su
#adduser nagios
#passwd nagios
Changing password for user nagios.
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
read more...
permapage | score:8728 | -Ray, February 21, 2006

Passive and active checks in Nagios

Up
vote
Down

The author of "Network monitoring with Nagios" suggests a workaround for balancing active and passive checks and explains the impact of service failures.
Increasing the number of passive checks you use instead of active checks will increase the number of devices you can monitor with Nagios. Beyond that, you may need to start looking into using a distributed Nagios implementation. This requires separate Nagios instances communicating with a central Nagios system. It's tough to maintain the configuration files, since each Nagios instance requires its own set, but in the end, it'll do the job.
read more...
mail this link | permapage | score:8708 | -janewalker6847, December 8, 2006

Getting started with Nagios Looking Glass

Up
vote
Down

Nagios Looking Glass (NLG) allows users to access Nagios data on a Web server via an HTTP connection. Learn how to set up the NLG client-server model in this tip.
NLG is designed to fix those issues by taking a feed from Nagios status data via an HTTP connection and displaying it on a public Web server. It works in a client-server model with a PHP-based polling server installed on your Nagios server. A receiver client, also PHP-based, is installed on your Web server.
read more...
permapage | score:8680 | -janewalker6847, February 10, 2007

Custom Nagios Plugins

Up
vote
Down

A Nagios plugin is presented here, along with skeleton code that you can adapt for your own custom module.
The skeleton plug-in is shown in Listing 3. For a simple plug-in, just copy the code, edit the progname, copyright, and email values, and write the get_value() function that returns the value to be checked. The API is similar to str2range(), it returns false (zero) if the value cannot be read, true (non-zero) if it can be read, and sets the value passed by reference. An example get_value() function that reads the ACPI temperature from the /proc psuedo-filesystem is shown in Listing 4.
read more...
mail this link | permapage | score:8567 | -Ray, November 18, 2005

Nagios with BMC Patrol and setting up SSH

Up
vote
Down

A Linux security expert describes how to configure Nagios with BMC Patrol, offers some non-platform-specific help for setting up Secure Shell (SSH) and more.
There isn't an easy and automated way to monitor open ports in Red Hat Enterprise Linux 5 (RHEL 5), says the author of Hardening Linux, James Turnbull. However, you can scan with some handy open source tools. Turnbull recommends using hardscan, a Netstat-based tool, if you think you have been compromised.
read more...
permapage | score:8552 | -estride, June 27, 2007

Nagios Face-lift with V-Shell

Up
vote
Down

Nagios is the foundation for many networking applications world wide and is know for its flexibility. Building upon those concepts is a new project named the Nagios Visual Shell (V-Shell). What follows is a short review of V-Shell and an interview with the lead developer of this new Nagios project. read more...
permapage | score:8549 | -aweber, December 11, 2010

Oreon: Nagios web front end installation and Configuration

Up
vote
Down

Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but works fine under most *NIX variants as well. The monitoring daemon runs intermittent checks on hosts and services you specify using external "plugins" which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways (email, instant message, SMS, etc.). read more...
mail this link | permapage | score:8517 | -gg234, July 19, 2006

Troubleshooting Mail on Nagios XI

Up
vote
Down

Email management and troubleshooting can be a challenge as there are so many options and configuration choices that can get twisted. read more...
permapage | score:8462 | -aweber, November 5, 2012

Cisco Netflow with Nagios XI

Up
vote
Down

Netflow with Cisco routers can be set up and integrated with Nagios for detailed information about traffic data on your routers and switches. Using nfdump and nfsen this data can be gathered and charted and then connected to the Nagios interface. read more...
permapage | score:8307 | -aweber, June 13, 2012

Splunk and Nagios

Up
vote
Down

Find out why Splunk is adding Nagios, a popular open source monitoring tool, to its data center troubleshooter in this interview with chief Splunker Michael Baum. Baum also describes Splunk's mission and why data center troubleshooting is harder than finding a needle in a haystack. read more...
permapage | score:8300 | -janewalker6847, February 15, 2006

Monitor OSX and Linux with Nagios and SNMP

Up
vote
Down

OSX is somewhat unique both in the fact that this is not a common server which is monitored and also your actually working with two operating systems, FreeBSD under the hood and OSX built on top. However, these examples could also be used for Linux distros with a few modifications. SNMP is selected for creating the checks because it is the easiest to deploy with minimal time on the servers to be monitored. read more...
permapage | score:8235 | -aweber, April 23, 2012
More articles...
Buy Art Online with a Free Return Policy

Recent headlines

tboot in Fedora 19: just a bug

Fedora 16 security features

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

Does disk encryption really protect your data?

MATE vs Cinnamon

APC Paper nabs Computex Design and Innovation Award

Antergos Linux 2013.05.12 review

Lynis: Security and system auditing tool

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

Install HY-D-V1 desktop on Ubuntu 13.04

Fedora 16 KDE review

2 productivity-boosting extensions for GNOME 3

OpenBSD Tutorial: Configure Ralink USB Wireless Adapter

CoolShip Android all-in-keyboard computer

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

Fedora 19 preview

The Debate OS Project

3D printer software in Fedora 19

Linux Mint 15 MATE and Cinnamon screen shots

Linux Iptables Examples

OpenShift Online: a non-developer guide

Using ngx_pagespeed with nginx On Debian 7

Tutorial: Install Apache2, PHP5, MySQL on Debian 7

Apache OpenOffice: Help pick a new logo

Tutorial: Use Multiple PHP Versions (Ubuntu 13.04)

Robert Kugler and Paypal bug bounty eligibility requirements

Linpus Lite 1.9 review

Tutorial: Using Solr with TYPO3 on Debian 7

PDNSD HowTo: A DNS Caching Personal Server

OpenIndiana 151a Desktop review

Enlightenment E17

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

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

Pissed Off Penguins: A Free Game Project

Virtual Users/Domains with Postfix, Courier, MySQL, SquirrelMail (CentOS 6.3)

Tutorial: Upgrade Debian 6 to 7

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