openSUSE Forums > Archives > Novell Archives » Big Sister or Nagios

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-Feb-2006, 11:23
Juan Mera
Guest
 
Posts: n/a
Default Big Sister or Nagios

Good day,

Wich it's the best recomendation for monitoring my small network (40 pcs).

--
Thanks for your time,
Regards,
Ing. Juan L. Mera
  #2 (permalink)  
Old 01-Feb-2006, 15:04
Lee Garner
Guest
 
Posts: n/a
Default Re: Big Sister or Nagios

Juan Mera wrote:
> Good day,
>
> Wich it's the best recomendation for monitoring my small network (40 pcs).
>

I use Nagios, having looked at BS, BB, Zabbix, Midas, Hobbit and others.
I like Nagios since it's easy to customize, has basic WAP support, and
can run checks as often as I like. I have some services checked every
10 seconds, and most of the others can only do 1-minute intervals or
greater.

  #3 (permalink)  
Old 02-Feb-2006, 14:49
Juan Mera
Guest
 
Posts: n/a
Default Re: Big Sister or Nagios

Lee Garner <lee.spam@leegarner.com> wrote in news:wn9Ef.1862$yL4.799@prv-
forum2.provo.novell.com:

> I like Nagios since it's easy to customize


excuse to bother him in something so evident, can you get me some basic
example? How to configure to web interface?

--
Thanks for your time,
Regards,
Ing. Juan L. Mera
  #4 (permalink)  
Old 02-Feb-2006, 15:29
Juan Mera
Guest
 
Posts: n/a
Default Re: Big Sister or Nagios

Lee Garner <lee.spam@leegarner.com> wrote in news:wn9Ef.1862$yL4.799@prv-
forum2.provo.novell.com:

> I like Nagios since it's easy to customize


With SuSE10 it's enough install Nagios Packages with YaST or i need compile
manually?
How to run nagios-nrpe (Nagios Remote Plug-in Executor). I need run only at
the server side?

--
Thanks for your time,
Regards,
Ing. Juan L. Mera
  #5 (permalink)  
Old 02-Feb-2006, 16:21
Lee Garner
Guest
 
Posts: n/a
Default Re: Big Sister or Nagios

Juan Mera wrote:
> With SuSE10 it's enough install Nagios Packages with YaST or i need compile
> manually?
> How to run nagios-nrpe (Nagios Remote Plug-in Executor). I need run only at
> the server side?
>


If it's in yast, that should work. I got mine from Dag's yum repository
(http://dag.wieers.com/home-made/apt/) and rebuilt the RPM after making
some slight UI modifications. I'm running 2.0rc1 and am pretty happy
with it.

As usual, installing from the RPM puts the files in different locations
than installing from source. If you follow the directions from
www.nagios.org, everything will end up under /usr/local/nagios.

The instructions for configuring the web interface are at
http://nagios.sourceforge.net/docs/2_0/installweb.html. Just remember
that your contacts must be able to authenticate via basic authentication
for it to work right.

I run NRPE from xinetd, so /etc/xinetd.d/nrpe looks like this:
# default: on
# description: NRPE
service nrpe
{
flags = REUSE
socket_type = stream
wait = no
user = nagios
server = /usr/local/nagios/bin/nrpe
server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd
log_on_failure += USERID
disable = no
only_from = 172.1.100.210 172.1.100.221
}

NRPE "runs" either through xinetd or as a daemon on each client. On the
monitoring server you'd have service checks call check_nrpe with the
appropriate arguments. There are some default ones for load and disk
space included with Nagios so you can see how they work.

The easy customization that I referred to is that you can use any
program or script which displays a single line of text and returns a
value of 0 to 3 as a service check.
  #6 (permalink)  
Old 02-Feb-2006, 17:09
Juan Mera
Guest
 
Posts: n/a
Default Re: Big Sister or Nagios

Lee Garner <lee.spam@leegarner.com> wrote in news:8CvEf.3169$yL4.1799@prv-
forum2.provo.novell.com:

> If it's in yast, that should work. I got mine from Dag's yum repository
> (http://dag.wieers.com/home-made/apt/) and rebuilt the RPM after making
> some slight UI modifications. I'm running 2.0rc1 and am pretty happy
> with it.


a last anxiety,
Dag's yum repository only it's for RedHat and Fedora, are there any RPM to
SuSE10?


--
Thanks for your time,
Regards,
Ing. Juan L. Mera
  #7 (permalink)  
Old 03-Feb-2006, 09:05
Juan Mera
Guest
 
Posts: n/a
Default Re: Big Sister or Nagios

Lee Garner <lee.spam@leegarner.com> wrote in news:8CvEf.3169$yL4.1799@prv-
forum2.provo.novell.com:

> If it's in yast, that should work. I got mine from Dag's yum repository
> (http://dag.wieers.com/home-made/apt/) and rebuilt the RPM after making
> some slight UI modifications. I'm running 2.0rc1 and am pretty happy
> with it


Thanks Lee, I find at Cool Solution my solution, it's very nice to people
with a little linux knowledge as me.

http://www.novell.com/coolsolutions/feature/16723.html

--
Thanks for your time,
Regards,
Ing. Juan L. Mera
  #8 (permalink)  
Old 05-Feb-2006, 14:22
Lee Garner
Guest
 
Posts: n/a
Default Re: Big Sister or Nagios

Juan Mera wrote:
> a last anxiety,
> Dag's yum repository only it's for RedHat and Fedora, are there any RPM to
> SuSE10?
>


My experience is that Suse handles standard RPMs fine. One area that
you'd need to examine is the creation of init scripts, but otherwise
regular RH packages should install fine on Suse.

You can always download the .src.rpm and rebuild it, too.
 

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2