Hi,
Nagios monitoring is one of the most important tasks of the system administrators and by default we are checking the status every time in the browser but this makes little time waste, so it is better to have a floating notifications on the screen. This helps in easily identifying the server warnings.
And here I am familiarizing with a tool “Nagstamon”, which notifies the events in a floating style at the top of the screen.
======================================================
Requirements:
- gnome-icon-theme
- gnome-python2-libegg
- openssh
- pygtk2
- python >= 2.5
- python(abi) = 2.6
- python-setuptools
- rdesktop
- sox
- vnc
Installation:
In debian => apt-get install nagstamon
In centos => yum install nagstamon
Sometime the rpms needed to be installed previously: so do the below steps:
Download nagstamon-0.9.7.1-2.el6.rf.noarch.rpm for CentOS 6
from the Repoforge (RPMforge) repository:
==> wget http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/nagstamon-0.9.7.1-2.el6.rf.noarch.rpm
==> rpm -Uvh rpmforge-release*rpm
Then the installation can be done as said at top using yum.
Then Nagstamon configuration makes you to set the nagios server and the notifications
- From Application ==> System tool ==> Click on Nagstamon
- Nagstamon opens up and enter the nagios server credentials as shown in these example pictures.
And in the setting the notifications can be customized.
Hope this helps you all a lot. Comment me if having any doubts.