<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://port25.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Port 25: The Open Source Community at Microsoft : Open Source, Kishi Malhotra</title><link>http://port25.technet.com/archive/tags/Open+Source/Kishi+Malhotra/default.aspx</link><description>Tags: Open Source, Kishi Malhotra</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 40109.1145)</generator><item><title>Systems Manageability Part 6:  Patch Management and Online Updates</title><link>http://port25.technet.com/archive/2007/06/29/systems-manageability-part-6-patch-management-and-online-updates.aspx</link><pubDate>Fri, 29 Jun 2007 17:44:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:4088</guid><dc:creator>kishi</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=4088</wfw:commentRss><comments>http://port25.technet.com/archive/2007/06/29/systems-manageability-part-6-patch-management-and-online-updates.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Verdana"&gt;&lt;strong&gt;&lt;font size="2"&gt;Level-Set&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt; - Patch Management: Patch Management and Maintenance focuses on those solutions available to deploy and install software update on Linux systems, with a primary focus on Novell based Linux systems. This is going to be a very short blog because the only open source tool that I could find, which is used in a widespread manner, is YaST. I know there are tons of solutions out there, some proprietary like RHN and some custom built. YaST was the only common thread we could recognize. A deeper look at YaST and its online update abilities follows:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font face="Verdana" size="2"&gt;YAST Online Update Utility&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Probably the most common and important modules in YaST are those related to software management (adding and removing software) and patch management.&amp;nbsp; Software and updates for a typical SUSE system are obtained from software repositories, which can be local or remote software inventories from which new software or updates may be obtained. At a deeper level, the SLES9 package management system utilizes the common &lt;em&gt;rpm&lt;/em&gt; utility to install, remove, and update packages and manage the package and dependency database.&amp;nbsp; Although this subsystem is similar to RedHat&amp;rsquo;s, Novell has chosen a very different approach to distributing its patches, choosing to utilize what are called &lt;em&gt;patch RPMs&lt;/em&gt;. With many RPM-based distributions, when a package needs to be updated for one reason or another the distributor will modify or patch the original source tree and recompile/repackage the software to produce a new RPM for that particular package.&amp;nbsp; Therefore in these cases the new RPM will simply be an updated version of the original RPM.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Novell has taken a slightly different approach with patching via RPMs.&amp;nbsp; Instead of updating and repacking the entire package, Novell updates the original source tree, recompiles, and then produces a &lt;em&gt;delta&lt;/em&gt; (or a &lt;em&gt;diff&lt;/em&gt;) between the original binaries in the package and the newly patched/recompiled binaries.&amp;nbsp; The &lt;em&gt;delta&lt;/em&gt; is a binary file that contains information about the differences between two binary files.&amp;nbsp; The deltas will then be packaged within an RPM and distributed to clients.&amp;nbsp; The &lt;em&gt;patch RPM&lt;/em&gt; can then be manually or automatically installed in the same way a standard RPM would be installed. An advantage to this technique is that patches are often smaller in size &amp;ndash; typically anywhere between 5KB and 8MB depending on the size of the package and the changes being applied.&amp;nbsp; This often allows the update process to progress far faster than it would otherwise when using full RPMs &amp;ndash; especially for large applications.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Major updates to the stable SLES9 branch are released as an installable &amp;ldquo;service pack&amp;rdquo;.&amp;nbsp; Novell typically recommends installing the service pack files via YaST2, from either a CDROM or network location that contains the service pack files.&amp;nbsp; One may also simply utilize the &lt;em&gt;Online Update&lt;/em&gt; module of YaST2 to update the system manually or automatically.&amp;nbsp; In this case, the service pack will be distributed as a large number of individual packages, similar to how RedHat distributes major updates (i.e. RHEL4 U4). Aside from a log file, SLES9 does not currently have an email mechanism to inform the administrator when a patch is automatically downloaded and installed (as RedHat does).&amp;nbsp; However, a log file that contains information about each automatic update is maintained in &lt;em&gt;/var/lib/YaST2/you/youlog&lt;/em&gt;.&amp;nbsp; This log is generally very easy for an administrator to read and discover when, or if, a patch RPM was downloaded and installed.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;There are other ways to find information about installed patches, however.&amp;nbsp; By default, SLES9 archives each patch RPM that is downloaded and installed.&amp;nbsp; Full RPMs will also be archived if they were installed via YaST2 after the original system installation.&amp;nbsp; This functionality can be disabled with YaST2, of course, although it can sometimes be useful to maintain the archive if a patch ever needs to be reinstalled.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;em&gt;&lt;strong&gt;1.&amp;nbsp; &lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;em&gt;&lt;strong&gt;&lt;a name="_Toc158034342" title="_Toc158034342"&gt;&lt;/a&gt;&lt;font size="2"&gt;YaST Software/Update Repositories&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Software repositories are typically added manually via the Installation Source module in YaST or can be scanned using SLP (Service Location Protocol).&amp;nbsp; From this module, one may add references to locations from which to receive updates.&amp;nbsp; These references typically take the form of a URI or a directory path.&amp;nbsp; YaST supports the following software repository references:&lt;/font&gt;&lt;/p&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;FTP&lt;/font&gt;&lt;font face="Verdana" size="2"&gt;HTTP(S)&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;SMB/CIFS&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;NFS&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;CD or DVD&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Local Directory&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Using this methodology it is also quite common for an administrator to install a centralized repository for software and updates.&amp;nbsp; Updates may then be obtained from Novell by a single server, and other servers on the LAN may then pull patches from the central patch server using one of the above protocols.&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp; &lt;em&gt;&lt;strong&gt;&amp;nbsp;2.&amp;nbsp; &lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;em&gt;&lt;strong&gt;&lt;a name="_Toc158034344" title="_Toc158034344"&gt;&lt;/a&gt;&lt;font size="2"&gt;YaST Security&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Although software repositories for SLES and SLED distributions are typically operated by Novell, it is quite possible to add third-party repositories to obtain software not offered by Novell, or even different versions of the same software packages.&amp;nbsp; Novell warns against this, however, since adding repositories not controlled by Novell can result in the installation of untested or possibly malicious software, which ultimately could compromise security, but more likely may result in software instability and RPM package conflicts.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;All official software and patches obtained by Novell are cryptographically signed, which can be verified with Novell&amp;rsquo;s public key.&amp;nbsp; The public keys used to verify these signatures are typically obtained via the official SLES/SLED CDs or DVDs, but may also be obtained via Novell&amp;rsquo;s website.&amp;nbsp; Once these public keys are accepted and imported, any software package or update obtained with an invalid signature will produce a warning and may not install without user intervention. &lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Verdana"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;em&gt;&lt;a name="_Toc158034346" title="_Toc158034346"&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;strong&gt;3. &lt;/strong&gt;&amp;nbsp;&lt;/font&gt;&lt;strong&gt;&lt;font size="2"&gt;YaST Automatic Updates&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Automatic updates can be configured via YaST&amp;rsquo;s Online Update Setup module, which allows a user to schedule updates to occur at a particular time either daily or weekly.&amp;nbsp; On the backend, this module simply installs a new cron entry, a task scheduling application, which periodically runs another program to check for and install updates pushed out by Novell.&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;In earlier SUSE-based systems, YOU (YaST Online Update) had been used to automate the installation of updates packages.&amp;nbsp; The &lt;em&gt;cron&lt;/em&gt; utility would execute a shell script called &lt;em&gt;/usr/bin/online_update&lt;/em&gt; which would automate the patch installation process.&amp;nbsp; Newer versions of SUSE, including SLED10, utilize a similar process but instead of a shell script a utility called &lt;em&gt;rug&lt;/em&gt; is used.&amp;nbsp; The &lt;em&gt;rug&lt;/em&gt; utility is the command-line interface to the ZENworks management agent that is present on new SUSE systems.&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;font face="Verdana" size="2"&gt;If you are running any open source based tools or applications in your environment to push patches and manage online update scenarios, we would REALLY like to hear what you have to say. As always THANK YOU for tuning into Port25&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=4088" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Kishi+Malhotra/default.aspx">Kishi Malhotra</category><category domain="http://port25.technet.com/archive/tags/Management/default.aspx">Management</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://port25.technet.com/archive/tags/Server+Center/default.aspx">Server Center</category></item><item><title>Systems Manageability Part Five:  Monitoring</title><link>http://port25.technet.com/archive/2007/06/21/systems-manageability-part-five-monitoring.aspx</link><pubDate>Thu, 21 Jun 2007 14:16:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:4070</guid><dc:creator>kishi</dc:creator><slash:comments>340</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=4070</wfw:commentRss><comments>http://port25.technet.com/archive/2007/06/21/systems-manageability-part-five-monitoring.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;Background&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: This is Part 5, continuation of the series of 8 blogs I&amp;rsquo;m doing on &lt;a href="http://port25.technet.com/archive/2007/05/03/systems-manageability-part-3-provisioning-and-deployment.aspx" style="color: blue; text-decoration: underline; text-underline: single"&gt;Systems Manageability&lt;/a&gt;. In this specific blog, I will focus on and explain the third part of the &amp;ldquo;ontology&amp;rdquo; which is &amp;ldquo;&lt;strong&gt;Monitoring&lt;/strong&gt;&amp;rdquo;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;Level-Set &amp;ndash; Monitoring&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: Monitoring and other data collection tools are an essential component of any management strategy.&amp;nbsp; The proper collection and organization of host data allows for manual and sometimes automated reactive corrective measures.&amp;nbsp; This section outlines many of the open source and free software monitoring tools available on the Linux platform.&amp;nbsp; Much of the analysis in this section is focused on the inner workings of these tools as data collection systems, rather than feature comparisons between the various monitoring applications. The WBEM/CIM overview has been placed in this section due to its basis as a data collection and management system, even though its use is not limited the confines of this category.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;I.WBEM/CIM:&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt; The following section includes an overview of the WBEM initiative and the open-source CIM implementations that exist today. The Distributed Management Task Force (DMTF) classifies WBEM (&lt;strong&gt;W&lt;/strong&gt;eb &lt;strong&gt;B&lt;/strong&gt;ased &lt;strong&gt;E&lt;/strong&gt;nterprise &lt;strong&gt;M&lt;/strong&gt;anagement) as the following:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;font face="Arial" size="2"&gt;&amp;ldquo;[WBEM is] a set of management and Internet standard technologies developed to unify the management of distributed computing environments. WBEM provides the ability for the industry to deliver a well-integrated set of standard-based management tools, facilitating the exchange of data across otherwise disparate technologies and platforms.&amp;rdquo;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;Core components and industry standards used in WBEM include CIM, CIM-XML, CIM Query Language, SLP (&lt;strong&gt;S&lt;/strong&gt;ervice &lt;strong&gt;L&lt;/strong&gt;ocation&lt;strong&gt;P&lt;/strong&gt;rotocol, for WBEM Discovery) and WBEM URI (&lt;strong&gt;U&lt;/strong&gt;niversal &lt;strong&gt;R&lt;/strong&gt;esource &lt;strong&gt;I&lt;/strong&gt;dentifier) mapping.&amp;nbsp; The DMTF has also developed a WBEM Management profile template for the purpose of systems manageability.&amp;nbsp; WBEM has been designed to be compatible with all the major existing management protocols, including SNMP, DMI, and CMIP. There are several open source implementations of WBEM including OpenWBEM, WBEM Services, OpenPegasus and SBLIM.&amp;nbsp; These are discussed in more detail below.&amp;nbsp; Additionally, there are both client and server implementations available for the WBEM standard:&lt;/font&gt;&lt;/p&gt;&lt;ul style="margin-bottom: 0in" type="square"&gt;&lt;li class="MsoNormal" style="color: black"&gt;&lt;font face="Arial" size="2"&gt;WBEM clients include PyWBEM, an open-source WBEM library written in Python, and the Purgos open-source management client for Windows written in C++. &lt;/font&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black"&gt;&lt;font face="Arial" size="2"&gt;WBEM server implementations include OpenPegasus and OpenWBEM, an open-source client and server written in C++ (Novell has adopted this and added it to SLES9/10). &lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;The following is an explanation of CIM, or Common Information Model, from the &lt;a href="http://www.dmtf.org/standards/cim/" style="color: blue; text-decoration: underline; text-underline: single"&gt;DMTF documentation&lt;/a&gt;:&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;font face="Arial" size="2"&gt;&amp;ldquo;provides a common definition of management information for systems, networks, applications and services, and allows for vendor extensions. CIM&amp;rsquo;s common definitions enable vendors to exchange semantically rich management information between systems throughout the network. It is a conceptual information model for describing management that is not bound to a particular implementation. This allows for the interchange of management information between management systems and applications. This can be either &amp;quot;agent to manager&amp;quot; or &amp;quot;manager to manager&amp;quot; communications that provides for Distributed System Management.&amp;rdquo;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;CIM includes two components; a specification and a Schema.&lt;/font&gt;&lt;/p&gt;&lt;ol start="1"&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;CIM Specification: This describes the language, naming, Meta Schema and mapping techniques to other management models such as SNMP MIBs, and DMTF MIFs etc. The Meta Schema is a formal definition of the model. It defines the terms used to express the model and their usage and semantics. The elements of the Meta Schema are Classes, Properties, and Methods. The Meta Schema also supports Indications and Associations as types of Classes and References as types of Properties. Essentially, the CIM specification&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;CIM Schema: This provides the actual model descriptions. The CIM Schema supplies a set of classes with properties and associations that provide a well-understood conceptual framework within which it is possible to organize the available information about the managed environment.&amp;nbsp; The CIM Schema itself is structured into three distinct layers:&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;blockquote&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;The &lt;strong&gt;Core Schema&lt;/strong&gt; is an information model that captures notions that are applicable to all areas of management.&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;Common Schemas&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt; are information models that capture notions that are common to particular management areas, but independent of a particular technology or implementation. The common areas are systems, devices, networks, applications, metrics, databases, the physical environment, event definition and handling, management of a CIM infrastructure (the Interoperability Model), users and security, policy and trouble ticketing/ knowledge exchange (the Support Model). These models define classes addressing each of the management areas in a vendor-neutral manner.&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;Extension Schemas&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt; represent organizational or vendor-specific extensions of the Common Schema. These schemas can be specific to environments, such as operating systems (for example, UNIX&amp;reg; or Microsoft Windows&amp;reg;). Extension Schema fall into two categories, Technology-Specific areas such UNIX98 or Product-Specific areas that are unique to a particular product such as Windows.&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;img border="0" height="361" src="http://port25.technet.com/photos/images/images/4066/original.aspx" width="314" /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;WBEM (CIM) Architecture Diagram&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;a name="_Toc158034287" title="_Toc158034287"&gt;&lt;/a&gt;&lt;font size="2"&gt;OpenPegasus&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;em&gt;&lt;font size="2"&gt;OpenPegasus&lt;/font&gt;&lt;/em&gt;&lt;font size="2"&gt; is an open-source implementation of the DMTF CIM and WBEM standards being driven under the auspices of The Open Group.&amp;nbsp; OpenPegasus is open source and is licensed under the MIT open-source license. The distribution is available via CVS, and as snapshot images in tar, zip, and (self-extracting) exe file formats on the OpenPegasus web site. Based on documentation posted on the site, simply put, Pegasus is an open-source CIM Server for DMTF CIM objects. It is written in C++ and includes the Object manager (CIMOM), a set of defined interfaces, an implementation of the CIM Operations over HTTP operations and their cimxml HTTP encodings, and Interface libraries for both clients and providers.&amp;nbsp; It is maintained to be compliant with the DMTF CIM and WBEM specifications with exceptions noted in the documentation. It is designed to be portable and modular. It is coded in C++ and translates the object concepts of the CIM objects into a programming model. Pegasus is designed to be inherently portable and builds and runs today on most versions of UNIX(R), Linux, and Windows. OpenPegasus includes the following components:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;A DMTF compliant CIM Server that processes CIM operations, CIM Indications, and includes class and instance repositories and interfaces for creating CIM Providers and CIM Clients. &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Provider interfaces so that providers may be build in multiple languages (i.e. C++, C, Java). &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;A number of CIM Providers. &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;A MOF compiler. &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;A number of CIM Clients to provide usage examples, CIM Server test functions, and administrative functions &lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;a name="_Toc158034288" title="_Toc158034288"&gt;&lt;/a&gt;&lt;font size="2"&gt;OpenWBEM On SLES10&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;OpenWBEM is included in SUSE Linux Enterprise Server 9 and 10, allowing any WBEM enabled management console to access configuration information on the system.&amp;nbsp; A CIM schema and a MOF compiler are also included as packages in SLES9 and 10, which can be used to create and import the schema.&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;## Create the namespace called /root/cimv2&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p align="left" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;SLES10:/etc/openwbem # &lt;strong&gt;owcreatenamespace -n /root/cimv2&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;Creating namespace (/root/cimv2)&lt;/span&gt;&lt;/p&gt;&lt;p align="left" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;## Import the CIM schema.&lt;/span&gt;&lt;/p&gt;&lt;p align="left" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;SLES10:/etc/openwbem # owmofc /usr/share/mof/cimv2.12/cimv212.mof&lt;/span&gt;&lt;/p&gt;&lt;p align="left" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;[ ... Lots of Output ... ]&lt;/span&gt;&lt;/p&gt;&lt;p align="left" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;Compilation finished.&amp;nbsp; 0 errors occurred.&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;Compiling and Importing the CIM Schema&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;## Start the OpenWBEM Daemon.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;SLES10:~ # &lt;strong&gt;/etc/init.d/owcimomd start&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;Using common server certificate /etc/ssl/servercerts/servercert.pem&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;Starting the OpenWBEM CIMOM Daemon&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;## Check the status of the OpenWBEM service.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;SLES10:~ # &lt;strong&gt;/etc/init.d/owcimomd status&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;Checking for service OpenWBEM CIMOM Daemon&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; running&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;Starting the OpenWBEM Service on SLES10&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;II. NAGIOS&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: Nagios is a system monitoring application designed to monitor remote hosts and applications over a network.&amp;nbsp; The application provides a web-based graphical display that allows one to view the status of nodes and particular applications running on the nodes.&amp;nbsp; The following is an excerpt from the Nagios documentation listing some of Nagios&amp;rsquo; feature set: Some of the many features of Nagios include:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.) &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Monitoring of host resources (processor load, disk usage, etc.) &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Simple plugin design that allows users to easily develop their own service checks &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Parallelized service checks &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Ability to define network host hierarchy using &amp;quot;parent&amp;quot; hosts, allowing detection of and distinction between hosts that are down and those that are unreachable &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Contact notifications when service or host problems occur and get resolved (via email, pager, or user-defined method) &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Ability to define event handlers to be run during service or host events for proactive problem resolution &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Automatic log file rotation &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Support for implementing redundant monitoring hosts &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Optional web interface for viewing current network status, notification and problem history, log file, etc. &lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;Nagios can poll servers and obtain data in a number of different ways.&amp;nbsp; The most straight-forward method is to connect to a remote system directly and test to see if the host is available or if a particular service is running.&amp;nbsp; Data internal to the host, such as free memory or processor usage, however, must be gathered using the Nagios agent, SNMP, another custom script or program or a Nagios plug-in called &lt;strong&gt;check_by_ssh&lt;/strong&gt; - which is a standard plug-in designed to run a command on a remote machine and collect the output. The configuration of Nagios is done entirely via text-based configuration files.&amp;nbsp; Hosts and other resources are defined in&lt;em&gt;blocks&lt;/em&gt;, which can also inherit information from other pre-defined blocks, making complex configurations possible and more manageable.&amp;nbsp; There are several third-party applications available that provide a web or other GUI interface to assist one with configuring Nagios, but these were not tested for this project. The following configuration block defines a generic host template called &amp;ldquo;linux-server&amp;rdquo;.&amp;nbsp; Many of the configuration values such as &amp;ldquo;24x7&amp;rdquo; and &amp;ldquo;workhours&amp;rdquo; are actually defined in other configuration blocks within the Nagios configuration.&amp;nbsp; This allows administrators to define custom names to a specific time period, such as &amp;ldquo;workhours&amp;rdquo;, and use that definition in other parts of the configuration.&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;define host {&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-server&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; use&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; generic-host&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; check_period&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24x7&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; max_check_attempts&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; check_command&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; check-host-alive&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; notification_period&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; workhours&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; notification_interval&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; notification_options&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d,u,r&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; contact_groups&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; admins&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; register&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;Nagios Host Definition Template&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;Individual hosts are defined in configuration blocks.&amp;nbsp; Below is a sample configuration for an individual host called management.&amp;nbsp; Notice the use statement is inheriting other definitions from the previously defined generic template mentioned above called &amp;ldquo;linux-server&amp;rdquo;.&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;define host&amp;nbsp; {&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; use&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-server ;Name of host template to use.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; host_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; management&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; alias&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Management Server&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.197.173.100&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;Finally, hosts may be organized into logical groups for easier management.&amp;nbsp; The following is a hostgroup that defines a group that includes five hosts.&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;define hostgroup&amp;nbsp; {&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; hostgroup_name test&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; alias&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Test Servers&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp; members&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost,management,www,rhel4-production2,network&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;Nagios is distributed with a wide assortment of &lt;em&gt;plug-ins&lt;/em&gt; that can be used to obtain data or check a particular service.&amp;nbsp; Plug-ins are distributed as a separate package which must be installed with both the server and the agent if an agent is to be used.&amp;nbsp; The Nagios plug-ins are simply stand-alone executable programs, each of which can perform a particular task and&amp;nbsp;return&amp;nbsp;a result code&amp;nbsp;for each service or subsystem being tested. Since plug-ins are individual scripts or binary programs, they often will accept different arguments to change their behavior and what information they return.&amp;nbsp; The command usage of each plug-in must be defined individually within the configuration files using the &lt;em&gt;define command&lt;/em&gt; syntax.&amp;nbsp; Some plug-ins can accept multiple options which can be customized when writing the configuration for a particular system.&amp;nbsp; The &lt;em&gt;define command&lt;/em&gt; definition provides a sort of usage template so that Nagios will know how to run the command later.&amp;nbsp; Luckily for new users, the default sample configuration files already provide accurate definitions for the default plug-ins.&amp;nbsp; Once one is familiar with how commands are defined, however, new commands or custom scripts can also be defined here as well.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;NRPE&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: is the Nagios Remote Plugin Executor that is installed on a remote host.&amp;nbsp; It is designed simply to execute Nagios plugins on behalf of the Nagios server and return the results.&amp;nbsp; The same plugins that are installed on the server must then be installed on the remote host for NRPE to utilize.&amp;nbsp; A new plug-in called check_nrpe is also distributed with the NRPE agent and is used to query the NRPE daemon from the Nagios server. NRPE utilizes a rudimentary access control system to assure that only particular Nagios hosts will be allowed to contact the NRPE client.&amp;nbsp; A configuration directive such as the following within NRPE&amp;rsquo;s configuration file will only allow communication with a particular host:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face="Lucida Console" size="2"&gt;allows_hosts=10.197.173.100&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;It is possible to configure NRPE run nearly any command with any arguments, although one is warned against doing this in the documentation.&amp;nbsp; By default, NRPE will only run specific commands and their arguments as specified in its own configuration file (located on the host itself).&amp;nbsp; Meaning that the Nagios server can tell NRPE to execute only specific commands specified in the remote host&amp;rsquo;s &lt;em&gt;/etc/nrpe.cfg&lt;/em&gt; file, but the server may not pass arbitrary commands or plug-in arguments for the agent to execute. Below is a sample NRPE configuration.&amp;nbsp; The specific commands (plug-ins) and arguments must be specified here.&amp;nbsp; The Nagios server can then request NRPE to execute one or more of these commands and return the results:&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family: Lucida Console"&gt;&lt;font size="2"&gt;command[check_users]=/usr/local/nagios/libexec/check_users &amp;ndash;w 5 &amp;ndash;c 10&lt;br /&gt;command[check_load]=/usr/local/nagios/libexec/check_load &amp;ndash;w 15,10,5 &amp;ndash;c 30,25,20&lt;br /&gt;command[check_disk_root]=/usr/local/nagios/libexec/check_disk &amp;ndash;w 20 &amp;ndash;c 10 &amp;ndash;p /dev/sda1&lt;br /&gt;command[check_zombie_procs]=/usr/local/nagios/libexec/check_procs &amp;ndash;w 5 &amp;ndash;c 10 &amp;ndash;s Z&lt;br /&gt;command[check_total_procs]=/usr/local/nagios/libexec/check_procs &amp;ndash;w 150 &amp;ndash;c 200&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;By default NRPE utilizes SSL communications between itself and the Nagios server.&amp;nbsp; The SSL parameters are generated at compile time and stored in the C header file called &lt;em&gt;dh.h&lt;/em&gt; within the NRPE source tree.&amp;nbsp; This header file is then used to compile the NRPE daemon and the &lt;em&gt;check_nrpe&lt;/em&gt; plugin.&amp;nbsp; This means that both the NRPE daemon and the &lt;em&gt;check_nrpe&lt;/em&gt; plugin must be compiled using the same parameters (typically from the same source tree) if one wishes to utilize SSL communications.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;III. Hyperic&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: Hyperic HQ is a Java-based monitoring application consisting of a central monitoring server and one or more remote agents to report node status information to the server.&amp;nbsp; Hyperic HQ is supported on a wide array of platforms, including Linux, Solaris, Windows, HP-UX, AIX, Mac OS X and FreeBSD. Hyperic distributes two versions of its software; &amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;ol start="1"&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;An open source version licensed under the GNU GPL&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;and a commercial version called &lt;em&gt;HQ Enterprise&lt;/em&gt; which includes additional components and functionality.&lt;img border="0" height="284" src="http://port25.technet.com/photos/images/images/4067/original.aspx" width="622" /&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;strong&gt;HQ Open Source and HQ Enterprise Feature Set Comparison&lt;br /&gt;&lt;/strong&gt;&lt;em&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;a name="_Toc158034295" title="_Toc158034295"&gt;&lt;/a&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/font&gt;&lt;font size="2"&gt; As of HQ 3.0 thefeature-set distribution between the Open-Source&amp;nbsp;and Enterprise versions has changed.&amp;nbsp; Please see&amp;nbsp;&lt;a href="http://www.hyperic.com/products/hq_for_ent.html" style="color: blue; text-decoration: underline; text-underline: single"&gt;http://www.hyperic.com/products/hq_for_ent.html&lt;/a&gt;&amp;nbsp;for more details.&lt;/font&gt;&lt;/font&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p align="center"&gt;&lt;em&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;font size="2"&gt;Hyperic Installation and Configuration&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: Hyperic HQ aims to be quick to install and relatively easy to configure.&amp;nbsp; The installation is performed via the command-line, and will prompt the administrator for all the information (administrator password, database information, etc) it will need to successfully run.&amp;nbsp; Upgrading can also be done relatively easily by simply running the installer with the &amp;ndash;upgrade option. Hyperic HQ provides a web interface to deliver monitoring alerts and status information to the end-user.&amp;nbsp; However, unlike other monitoring applications the web-interface is also used as the primary configuration interface for the application.&amp;nbsp; All node and agent details, metric options and alerts may be configured directly over the web interface. The monitoring agent is installed in a similar manner as the server.&amp;nbsp; Because all agent configuration is done via the web interface on the server, the only information the agent installation script needs is login information for the server, the preferred path on the node to which it should install the agent files and various other pieces of information such as the port numbers on which the server and agent will be running.&amp;nbsp; Once the agent successfully registers itself with the server, the administrator can then log in to the web interface and import the new system into its list of monitored hosts. The Hyperic HQ server utilizes the open-source PostgreSQL database application to store configuration and monitoring data.&amp;nbsp; PostgreSQL comes prepackaged with the Hyperic HQ software, and can be installed and configured automatically by the installation system.&amp;nbsp; One may also choose to use an existing PostgreSQL or Oracle database server if one exists.&amp;nbsp; The installation system would then prompt the administrator for information about the database so that Hyperic HQ may log in and store its data.&amp;nbsp; By default, Hyperic HQ stores its authentication information within this database as well, but may also be configured to utilize and external LDAP server if one is available.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;a name="_Toc158034296" title="_Toc158034296"&gt;&lt;/a&gt;&lt;font size="2"&gt;Auto-Discovery&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: A unique feature of the Hyperic HQ monitoring solution is its ability to automatically locate and monitor services and daemons running on the remote node.&amp;nbsp; Once the agent is installed on the remote node it can then scan for a variety of known services and add it to the hosts inventory.&amp;nbsp; Once added to the inventory, metrics and alerts can be configured to monitor that particular service. Hyperic HQ supports two scanning options, auto-scan and file-scan.&amp;nbsp; Agents run an auto-scan periodically by default which scans the process list for known server types.&amp;nbsp; A more comprehensive scan called a file-scan can actually search through the file system on the remote node and locate known applications.&amp;nbsp; Because it requires more time to run and is more resource intensive, this type of scan must be scheduled and configured manually by the administrator.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;a name="_Toc158034297" title="_Toc158034297"&gt;&lt;/a&gt;&lt;font size="2"&gt;Alerts and Notifications&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt; Hyperic HQ supports the configuration of alerts based on any metric for any particular resource (such as the host itself) or service running on the host.&amp;nbsp; For example, an alert can be triggered when the Availability metric for a host falls changes at all, or falls below a predefined value.&amp;nbsp; When an alert is triggered an email can be sent to a predefined email address.&amp;nbsp; Depending on the priority of the alert, a message will also be posted to the Dashboard, the Hyperic HQ administration front page. The HQ Open Source version lacks many of the more advanced notification options that are available in the Enterprise version.&amp;nbsp; HQ Enterprise also supports the concept of Recovery Alerts, which are alerts that can be configured to cancel and reset triggered alerts.&amp;nbsp; When an alert is triggered in the Open Source version, the alert will continue to be triggered until the problem is fixed or the alert is disabled.&amp;nbsp; Recovery Alerts allow an administrator to automate the process of disabling an active alert, and then re-enabling the alert when the problem is corrected.&amp;nbsp; HQ Enterprise also supports the option of sending SNMP traps as a notification option.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;a name="_Toc158034298" title="_Toc158034298"&gt;&lt;/a&gt;&lt;font size="2"&gt;Hyperic HQ Plugins&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: Hyperic HQ plugins are distributed as .jar or .xml files that are deployed on the server and the agent.&amp;nbsp; Plugins can be developed to enhance the collection of metrics from certain applications or services, locate and inventory new services and control actions to control specific resources. The Hyperic website provides comprehensive documentation on plugin development.&amp;nbsp; Developing and adding a new plugin&amp;nbsp;tends to be&amp;nbsp;a more complex process compared to Nagios or other monitoring applications.&amp;nbsp; The framework provided by Hyperic HQ, however, provides advanced APIs from which the plugins can query information on multiple platforms.&amp;nbsp; On Windows, for example, Hyperic HQ includes classes which a plugin may use to access Windows specific data and functions.&amp;nbsp; These functions can provide access to performance information, registry data, event log information and the Service Control Manager (SCM). Hyperic HQ also provides support for simple script-based plugins to gather particular metrics.&amp;nbsp; Even&amp;nbsp;individual scripts or&amp;nbsp;Nagios plugins may be imported and configured for use by the Hyperic HQ server and agents.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial"&gt;&lt;a name="_Toc158034299" title="_Toc158034299"&gt;&lt;/a&gt;&lt;strong&gt;&lt;font size="2"&gt;SIGAR &amp;ndash; System Information Gatherer And Reporter&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt;: SIGAR is the primary data collection component of the Hyperic HQ agent.&amp;nbsp;&amp;nbsp;The software is designed to collect system and process information from a number of platforms - including Linux, Windows, Solaris, AIX, HP-UX, FreeBSD and Mac OSX.&amp;nbsp; SIGAR is written in C,&amp;nbsp;but Hyperic provides&amp;nbsp;C, C#, Java and Perl&amp;nbsp;APIs&amp;nbsp;which one may use to to integrate SIGAR into their applications.&amp;nbsp; The SIGAR component is licensed under the GNU GPL, and is distributed separately from the Hyperic monitoring agent for potential use in third-party applications. The Sigar API provides a portable interface for gathering system information such as:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;System memory, swap, cpu, load average, uptime, logins&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Per-process memory, cpu, credential info, state, arguments, environment, open files&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;File system detection and metrics&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Network interface detection, configuration info and metrics&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Arial" size="2"&gt;Network route and connection tables&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&lt;a href="mailto:user@linux:~/hyperic-sigar-1.3.0.0" style="color: blue; text-decoration: underline; text-underline: single"&gt;user@linux:~/hyperic-sigar-1.3.0.0&lt;/a&gt;&amp;gt;&lt;strong&gt; java -jar sigar-bin/lib/sigar.jar&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;Loaded rc file: /home/user/hyperic-sigar-1.3.0.0/sigar-bin/lib/.sigar_shellrc&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;sigar&amp;gt; help&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;Available commands:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alias&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Create alias command&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpuinfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display cpu information&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; df&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Report filesystem disk space usage&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; du&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display usage for a directory recursively&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; free&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display information about free and used memory&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Get system properties&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; help&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Gives help on shell commands&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifconfig&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Network interface information&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; iostat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Report filesystem disk i/o&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kill&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Send signal to a process&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mps&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Show multi process status&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netinfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display network info&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netstat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display network connections&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pargs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Show process command line arguments&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; penv&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Show process environment&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pfile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display process file info&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display all process info&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pmodules&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display process module info&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ps&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Show process status&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ptql&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Run process table query&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Terminate the shell&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; route&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Kernel IP routing table&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Set system properties&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sleep&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Delay execution for the a number of seconds&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Read a file, executing the contents&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sysinfo &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- Display system information&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Run sigar tests&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Time command&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ulimit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display system resource limits&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uptime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display how long the system has been running&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Display sigar and system version info&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; who&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Show who is logged on&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;sigar&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;Example SIGAR usage from the command-line.&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;And that does it for the &amp;ldquo;Monitoring&amp;rdquo; section. There are so many other tools we got a chance to play with like Monit, Argus, OProfile etc. but am running out of space &amp;hellip;&amp;hellip; As always, please let us know if you found the above mentioned useful and any comments/feedback you may have. Thank you for tuning into Port25.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=4070" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Kishi+Malhotra/default.aspx">Kishi Malhotra</category><category domain="http://port25.technet.com/archive/tags/Management/default.aspx">Management</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://port25.technet.com/archive/tags/Server+Center/default.aspx">Server Center</category></item></channel></rss>