Bash and Python NRDP Clients for Nagios

Now available 2 new clients to send passive check results to Nagios Remote Data Processor (NRDP) server.

We have just released:
send_nrdp.sh Bash NRDP Client
send_nrdp.py Python NRDP Client

You no longer need to install PHP or Perl on your client machines to run passive checks with NRDP.  Both of these implementations can accept result piped from STDIN and you can change the delimiters to whatever you like.

STDIN results should be in the following order, for HOST checks:

HOSTNAME    STATE    OUTPUT

for SERVICE checks

HOSTNAME    SERVICENAME    STATE    OUTPUT

Additionally, the bash version can take an XML file of check results formatted like so:

<?xml version='1.0'?>
<checkresults>
<checkresult type="host" checktype="1">
  <hostname>YOUR_HOSTNAME</hostname>
  <state>0</state>
  <output>OK|perfdata=1.00;5;10;0</output>
</checkresult>
<checkresult type="service" checktype="1">
  <hostname>YOUR_HOSTNAME</hostname>
  <servicename>YOUR_SERVICENAME</servicename>
  <state>0</state>
  <output>OK|perfdata=1.00;5;10;0</output>
</checkresult>
</checkresults>

 

Nagios XI Hypermap Component – version 1.1 released

Some customers requested a change in the way hypermap is shown on the screen in Nagios XI. It used to be shifted to the left, so we fixed this issue in the new version (1.1) of the Nagios XI Hypermap Component. Now the hypermap is placed in the center of the screen. It look great! Give it a try!

You can download the new version from the Nagios Library – Nagios XI Customer Downloads section.

 

Cloud Images of Nagios XI Now In Asia

The latest Amazon Ec2 cloud images have been pushed out to the following additional locations:

  • Asia Pacific (Singapore)
  • Asia Pacific (Tokyo)

The Nagios XI cloud images are an excellent opportunity to try Nagios XI without having the upfront expense of dedicated hardware and can be upgraded with virtually zero downtime.

Nagios XI Cloud Images Now In Europe

The Nagios XI ec2 cloud image is now available in the following regions in 32 and 64 bit versions:

  • US East (Virginia)
  • US West (N. California)
  • EU West (Ireland)

Additionally, the new version will automatically install the latest Nagios XI when if is first booted. This will eliminate the need to change AMI ID’s when new version come out.  While it is convenient to not have to lookup the AMI ID, please be aware when you first start your instance the current version of Nagios XI is installed and compiled at boot. This will take at least 15 minutes before the instance will become available. The amount of time will depend on the instance size you create.

Another change was made to meet Amazon security guidelines and now all instances have an ec2-user account to be used for ssh access.  This user has full sudo access and will login with a key pair as usual.

Additional documentation on using the Amazon cloud images for your Nagios XI deployment may be found on the Exchange.

Using Nagios XI In Amazon EC2 Cloud

Using FTP in Nagios to deploy NSClient++

Many customers showed interest in deploying NSClient++ to multiple machines across a windows domain, without the need to log in remotely or be physically present on these machines.

If you are using Nagios to monitor a windows environment, you can use FTP as a component to deploying NSClient++. We just posted a document on the Nagios Library, which explains how to configure FTP for Nagios. You can review it here.

Additional information on deploying NSClient++ via FTP in Nagios will be available soon.

Vote For Nagios As Your Favorite Monitoring App

The 2011 LinuxQuestions.org Member’s Choice Awards voting is going on now and Nagios is a candidate for the best Network Monitoring Application. Show your love for Nagios by voting in the poll. The poll closes this Thursday (February 9th), so don’t delay.

NOTE: If you haven’t participated on the LQ forum, before you’ll have to create an account and post a new message before you can vote.

NDOUtils 1.5 Available

A new release of NDOUtils (1.5) is now available from SourceForge. This version has a number of performance enhancements including a patch to insert data into the database asynchronously.

Enjoy!

Nagios Performance Tuning – Tech Tips: Understanding Disk I\O

We often get questions about the kind of hardware requirements needed for a particular Nagios installation.  As covered in a previous article, this is often a very difficult question to answer since monitoring environments differ so much.  Most people assume that for a large Nagios installation, it’s a matter of simply adding enough CPU’s to the machine to handle the workload that it’s given.  Although having enough CPU power is important, I’ve found that it’s ultimately not the biggest hardware limitation to the system.  A large Nagios installation creates an enormous amount of disk activity, and if the hard disk can’t keep up with the constant traffic flow that needs to happen, all of those precious CPU’s are simply going to wait in line to be able to do what they need to do on the system.  I’ve talked to some users who have spent some serious money on hardware to have insanely fast disks to handle their workload, but I wanted to do some experiments in-house for those users who may need to have better performance on a budget.  I want to give special thanks to Nagios community members Dan Wittenberg and Max Schubert for documenting some of the tricks that you guys pioneered on this topic.

Continue reading ‘Nagios Performance Tuning – Tech Tips: Understanding Disk I\O’

Nagios XI Operations Center Component

nocscreen1

The new Nagios XI Operations Center Component provides a NOC screen-style view of all unhandled host and service problems. The screen automatically refreshes every 30 seconds to show the latest problem events.  This is one of two NOC-style screens recently created, along with the Nagios XI Operations Screen Component.  Users can pick a NOC screen to suit their visual tastes that will keep a close eye on the latest problems in their environment.

Download Nagios XI Operations Center Component

 

NSCA 2.9.1 Available

A new release of NSCA (2.9.1) is now available from SourceForge. Thanks to Daniel Wittenberg for a patch that allows nsca to receive packets with a future time stamp. Thanks to a suggestion on the mailing list by John Rouillard, the server (nsca) now allows packets with both the new (>= 2.9), larger plugin output buffer and the older (<2.9) plugin buffer.

Enjoy!