Linux System Admins Blog

System admins of Promet – an e-commerce, high availability Open Source web shop – share their findings

Linux System Admins Blog header image 4

Entries Tagged as 'Nagios'

Setup Nagios User to View Specific Host and Services

May 14th, 2009 · No Comments

This guide will help you setup Nagios user to have limited access to host and service checks. It is helpful when you want to allow your customers or clients to view and receive alerts on their servers and services, like for dedicated servers.
Procedure:
Contacts: Create new contact definitions for your client.
[...]

[Read more →]

Tags: HowTo · Nagios · Tips and Tricks · monitoring

Monitoring Drupal Sites With Nagios

April 23rd, 2009 · No Comments

There is a module released for monitoring Drupal sites with Nagios.  Monitoring includes the check if your site is up and running, check for new updates on Drupal core, security, and modules, database updates, write permission on “files” directory,  check if cron is running on the specified period, and other sections of your Drupal site.  [...]

[Read more →]

Tags: Centos · Installation · Nagios · drupal · monitoring

Nagios: How to check if remote process is running

February 24th, 2009 · No Comments

We have a monitoring server running Nagios and we needed to add checks for Nginx process on a new server.  Basically, you only need to install NRPE to monitor services, processes, disk space, load, etc on your remote machine.  Check the NRPE docummention for complete reference and here’s a quick NRPE installation guide for Debian.
For [...]

[Read more →]

Tags: Nagios · monitoring

Monitoring a Java application from Nagios

January 5th, 2009 · No Comments

This is a slight departure from our regular programming. Instead of just concentrating on the sys admin side of things I want to show how to add a Nagios check to an existing application. In this case we have a Java application for which we want to monitor whether it is running or not. Later [...]

[Read more →]

Tags: Nagios · monitoring

Homegrown MySQL monitoring

October 23rd, 2008 · No Comments

If you can’t do it with a shell script it usually ain’t worth doin’, right? Of course the number and quality of monitoring tools available to sys admins has gone up dramatically. Thanks to Nagios and other great tools it’s pretty easy to keep track of what’s going on and where and get notified pretty [...]

[Read more →]

Tags: MySQL · Nagios · monitoring · sysadmin

Nagios Plugin: check_hparray Error

September 11th, 2008 · 1 Comment

We have check_hparray plugin installed on all of our HP servers, running CentOS, for monitoring hardware raid via
HP Array Configuration Utility CLI (hpacucli) tool, and we have NRPE installed as well for this check from our remote Nagios server.
Yesterday we’ve setup another HP server and installed NRPE, check_hparray, and hpacucli, same process used on previous [...]

[Read more →]

Tags: Installation · Nagios · monitoring