LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 10-10-2008, 07:48 AM   #16
dougbourne
LQ Newbie
 
Registered: Jun 2008
Posts: 29

Rep: Reputation: 15

Check this out
http://en.wikipedia.org/wiki/Network...ing_comparison
http://www.centreon.com/Product/Centreon.html
 
Old 12-04-2008, 05:11 AM   #17
chitambira
Member
 
Registered: Oct 2008
Location: Online
Distribution: RHEL, Centos
Posts: 373
Blog Entries: 1

Rep: Reputation: 51
Finally settled for zenoss to enjoy the best of both worlds (opennms and nagios). Note that you can also use your nagios plugins with zenoss.
 
Old 12-04-2008, 09:00 PM   #18
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally Posted by chitambira View Post
Finally settled for zenoss to enjoy the best of both worlds (opennms and nagios). Note that you can also use your nagios plugins with zenoss.
My experience with Zenoss left a bad taste in my mouth. It's still very immature, buggy, unreliable and I really didn't like how it handled monitoring, configuration and so on overall.

It performed poorly when a catastrophic event occurred, instead of notifying that a whole network is down where you don't need each individual host sending their own notifications as well, each individual host will still send such notifications.

I really hated how it would pick up changes for hosts, how it would scan everything you have to be monitored at set intervals and if you wanted to scan for the changes, it didn't always pick up the changes on the particular host.

I also hate when it scanned, if you had a host running mysql that it monitored before and it wasn't running the next scan to make the updates, it would stop monitoring that process cause it wasn't running at the time of the scan.

It wouldn't pick up new processes to monitor on hosts that clearly were running the process at times, having to perform several scans to get picked up.

The only plus I think it had was a pretty user interface.

Maybe it's matured since last time I used it but OpenNMS is still superior in my opinion. And you can use Nagios plugins and scripts with it as well.
 
Old 12-08-2008, 03:13 PM   #19
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Thumbs up

What application would be best for enterprise level monitoring is highly dependent upon the specifics of your network and what is being monitored. Are you monitoring locally or remotely? Do you monitor via ssh or snmp? Do you need room for future expansion with non-unix clients? What kind of notifications do you want? Do you want your information stored in database form or flat text? etc.

I've personally used at one point or another at least half a dozen different systems for monitoring with good results, I would recommend any of the following:

Nagios
SNIPS/NOCOL
Zenoss
OpenNMS

That being said, you need to know exactly what you're looking for in a monitoring package before you decide on one. Everyone has their favorites and they all are roughly capable of monitoring everything under the sun given adequate time for learning their peculiarities and a willingness to occasionally add code yourself.
 
Old 12-26-2009, 01:10 AM   #20
scarjustin
LQ Newbie
 
Registered: Dec 2009
Posts: 3

Rep: Reputation: 0
Need your suggestion.

Hi:

I am an SA and I am looking for a Unix/Linux system monitoring tool to monitor the following OS (no network devices). There are about 1600 servers.

Solaris 2.8, 10 including LDOM and non-globalzones
RHEL 4, 5 on standalone and VMware instances
AIX 5.X, 6.X including LPAR

From the feedback of this thread, I am thinking about using Nagios or Zabbix.

I also need the following features.

1) server configuration collection such as configuration files and command output.
2) pattern matching in log files.
3) package installation analysis.

Could anyone tell me which tool is better for my needs? I would appreciate if you share your experience with me.

Thanks.
 
Old 12-26-2009, 05:28 PM   #21
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
It sounds like you need a NMS combined with a configuration management system such as cfengine or Puppet. You could always write plug-ins for your chosen NMS to monitor logs, but you might want to look at implementing something like swatch on a central log server. I've been giving this some thought for my environment.

It's fortuitous this thread got resurrected. I've been a long-time Nagios user, however my set-up has fallen into some disarray and I'm looking at either upgrading to a new version of Nagios & starting from scratch, or switching to different software. So far I've looked at Zabbix and Cacti, and based on this thread I plan to look at OpenNMS as well. In my environment I have a number of critical web, application, and storage servers (probably around 30 total) and then several hundred cluster nodes. One thing I need to be able to do is prioritize alerts -- if a cluster node goes down, that's not such a big deal, but if an application server does I need to know about it ASAP. The problem with Nagios is I would get deluged with mails about minor problems (something I wanted to know about, but was not time-critical). I never found a good way to prioritize alerts. Are any of the other NMS systems better at this? Or did I miss something in how I set up Nagios?
 
1 members found this post helpful.
Old 12-26-2009, 09:40 PM   #22
scarjustin
LQ Newbie
 
Registered: Dec 2009
Posts: 3

Rep: Reputation: 0
Miller:
Thanks.
About the alerting features for Nagios and Zabbix, I once found one link last week indicating that Nagios is more plain in alerting feature. On the contrary, Zabbix could fine tune the alerting function so user won't be flooded by minor warnings. If I found that link. I will let you know.

Thank.
 
Old 01-18-2010, 06:55 AM   #23
chitambira
Member
 
Registered: Oct 2008
Location: Online
Distribution: RHEL, Centos
Posts: 373
Blog Entries: 1

Rep: Reputation: 51
Everything else is a subset of Zenoss
 
Old 01-19-2010, 07:49 PM   #24
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,364

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
This is quite popular http://www.groundworkopensource.com/...ios-users.html which is a product based on Nagios, but a lot of stuff already done for you.
 
Old 01-20-2010, 12:22 AM   #25
scarjustin
LQ Newbie
 
Registered: Dec 2009
Posts: 3

Rep: Reputation: 0
about reports for package information

Hi:
Could you tell me which of them is good at generating reports for packages installed on the servers. I hope that those software have existing functions for that to let me customize the reports for packages.

Thanks.
 
Old 01-20-2010, 03:59 AM   #26
chitambira
Member
 
Registered: Oct 2008
Location: Online
Distribution: RHEL, Centos
Posts: 373
Blog Entries: 1

Rep: Reputation: 51
Quote:
Originally Posted by trickykid View Post
My experience with Zenoss left a bad taste in my mouth. It's still very immature, buggy, unreliable and I really didn't like how it handled monitoring, configuration and so on overall.

It performed poorly when a catastrophic event occurred, instead of notifying that a whole network is down where you don't need each individual host sending their own notifications as well, each individual host will still send such notifications.

I really hated how it would pick up changes for hosts, how it would scan everything you have to be monitored at set intervals and if you wanted to scan for the changes, it didn't always pick up the changes on the particular host.

I also hate when it scanned, if you had a host running mysql that it monitored before and it wasn't running the next scan to make the updates, it would stop monitoring that process cause it wasn't running at the time of the scan.

It wouldn't pick up new processes to monitor on hosts that clearly were running the process at times, having to perform several scans to get picked up.

The only plus I think it had was a pretty user interface.

Maybe it's matured since last time I used it but OpenNMS is still superior in my opinion. And you can use Nagios plugins and scripts with it as well.
I hope by now you surely takeback ALL of you negatives here. In my opinion (and experience) all that is said here is now a matter of configuration. Zenoss is VERY flexible and dont get nisled by thinking default behaviour is the standard or "fixed" behaviour, you can always tailor your config to suit your requirements. As a hint, following keywords provide vast info on this (routes, locking, transforms)

Note that you can do everything that can be done by any other monitoring app, and much more on top of that.
 
  


Reply

Tags
monitoring, nagios, opennms, zenoss



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Nagios? suresheva31 Linux - General 2 10-13-2004 07:55 AM
About NAGIOS Redhat_guy Linux - Networking 3 06-30-2004 01:43 PM
About NAGIOS .. Redhat_guy Linux - Software 2 06-30-2004 08:13 AM
Nagios VincentB Linux - Software 3 09-09-2003 09:20 AM
Nagios markus1982 Linux - Software 1 04-01-2003 06:04 AM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 11:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration