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

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

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