LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 07-01-2013, 10:36 AM   #1
circus78
Member
 
Registered: Dec 2011
Posts: 273

Rep: Reputation: Disabled
Monitoring Tool web based


Hi,
I'm looking for some monitoring tool. It should be multi-user, I mean that a single user can view only a limited host's group.
And it should be web based.
Any suggestions?
Thank you very much
 
Old 07-01-2013, 11:14 AM   #2
vishesh
Member
 
Registered: Feb 2008
Distribution: Fedora,RHEL,Ubuntu
Posts: 661

Rep: Reputation: 66
I use nagios for monitoring. Nagios provides web interface.
 
Old 07-02-2013, 12:20 AM   #3
Linux MR
Member
 
Registered: May 2013
Location: Pacific North West
Distribution: Red Hat, Scientific, Fedora, openSuSE, Mageia, Mint, Arch
Posts: 57

Rep: Reputation: Disabled
Nagios

I agree with the above poster. Nagios gives a pretty decent GUI and nice "one-stop shop" once you get it up and configured.
 
Old 07-02-2013, 12:42 AM   #4
jlieben
LQ Newbie
 
Registered: Aug 2009
Location: Netherlands
Distribution: Ubuntu, Redhat, Centos, Oracle Linux
Posts: 3

Rep: Reputation: 0
Another good tool will be Zenoss, it fits your needs and in my opinion easier to config than Nagios.
 
Old 07-02-2013, 02:01 AM   #5
kontrabant
LQ Newbie
 
Registered: Oct 2010
Posts: 9

Rep: Reputation: 0
Monitoring

Hyperic
Nagios
Cacti
Zabbix
Mrtg/
Nfsen


Just to name a few.
 
Old 07-02-2013, 06:24 AM   #6
maxhq
LQ Newbie
 
Registered: Apr 2013
Location: Germany
Distribution: LMDE, Siduction
Posts: 5

Rep: Reputation: Disabled
Some months ago I did a research on open source monitoring systems.
I sorted out systems that...
  • are not maintained anymore,
  • have a too small community,
  • have no internationalization.
  • have limited features (e.g. focussing only on SNMP)

Then I evaluated the following:
  • Nagios
  • OpenNMS
  • PandoraFMS
  • Zabbix

Each of them has a slightly different logic and approach. Nagios e.g. has a long history, but also a monolithic kernel and is difficult to configure (text files). PandoraFMS is a young system with a modern UI, but has some drawbacks in it's logic. OpenNMS is very mature, but seemed very hard to configure.

I decided for Zabbix, which has a lot of helpful features and a good performance:
  • combines C backend and PHP frontend (MySQL or PostgreSQL database)
  • configuration completely via web UI, featuring e.g. bulk changes
  • configurable via API (does not yet include all items)
  • configuration can be imported/exported via XML
  • host group based permission system
  • authentication internally or via LDAP (e.g. MS Active Directory)
  • a very unique language for specifying alert triggers. You can realize trigger hysteresis, alarms on relative increase/decrease and much more with this language - without any plugin.
  • built in data history incl. graphs (round robin database)
  • data retrieval via agent, SNMP, IPMI
  • host autodiscovery (IP)
  • service autodiscovery (e.g. server hard disks, switch ports)
  • can be extended via plugins / bash scripts / windows batch files
  • nice apps for Android and iPhone

So far I am very happy with my decision. Of course every system has it's limitations, but Zabbix is actively developed, will always stay free (there is no "pro version") and is backed by a professional company that offers training, support, conferences etc.

Last edited by maxhq; 07-02-2013 at 06:29 AM.
 
Old 07-02-2013, 12:05 PM   #7
mmcc0912
Member
 
Registered: Mar 2010
Posts: 37

Rep: Reputation: 0
I'm using OpsView. It has a good set of templates already in place and I'm very happy with it. It uses nagios and wraps in a DB for history and graphs. Use SNMP for various devices such as cisco, F5 and Brocade, also NMIS for granular details of a graph which lets me see data without spikes interfering.
 
Old 07-02-2013, 12:09 PM   #8
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
As mentioned, Nagios is one of the major contenders. However, I really like this remake of Nagios called Icinga:

https://www.icinga.org/

Its just a fork of nagios, but its much cleaner.

We also use observium for monitoring(not alerting):

http://www.observium.org/wiki/Main_Page

And we use Ganglia in our cluster:

http://ganglia.sourceforge.net/
 
Old 07-09-2013, 06:44 AM   #9
barryherne
LQ Newbie
 
Registered: Jul 2013
Posts: 2

Rep: Reputation: Disabled
I can offer to use the tool Anturis http://www.anturis.com which offers a lot of monitoring features.
 
Old 03-27-2014, 06:42 AM   #10
polished
LQ Newbie
 
Registered: Mar 2014
Posts: 1

Rep: Reputation: Disabled
Hi

I've been using various monitoring tools for several years, and you are right in the comments you are doing.
If you are accustomed to using Nagios plugins, the best option is Icinga.
We are currently using in my company Pandora FMS ,it is a very young tool but is growing very quickly. Version 5 has nothing to do with the above. I'm talking to them for updating to their Enterprise version and they have told me that for version 5.1, they will get a compatible version for Windows. For us it is a great solution, since the methodology of our company, all systems are or should be Windows, and the installation of these Nagios, Pandora FMS tools ... we have to perform on the VM, and performance is always somewhat lower than on a real machine.
 
  


Reply



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
web server monitoring tool recommendations? di11rod Linux - Software 3 03-13-2013 05:27 AM
ICMP/SNMP based monitoring tool burak Linux - Networking 3 04-22-2010 03:23 AM
Setting up Monitoring Tool for Web and DB Server?? your_shadow03 Linux - Newbie 7 11-20-2009 07:44 AM
Monitoring traffic tool/web based(non-cgi?)/non-SNMP/low CPU usage/non-real time pe2338 Linux - Networking 3 05-04-2006 01:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 10:23 AM.

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