I would highly recommend looking into check_mk and OMD. Check_mk is a
really nice plugin for nagios that makes setting up client machine to
monitor far easier than the usual nagios methods (nrpe for linux/unix &
nsclient for windows). Once the client is installed it will do a discovery
inventory to find all (most) of the metrics you would want to monitor. Hard
drive space, load, memory usage, apache status. The "livestatus" module
allows you to do pretty much all of your nagios config via the web
interface rather than needing to dive into conf files every time you want
to make a change.

OMD is basically a linux distro package that can be added to debian,
ubuntu, or rhel/centos that has all of the packages necessary for nagios,
check_mk, etc premade for you.

http://mathias-kettner.com/check_mk.html
http://omdistro.org/


On Fri, Mar 22, 2013 at 11:03 AM, Brad Bendily <morbothegr...@gmail.com>wrote:

> Nagios is and can be a centralized monitoring/alerting system. You need
> those dependencies on the host for it to run, but not on each host you want
> to monitor.
> Once you get it installed, you can make checks with SSH or run a "client"
> on each server, including windows.
>
> The thing I really like about nagios for adding new host, is that once you
> get all of the config files templated, you can write scripts that easily
> add new host and "reconfigure" the nagios app. it's not dependent on a web
> interface (looking at you groundworks) or any other bells and whistles.
>
> bb
>
> On Fri, Mar 22, 2013 at 9:52 AM, Edward Ned Harvey (lopser) <
> lop...@nedharvey.com> wrote:
>
>>  I've used zenoss before.  Didn't like it.  We had problems with the
>> accuracy of metrics (I think it buffer overflowed or something, getting
>> disk usage on a several TB volume, reported things like -50% full) ... even
>> though "technically" it could allow you to create custom metrics via ssh
>> and so forth, it was confusing, never got that working, etc.****
>>
>> ** **
>>
>> I haven't used any of these others.****
>>
>> ** **
>>
>> Looking at the nagios site, it looks like, you're supposed to install it
>> on the server you monitor.  Installing httpd, mysql, configuring selinux,
>> etc.  Which is not what I want.  ****
>>
>> ** **
>>
>> I want to install a centralized monitoring / alerting system, and deploy
>> a tiny little plugin (or something) to each of the systems to be
>> monitored.  The production systems already run apache, mysql, etc, and I
>> don't want any dependencies on any installation packages to conflict or
>> cause any disruption to existing production services.  If I need to
>> configure httpd on the system to be monitored, it's a nonstarter.****
>>
>> ** **
>>
>> I primarily care about linux systems (but other OSes are nice to support
>> too).  Want alerts, both predictive and reactionary (notify me if a system
>> is down, but also notify me when disk usage is over 90% or the CPU stays
>> over 95% for 10 minutes, or the system begins thrashing swap, etc, so I can
>> hopefully avoid system down.)  etc.****
>>
>> ** **
>>
>> Thanks for suggestions.****
>>
>> _______________________________________________
>> Tech mailing list
>> Tech@lists.lopsa.org
>> https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech
>> This list provided by the League of Professional System Administrators
>>  http://lopsa.org/
>>
>>
>
> _______________________________________________
> Tech mailing list
> Tech@lists.lopsa.org
> https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech
> This list provided by the League of Professional System Administrators
>  http://lopsa.org/
>
>
_______________________________________________
Tech mailing list
Tech@lists.lopsa.org
https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech
This list provided by the League of Professional System Administrators
 http://lopsa.org/

Reply via email to