- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Open Source Monitoring Tool
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 02:27 PM
04-12-2006 02:27 PM
Open Source Monitoring Tool
Hunki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 03:25 PM
04-12-2006 03:25 PM
Re: Open Source Monitoring Tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 06:50 PM
04-12-2006 06:50 PM
Re: Open Source Monitoring Tool
You have to take a look Internet express suite for HP-UX,
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 07:51 PM
04-12-2006 07:51 PM
Re: Open Source Monitoring Tool
I suggest you the system nagios, is very good and GNU. you can download of www.nagios.org. The manual in spanish is in http://nagios.linuxbaja.org/?q=node/15
Best regards.
Roberto Arias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 11:07 PM
04-12-2006 11:07 PM
Re: Open Source Monitoring Tool
there are several Open Source monitoring tools available,
of which some were already mentioned.
It depends on your requirements, prerequisites,
likes or dislikes.
But afaik Webmin isn't a monitoring tool but rather a webfrontend to do your sysadmin tasks via a browser.
If you have a large site to monitor with up to some hundreds/thousends of hosts (where a host can be anything from pretty dumb network device to enterprise server),
and if you maybe need to monitor very individual quantities/states where you want to provide your own custom plug-ins,
then I would go for Nagios.
It has a pretty good documentation with interspersed example configurations, and a very broad community with active mailing lists of Nagios experts who are very willing to help.
The only difficult thing maybe is getting a working starting configuration because it usually requires six config files to be edited which mutually depend on each other.
But the tarball includes many sample files that you only need to customize to get started.
And the nagios daemon does a so called pre-flight check of your configuration and would abort if it detects any malconfiguration with telling of the violating file and line No.
The most important part of the Nagios functionality however are the Plug-ins.
So you also need to install the plug-in bundle to have anything useful.
The plug-ins supply already check commands for the most common services.
If you have some scripting or programming experience it is pretty easy to extend the Nagios functionality be writing your own plug-ins.
This is the starting link for your Nagios endaevours
http://www.nagios.org/
A similar project is Zabbix
http://www.zabbix.org/
Then there is a more lightweight monitoring tool based on Perl which you can obtain from the Linux Kernel site, and which is simply called mon.
The configuration is a bit simpler than that of Nagios, and some Perl knowledge wouldn't hurt.
http://www.kernel.org/software/mon/
Then there are those tools that are more suited for collecting performance data
(although Nagios can do this to a certain degree as well).
Of these especially in multi node clusters the Ganglia tool is widespread.
http://ganglia.sourceforge.net/
Another one is Orca
http://www.orcaware.com/orca/
Orca is based on the round robin database and graphing tool RRDTool
http://oss.oetiker.ch/rrdtool/
Also based on RRDTool is the Multi Router Traffic Grapher MRTG
http://oss.oetiker.ch/mrtg/
Another performance collection and charting tool entirely written in Perl and also based on RRDTool is Munin
http://munin.projects.linpro.no/
I use the latter on our Solaris and Linux boxes because it is on those platforms right out of the configure script immediately usable.
The reason being the easy access to performance data on those platforms,
with the procfs on Linux and kstat on Solaris.
Sadly HP-UX hides this data and requires you to buy e.g. Glance to access the data.
Nevertheless you can use plug-ins based on common user space Unix commands such as
uptime, ps, vmstat, iostat, sar, nfsstat etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 03:41 AM
04-14-2006 03:41 AM
Re: Open Source Monitoring Tool
Have a look at
http://hobbitmon.sourceforge.net/
Regards
Lars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 04:51 AM
04-14-2006 04:51 AM
Re: Open Source Monitoring Tool
Supportability is also very important issue to consider.
As mentioned, there are several packages to consider and in making your decision, factor in the complexity of your environment with the time/effort required to configure the various packages for your environment.