Linux Sysadmin Blog

Linux Sysadmin Blog header image 4

Entries Tagged as 'Nagios'

Setup Nagios User to View Specific Host and Services

May 14th, 2009 · No Comments · HowTo, monitoring, Nagios, Tips and Tricks

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. define contact{ contact_name [...]

[Read more →]

Tags: ···

Monitoring Drupal Sites With Nagios

April 23rd, 2009 · No Comments · Centos, drupal, Installation, monitoring, Nagios

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:

Nagios: How to check if remote process is running

February 24th, 2009 · 3 Comments · monitoring, Nagios

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. [...]

[Read more →]

Tags:

Monitoring a Java application from Nagios

January 5th, 2009 · 4 Comments · monitoring, Nagios

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: ··

Homegrown MySQL monitoring

October 23rd, 2008 · No Comments · monitoring, MySQL, Nagios, sysadmin

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: ···

Nagios Plugin: check_hparray Error

September 11th, 2008 · 2 Comments · Installation, monitoring, Nagios

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 [...]

[Read more →]

Tags: